Lines Matching refs:TREG_EAX
5586 TREG_EAX = 0, enumerator
5600 #define REG_IRET TREG_EAX /* single word int return register */
5870 static uint8_t fastcall_regs[3] = { TREG_EAX, TREG_EDX, TREG_ECX };
6265 r = TREG_EAX; in gen_opi()
6277 r = TREG_EAX; in gen_opi()
6320 save_reg(TREG_EAX); /* eax is used by FP comparison code */ in gen_opf()
6515 vtop->r = TREG_EAX | VT_BOUNDED; in gen_bounded_ptr_add()
16131 if ((op->type & OP_REG) && op->reg == TREG_EAX) in parse_operand()
16760 if (is_reg_allocated(TREG_EAX) || in asm_compute_constraints()
16764 op->reg = TREG_EAX; in asm_compute_constraints()
16765 regs_allocated[TREG_EAX] |= reg_mask; in asm_compute_constraints()
16769 reg = TREG_EAX; in asm_compute_constraints()