Searched refs:OPC_BRNEB (Results 1 – 3 of 3) sorted by relevance
330 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()
106 OPC_BRNEB = 0x32, /* relative branch (if bit not set) */ enumerator
258 opc = (ai->tok == T_OP_BRNE) ? OPC_BRNEB : OPC_BREQB; in emit_instructions()292 opc = OPC_BRNEB; in emit_instructions()