/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 5701 void (*gen)(TCGv_i32, TCGv_i32, TCGv_i32)) in op_par_addsub() 5721 void (*gen)(TCGv_i32, TCGv_i32, in op_par_addsub_ge() 5835 void (*gen)(TCGv_i32, TCGv_env, TCGv_i32, TCGv_i32)) in op_sat() 5884 void (*gen_extract)(TCGv_i32, TCGv_i32), in op_xta() argument [all …]
|
H A D | translate-sve.c | 1702 void (*gen_fn)(TCGv_i32, TCGv_ptr, in do_pfirst_pnext()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 203 void (*fn)(TCGv_i32, TCGv_i32, TCGv_i32)) in do_typea() 219 void (*fn)(TCGv_i32, TCGv_i32)) in do_typea0() 234 void (*fni)(TCGv_i32, TCGv_i32, int32_t)) in do_typeb_imm() 249 void (*fn)(TCGv_i32, TCGv_i32, TCGv_i32)) in do_typeb_val()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 717 bool load_dest, void (*fni)(TCGv_i32, TCGv_i32)) in expand_2_i32() 737 void (*fni)(TCGv_i32, TCGv_i32, int32_t)) in expand_2i_i32() 756 TCGv_i32 c, bool scalar_first, in expand_2s_i32() argument 757 void (*fni)(TCGv_i32, TCGv_i32, TCGv_i32)) in expand_2s_i32() 779 void (*fni)(TCGv_i32, TCGv_i32, TCGv_i32)) in expand_3_i32() 803 void (*fni)(TCGv_i32, TCGv_i32, TCGv_i32, int32_t)) in expand_3i_i32() 830 void (*fni)(TCGv_i32, TCGv_i32, TCGv_i32, TCGv_i32)) in expand_4_i32() 856 void (*fni)(TCGv_i32, TCGv_i32, TCGv_i32, TCGv_i32, in expand_4i_i32() 3130 TCGv_i32 shift, in expand_2sh_vec() argument
|
H A D | tcg-op-ldst.c | 1156 static void do_nonatomic_op_i32(TCGv_i32 ret, TCGTemp *addr, TCGv_i32 val, in do_nonatomic_op_i32() argument 1158 void (*gen)(TCGv_i32, TCGv_i32, TCGv_i32)) in do_nonatomic_op_i32()
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 1785 void (*func)(TCGv_i32, TCGv_env, TCGv_i32)) in do_fop_wew() 1799 void (*func)(TCGv_i32, TCGv_env, TCGv_i64)) in do_fop_wed() 1829 void (*func)(TCGv_i64, TCGv_env, TCGv_i32)) in do_fop_dew() argument 1846 void (*func)(TCGv_i32, TCGv_env, TCGv_i32, TCGv_i32)) in do_fop_weww() 3129 TCGv_i64, TCGv_i32)) in do_multimedia_shadd() argument
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 4713 void (*func)(TCGv_i32, TCGv_i32)) in do_ff() 5318 void (*func)(TCGv_i32, TCGv_i32, TCGv_i32, TCGv_i32)) in do_ffff()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 317 typedef struct TCGv_i32_d *TCGv_i32; typedef
|