/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 3706 void (*gen)(TCGv_i32, TCGv_i32, TCGv_i32), in op_s_rrr_shi() argument 3724 void (*gen)(TCGv_i32, TCGv_i32), in op_s_rxr_shi() argument 3746 void (*gen)(TCGv_i32, TCGv_i32, TCGv_i32), in op_s_rrr_shr() argument 3765 void (*gen)(TCGv_i32, TCGv_i32), in op_s_rxr_shr() argument 3792 void (*gen)(TCGv_i32, TCGv_i32, TCGv_i32), in op_s_rri_rot() argument 3813 void (*gen)(TCGv_i32, TCGv_i32), in op_s_rxi_rot() argument 5742 void (*gen)(TCGv_i32, TCGv_i32, TCGv_i32)) in op_par_addsub() 5762 void (*gen)(TCGv_i32, TCGv_i32, in op_par_addsub_ge() 5876 void (*gen)(TCGv_i32, TCGv_env, TCGv_i32, TCGv_i32)) in op_sat() 5925 void (*gen_extract)(TCGv_i32, TCGv_i32), in op_xta() argument [all …]
|
H A D | translate-sve.c | 1707 void (*gen_fn)(TCGv_i32, TCGv_ptr, in do_pfirst_pnext()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 204 void (*fn)(TCGv_i32, TCGv_i32, TCGv_i32)) in do_typea() 220 void (*fn)(TCGv_i32, TCGv_i32)) in do_typea0() 235 void (*fni)(TCGv_i32, TCGv_i32, int32_t)) in do_typeb_imm() 250 void (*fn)(TCGv_i32, TCGv_i32, TCGv_i32)) in do_typeb_val()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 718 bool load_dest, void (*fni)(TCGv_i32, TCGv_i32)) in expand_2_i32() 738 void (*fni)(TCGv_i32, TCGv_i32, int32_t)) in expand_2i_i32() 757 TCGv_i32 c, bool scalar_first, in expand_2s_i32() argument 758 void (*fni)(TCGv_i32, TCGv_i32, TCGv_i32)) in expand_2s_i32() 780 void (*fni)(TCGv_i32, TCGv_i32, TCGv_i32)) in expand_3_i32() 804 void (*fni)(TCGv_i32, TCGv_i32, TCGv_i32, int32_t)) in expand_3i_i32() 831 void (*fni)(TCGv_i32, TCGv_i32, TCGv_i32, TCGv_i32)) in expand_4_i32() 857 void (*fni)(TCGv_i32, TCGv_i32, TCGv_i32, TCGv_i32, in expand_4i_i32() 3131 TCGv_i32 shift, in expand_2sh_vec() argument
|
H A D | tcg-op-ldst.c | 1102 static void do_nonatomic_op_i32(TCGv_i32 ret, TCGTemp *addr, TCGv_i32 val, in do_nonatomic_op_i32() argument 1104 void (*gen)(TCGv_i32, TCGv_i32, TCGv_i32)) in do_nonatomic_op_i32()
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 1787 void (*func)(TCGv_i32, TCGv_env, TCGv_i32)) in do_fop_wew() 1801 void (*func)(TCGv_i32, TCGv_env, TCGv_i64)) in do_fop_wed() 1831 void (*func)(TCGv_i64, TCGv_env, TCGv_i32)) in do_fop_dew() argument 1848 void (*func)(TCGv_i32, TCGv_env, TCGv_i32, TCGv_i32)) in do_fop_weww() 3131 TCGv_i64, TCGv_i32)) in do_multimedia_shadd() argument
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 4743 void (*func)(TCGv_i32, TCGv_i32)) in do_ff() 5348 void (*func)(TCGv_i32, TCGv_i32, TCGv_i32, TCGv_i32)) in do_ffff()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 212 typedef struct TCGv_i32_d *TCGv_i32; typedef
|