Searched refs:tcg_gen_ext_i64 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 761 void tcg_gen_ext_i64(TCGv_i64 ret, TCGv_i64 val, MemOp opc) in tcg_gen_ext_i64() function 914 tcg_gen_ext_i64(t2, cmpv, memop & MO_SIZE); in tcg_gen_nonatomic_cmpxchg_i64_int() 922 tcg_gen_ext_i64(retv, t1, memop); in tcg_gen_nonatomic_cmpxchg_i64_int() 996 tcg_gen_ext_i64(retv, retv, memop); in tcg_gen_atomic_cmpxchg_i64_int() 1155 tcg_gen_ext_i64(t2, val, memop); in do_nonatomic_op_i64() 1159 tcg_gen_ext_i64(ret, (new_val ? t2 : t1), memop); in do_nonatomic_op_i64() 1196 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 | 1383 tcg_gen_ext_i64(tcg_out, tcg_in, extsize | (is_signed ? MO_SIGN : 0)); in ext_and_shift_reg() 5130 tcg_gen_ext_i64(t0, t0, esz); in do_satacc_s()
|