Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/afuc/
Ddisasm.c330 case OPC_BRNEB: in disasm()
644 case OPC_BRNEB: in disasm()
661 if (instr->br.src || (opc != OPC_BRNEB)) { in disasm()
670 } else if (opc == OPC_BRNEB) { in disasm()
Dafuc.h106 OPC_BRNEB = 0x32, /* relative branch (if bit not set) */ enumerator
Dasm.c258 opc = (ai->tok == T_OP_BRNE) ? OPC_BRNEB : OPC_BREQB; in emit_instructions()
292 opc = OPC_BRNEB; in emit_instructions()