Home
last modified time | relevance | path

Searched refs:CLASS_BIT_PHYS (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c88 #define CLASS_BIT_PHYS (1 << 0) macro
147 CLASS_BIT_PHYS | CLASS_BIT_R0_R2 | CLASS_BIT_R3 | CLASS_BIT_R4, in v3d_register_allocate()
190 class_bits[inst->dst.index] &= CLASS_BIT_PHYS; in v3d_register_allocate()
223 class_bits[i] &= CLASS_BIT_PHYS; in v3d_register_allocate()
231 if (class_bits[i] == CLASS_BIT_PHYS) { in v3d_register_allocate()
235 assert(class_bits[i] == (CLASS_BIT_PHYS | in v3d_register_allocate()