Home
last modified time | relevance | path

Searched refs:BNEZ (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h236 BNEZ = 0x11U << 26, enumerator
936 case BNEZ: in InstructionType()
Dassembler-loong64.cc310 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()
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc616 case BNEZ: in DecodeTypekOp6()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrInfo.td615 // Format: BNEZ rx, offset MIPS16e
622 // Format: BNEZ rx, offset MIPS16e
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc2565 case BNEZ: in DecodeTypeOp6()