Home
last modified time | relevance | path

Searched refs:ireg (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/tcg/i386/
H A Dtest-avx.py268 ireg = 13 << 2
270 ireg = 14 << 2
272 (dest, ireg | 0, regs[0]),
273 (dest, ireg | 1, regs[0]),
274 (dest, ireg | 2, regs[0]),
275 (dest, ireg | 3, regs[0]),
/qemu/target/hexagon/
H A Dgen_tcg.h75 TCGv ireg = tcg_temp_new(); \
77 gen_read_ireg(ireg, MuV, (SHIFT)); \
78 gen_helper_fcircadd(RxV, RxV, ireg, MuV, CS); \
112 TCGv ireg = tcg_temp_new(); \
114 gen_read_ireg(ireg, MuV, SHIFT); \
115 gen_helper_fcircadd(RxV, RxV, ireg, MuV, CS); \
424 TCGv ireg = tcg_temp_new(); \
428 gen_read_ireg(ireg, MuV, SHIFT); \
429 gen_helper_fcircadd(RxV, RxV, ireg, MuV, CS); \
/qemu/target/arm/tcg/
H A Dop_helper.c88 uint64_t ireg, uint64_t def) in HELPER()
96 index = (ireg >> shift) & 0xff; in HELPER()
/qemu/tcg/
H A Dtcg.c5040 TCGReg oreg, ireg; in tcg_reg_alloc_mov() local
5073 ireg = ts->reg; in tcg_reg_alloc_mov()
5082 tcg_out_st(s, otype, ireg, ots->mem_base->reg, ots->mem_offset); in tcg_reg_alloc_mov()
5097 oreg = ireg; in tcg_reg_alloc_mov()
5104 allocated_regs | ((TCGRegSet)1 << ireg), in tcg_reg_alloc_mov()
5107 if (!tcg_out_mov(s, otype, oreg, ireg)) { in tcg_reg_alloc_mov()
5117 tcg_out_st(s, ts->type, ireg, ots->mem_base->reg, ots->mem_offset); in tcg_reg_alloc_mov()