Searched refs:OPC_BREQI (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Dafuc.h105 OPC_BREQI = 0x31, /* relative branch (if $src == immed) */ enumerator in enum:__anonbf627d080103
H A Ddisasm.c598 case OPC_BREQI:
622 } else if (opc == OPC_BREQI) {
738 case OPC_BREQI:
H A Dasm.c270 opc = (ai->tok == T_OP_BRNE) ? OPC_BRNEI : OPC_BREQI;
H A Demu.c255 } else if (opc == OPC_BREQI) {

Completed in 5 milliseconds