Searched refs:TCG_REG_L0 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.h | 49 TCG_REG_L0, enumerator
|
H A D | tcg-target.c.inc | 88 TCG_REG_L0,
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 142 # define TCG_REG_L0 tcg_target_call_iarg_regs[0] 145 # define TCG_REG_L0 TCG_REG_EAX 159 (tcg_use_softmmu ? (1 << TCG_REG_L0) | (1 << TCG_REG_L1) : 0) 2149 h->index = TCG_REG_L0; 2188 tcg_out_mov(s, tlbtype, TCG_REG_L0, addrlo); 2189 tcg_out_shifti(s, SHIFT_SHR + tlbrexw, TCG_REG_L0, 2192 tcg_out_modrm_offset(s, OPC_AND_GvEv + trexw, TCG_REG_L0, TCG_AREG0, 2195 tcg_out_modrm_offset(s, OPC_ADD_GvEv + hrexw, TCG_REG_L0, TCG_AREG0, 2212 /* cmp 0(TCG_REG_L0), TCG_REG_L1 */ 2214 TCG_REG_L1, TCG_REG_L0, cmp_ofs); [all …]
|