Searched refs:tcg_gen_ext_i32 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 737 void tcg_gen_ext_i32(TCGv_i32 ret, TCGv_i32 val, MemOp opc) in tcg_gen_ext_i32() function 832 tcg_gen_ext_i32(t2, cmpv, memop & MO_SIZE); in tcg_gen_nonatomic_cmpxchg_i32_int() 840 tcg_gen_ext_i32(retv, t1, memop); in tcg_gen_nonatomic_cmpxchg_i32_int() 880 tcg_gen_ext_i32(retv, retv, memop); in tcg_gen_atomic_cmpxchg_i32_int() 1114 tcg_gen_ext_i32(t2, val, memop); in do_nonatomic_op_i32() 1118 tcg_gen_ext_i32(ret, (new_val ? t2 : t1), memop); in do_nonatomic_op_i32() 1141 tcg_gen_ext_i32(ret, ret, memop); in do_atomic_op_i32()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 342 #define tcg_gen_ext_tl tcg_gen_ext_i32
|
H A D | tcg-op-common.h | 145 void tcg_gen_ext_i32(TCGv_i32 ret, TCGv_i32 val, MemOp opc);
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 500 tcg_gen_ext_i32(cpu_regs[a->rd], cpu_regs[a->rs], a->sz | MO_SIGN); in trans_MOV_mm() 572 tcg_gen_ext_i32(cpu_regs[a->rd], cpu_regs[a->rs], a->sz); in trans_MOVU_rr()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 523 tcg_gen_ext_i32(res, val, opsize | (sign ? MO_SIGN : 0)); in gen_ext() 1068 tcg_gen_ext_i32(tmp, reg, opsize | MO_SIGN); in gen_ea_mode_fp()
|