Lines Matching refs:regs_allocated
16659 #define is_reg_allocated(reg) (regs_allocated[reg] & reg_mask)
16670 uint8_t regs_allocated[NB_ASM_REGS]; in asm_compute_constraints() local
16720 regs_allocated[i] = REG_IN_MASK | REG_OUT_MASK; in asm_compute_constraints()
16722 regs_allocated[i] = 0; in asm_compute_constraints()
16725 regs_allocated[4] = REG_IN_MASK | REG_OUT_MASK; in asm_compute_constraints()
16727 regs_allocated[5] = REG_IN_MASK | REG_OUT_MASK; in asm_compute_constraints()
16765 regs_allocated[TREG_EAX] |= reg_mask; in asm_compute_constraints()
16766 regs_allocated[TREG_EDX] |= reg_mask; in asm_compute_constraints()
16807 regs_allocated[reg] |= reg_mask; in asm_compute_constraints()
16833 if (!(regs_allocated[reg] & REG_IN_MASK)) in asm_compute_constraints()
16839 regs_allocated[reg] |= REG_IN_MASK; in asm_compute_constraints()
16866 if (!(regs_allocated[reg] & REG_OUT_MASK)) in asm_compute_constraints()
16979 uint8_t regs_allocated[NB_ASM_REGS]; in asm_gen_code() local
16985 memcpy(regs_allocated, clobber_regs, sizeof(regs_allocated)); in asm_gen_code()
16989 regs_allocated[op->reg] = 1; in asm_gen_code()
16995 if (regs_allocated[reg]) in asm_gen_code()
17052 if (regs_allocated[reg]) in asm_gen_code()