Searched refs:PHYS_INDEX (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c33 #define PHYS_INDEX (ACC_INDEX + ACC_COUNT) macro
396 if (BITSET_TEST(regs, PHYS_INDEX + i))
446 int phys = PHYS_INDEX + phys_off;
497 compiler->regs = ra_alloc_reg_set(compiler, PHYS_INDEX + PHYS_COUNT,
512 for (int i = PHYS_INDEX;
513 i < PHYS_INDEX + (PHYS_COUNT >> threads); i++) {
727 PHYS_INDEX +
855 if (ra_reg < PHYS_INDEX) {
861 temp_registers[i].index = ra_reg - PHYS_INDEX;
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c33 #define PHYS_INDEX (ACC_INDEX + ACC_COUNT) macro
339 int phys = PHYS_INDEX + phys_off;
358 compiler->regs = ra_alloc_reg_set(compiler, PHYS_INDEX + PHYS_COUNT,
373 for (int i = PHYS_INDEX;
374 i < PHYS_INDEX + (PHYS_COUNT >> threads); i++) {
567 PHYS_INDEX +
672 if (ra_reg < PHYS_INDEX) {
678 temp_registers[i].index = ra_reg - PHYS_INDEX;

Completed in 4 milliseconds