Searched refs:ireg (Results 1 – 4 of 4) sorted by relevance
/qemu/tests/tcg/i386/ |
H A D | test-avx.py | 268 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 D | gen_tcg.h | 75 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 D | op_helper.c | 88 uint64_t ireg, uint64_t def) in HELPER() 96 index = (ireg >> shift) & 0xff; in HELPER()
|
/qemu/tcg/ |
H A D | tcg.c | 5040 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()
|