Searched defs:opc_cat (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dinstr-a3xx.h212 #define opc_cat(opc) ((int)((opc) >> NOPC_BITS)) macro
315 uint32_t opc_cat : 3; member in struct:PACKED
358 uint32_t opc_cat : 3; member in struct:PACKED
421 uint32_t opc_cat : 3; member in struct:PACKED
481 uint32_t opc_cat : 3; member in struct:PACKED
538 uint32_t opc_cat : 3; member in struct:PACKED
587 uint32_t opc_cat : 3; member in struct:PACKED
669 uint32_t opc_cat : 3; member in struct:PACKED::PACKED
691 uint32_t opc_cat : 3; member in struct:PACKED::PACKED
698 switch (instr->opc_cat) {
[all...]

Completed in 76 milliseconds