Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h395 uint32_t opc_hi : 1; /* at least one bit */ member
1026 case 0: return instr->cat0.opc | instr->cat0.opc_hi << 4; in instr_opc()
Dir3.c150 cat0->opc_hi = instr->opc >= 16; in emit_cat0()