Searched refs:TCGV128_LOW (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 215 tcg_gen_st_i64(TCGV128_LOW(val), tcg_env, in plugin_gen_mem_callbacks_i128() 580 hi = TCGV128_LOW(val); in tcg_gen_qemu_ld_i128_int() 584 lo = TCGV128_LOW(val); in tcg_gen_qemu_ld_i128_int() 620 x = TCGV128_LOW(val); in tcg_gen_qemu_ld_i128_int() 624 y = TCGV128_LOW(val); in tcg_gen_qemu_ld_i128_int() 700 tcg_gen_bswap64_i64(hi, TCGV128_LOW(val)); in tcg_gen_qemu_st_i128_int() 704 lo = TCGV128_LOW(val); in tcg_gen_qemu_st_i128_int() 733 x = TCGV128_LOW(val); in tcg_gen_qemu_st_i128_int() 737 y = TCGV128_LOW(val); in tcg_gen_qemu_st_i128_int() 1084 tcg_gen_xor_i64(t0, TCGV128_LOW(oldv), TCGV128_LOW(cmpv)); in tcg_gen_nonatomic_cmpxchg_i128_int() [all …]
|
H A D | tcg-internal.h | 71 static inline TCGv_i64 TCGV128_LOW(TCGv_i128 t) in TCGV128_LOW() function
|
H A D | tcg-op.c | 3253 tcg_gen_mov_i64(lo, TCGV128_LOW(arg)); in tcg_gen_extr_i128_i64() 3259 tcg_gen_mov_i64(TCGV128_LOW(ret), lo); in tcg_gen_concat_i64_i128() 3266 tcg_gen_mov_i64(TCGV128_LOW(dst), TCGV128_LOW(src)); in tcg_gen_mov_i128() 3275 tcg_gen_ld_i64(TCGV128_LOW(ret), base, offset + 8); in tcg_gen_ld_i128() 3277 tcg_gen_ld_i64(TCGV128_LOW(ret), base, offset); in tcg_gen_ld_i128() 3286 tcg_gen_st_i64(TCGV128_LOW(val), base, offset + 8); in tcg_gen_st_i128() 3288 tcg_gen_st_i64(TCGV128_LOW(val), base, offset); in tcg_gen_st_i128()
|