Searched refs:BNEZ (Results 1 – 5 of 5) sorted by relevance
236 BNEZ = 0x11U << 26, enumerator936 case BNEZ: in InstructionType()
310 bool isBranch = opcode == BEQZ || opcode == BNEZ || opcode == BCZ || in IsBranch()327 bool isBranch = opcode == BEQZ || opcode == BNEZ || opcode == BCZ; in IsBz()649 case BNEZ: in BranchOffset()680 DCHECK((BEQZ == opcode || BNEZ == opcode) && is_int21(si21) && rj.is_valid()); in GenB()1007 void Assembler::bnez(Register rj, int32_t offset) { GenB(BNEZ, rj, offset); } in bnez()
616 case BNEZ: in DecodeTypekOp6()
615 // Format: BNEZ rx, offset MIPS16e622 // Format: BNEZ rx, offset MIPS16e
2565 case BNEZ: in DecodeTypeOp6()