Searched refs:tcg_gen_ext_i64 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 813 void tcg_gen_ext_i64(TCGv_i64 ret, TCGv_i64 val, MemOp opc) in tcg_gen_ext_i64() function 966 tcg_gen_ext_i64(t2, cmpv, memop & MO_SIZE); in tcg_gen_nonatomic_cmpxchg_i64_int() 974 tcg_gen_ext_i64(retv, t1, memop); in tcg_gen_nonatomic_cmpxchg_i64_int() 1048 tcg_gen_ext_i64(retv, retv, memop); in tcg_gen_atomic_cmpxchg_i64_int() 1207 tcg_gen_ext_i64(t2, val, memop); in do_nonatomic_op_i64() 1211 tcg_gen_ext_i64(ret, (new_val ? t2 : t1), memop); in do_nonatomic_op_i64() 1248 tcg_gen_ext_i64(ret, ret, memop); in do_atomic_op_i64()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 222 #define tcg_gen_ext_tl tcg_gen_ext_i64
|
H A D | tcg-op-common.h | 251 void tcg_gen_ext_i64(TCGv_i64 ret, TCGv_i64 val, MemOp opc);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 1399 tcg_gen_ext_i64(tcg_out, tcg_in, extsize | (is_signed ? MO_SIGN : 0)); in ext_and_shift_reg() 5228 tcg_gen_ext_i64(t0, t0, esz); in do_satacc_s() 6825 tcg_gen_ext_i64(tcg_res, tcg_res, a->esz + widen); in TRANS() 7474 tcg_gen_ext_i64(rd, rd, esz); in do_scalar_shift_imm_narrow()
|