Lines Matching refs:TREG_EDX
5588 TREG_EDX, enumerator
5601 #define REG_LRET TREG_EDX /* second word return register (for long long) */
5870 static uint8_t fastcall_regs[3] = { TREG_EAX, TREG_EDX, TREG_ECX };
6260 save_reg(TREG_EDX); in gen_opi()
6264 vtop->r2 = TREG_EDX; in gen_opi()
6275 r = TREG_EDX; in gen_opi()
16135 else if (op->type == OP_REG16 && op->reg == TREG_EDX) in parse_operand()
16761 is_reg_allocated(TREG_EDX)) in asm_compute_constraints()
16766 regs_allocated[TREG_EDX] |= reg_mask; in asm_compute_constraints()
16778 reg = TREG_EDX; in asm_compute_constraints()
17018 load(TREG_EDX, &sv); in asm_gen_code()
17044 store(TREG_EDX, &sv); in asm_gen_code()