Searched refs:regs_allocated (Results 1 – 1 of 1) sorted by relevance
16659 #define is_reg_allocated(reg) (regs_allocated[reg] & reg_mask)16670 uint8_t regs_allocated[NB_ASM_REGS]; in asm_compute_constraints() local16720 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()[all …]