Searched refs:TCG_REG_EAX (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.h | 41 TCG_REG_EAX = 0, enumerator 80 TCG_REG_RAX = TCG_REG_EAX,
|
H A D | tcg-target-con-str.h | 12 REGS('a', 1u << TCG_REG_EAX)
|
H A D | tcg-target.c.inc | 68 TCG_REG_EAX, 119 return slot ? TCG_REG_EDX : TCG_REG_EAX; 145 # define TCG_REG_L0 TCG_REG_EAX 1951 tcg_out_push(s, TCG_REG_EAX); 2568 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_EAX, a0); 4396 tcg_out_movi(s, TCG_TYPE_REG, TCG_REG_EAX, 0); 4437 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_EAX);
|