Searched refs:TCG_REG_L1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.h | 50 TCG_REG_L1, enumerator
|
H A D | tcg-target.c.inc | 89 TCG_REG_L1,
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 143 # define TCG_REG_L1 tcg_target_call_iarg_regs[1] 146 # define TCG_REG_L1 TCG_REG_EDX 159 (tcg_use_softmmu ? (1 << TCG_REG_L0) | (1 << TCG_REG_L1) : 0) 2204 tcg_out_mov(s, ttype, TCG_REG_L1, addrlo); 2206 tcg_out_modrm_offset(s, OPC_LEA + trexw, TCG_REG_L1, 2210 tgen_arithi(s, ARITH_AND + trexw, TCG_REG_L1, tlb_mask, 0); 2212 /* cmp 0(TCG_REG_L0), TCG_REG_L1 */ 2214 TCG_REG_L1, TCG_REG_L0, cmp_ofs);
|