Home
last modified time | relevance | path

Searched refs:read_fp_sreg (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c615 static TCGv_i32 read_fp_sreg(DisasContext *s, int reg) in read_fp_sreg() function
5019 TCGv_i32 t0 = read_fp_sreg(s, a->rn); in do_fp3_scalar()
5020 TCGv_i32 t1 = read_fp_sreg(s, a->rm); in do_fp3_scalar()
6151 TCGv_i32 t0 = read_fp_sreg(s, a->rn); in TRANS()
6200 TCGv_i32 t0 = read_fp_sreg(s, a->rd); in do_fmla_scalar_idx()
6201 TCGv_i32 t1 = read_fp_sreg(s, a->rn); in do_fmla_scalar_idx()
6749 TCGv_i32 tn = read_fp_sreg(s, a->rn); in do_fmadd()
6750 TCGv_i32 tm = read_fp_sreg(s, a->rm); in do_fmadd()
6751 TCGv_i32 ta = read_fp_sreg(s, a->ra); in do_fmadd()
8930 tcg_op = read_fp_sreg(s, rn); in handle_fp_1src_single()
[all …]