/external/v8/src/mips/ |
D | constants-mips.h | 450 BLEZL = ((2U << 3) + 6) << kOpcodeShift, enumerator 492 POP26 = BLEZL, // bgezc, blezc, bgec/blec 1267 OpcodeToBitNumber(BLEZL) | OpcodeToBitNumber(BGTZL) | 1870 case BLEZL: // POP26 bgezc, blezc, bgec/blec in IsForbiddenAfterBranchInstr()
|
D | assembler-mips.cc | 533 opcode == BEQL || opcode == BNEL || opcode == BLEZL || opcode == BGTZL || in IsBranch() 1614 GenInstrImmediate(BLEZL, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgezc() 1632 GenInstrImmediate(BLEZL, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgec() 1670 GenInstrImmediate(BLEZL, zero_reg, rt, offset, in blezc()
|
D | disasm-mips.cc | 1803 case BLEZL: in DecodeTypeImmediate()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 421 BLEZL = ((2U << 3) + 6) << kOpcodeShift, enumerator 474 POP26 = BLEZL, // bgezc, blezc, bgec/blec 1300 OpcodeToBitNumber(BNEL) | OpcodeToBitNumber(BLEZL) | 1953 case BLEZL: // POP26 bgezc, blezc, bgec/blec in IsForbiddenAfterBranchInstr()
|
D | assembler-mips64.cc | 512 opcode == BEQL || opcode == BNEL || opcode == BLEZL || opcode == BGTZL || in IsBranch() 1594 GenInstrImmediate(BLEZL, rt, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgezc() 1612 GenInstrImmediate(BLEZL, rs, rt, offset, CompactBranchType::COMPACT_BRANCH); in bgec() 1650 GenInstrImmediate(BLEZL, zero_reg, rt, offset, in blezc()
|
D | disasm-mips64.cc | 2060 case BLEZL: in DecodeTypeImmediate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 296 case Mips::BLEZL: in isBranchOffsetInRange()
|
D | MipsScheduleP5600.td | 65 BGEZALL, BGEZL, BGTZ, BGTZL, BLEZ, BLEZL, BLTZ,
|
D | MipsInstrInfo.td | 2234 def BLEZL : MMRel, CBranchZeroLikely<"blezl", brtarget, GPR32Opnd>,
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 256 22156U, // BLEZL 1970 0U, // BLEZL
|
D | MipsGenDisassemblerTables.inc | 1252 /* 3514 */ MCD_OPC_Decode, 239, 1, 51, // Opcode: BLEZL
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 767 UINT64_C(1476395008), // BLEZL 5143 case Mips::BLEZL: 8493 …e_HasMips2 | Feature_NotMips32r6 | Feature_NotMips64r6 | Feature_NotInMicroMips | 0, // BLEZL = 754
|
D | MipsGenAsmWriter.inc | 1982 22800U, // BLEZL 4613 0U, // BLEZL
|
D | MipsGenInstrInfo.inc | 769 BLEZL = 754, 4814 …SideEffects), 0x12ULL, nullptr, ImplicitList2, OperandInfo170, -1 ,nullptr }, // Inst #754 = BLEZL 10043 { Mips::BLEZL, Mips::BLEZL, (uint16_t)-1U },
|
D | MipsGenDisassemblerTables.inc | 3716 /* 4780 */ MCD::OPC_Decode, 242, 5, 183, 1, // Opcode: BLEZL
|
D | MipsGenAsmMatcher.inc | 5381 …{ 1306 /* blezl */, Mips::BLEZL, Convert__GPR32AsmReg1_0__JumpTarget1_1, Feature_HasStdEnc|Feature…
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 1876 def BLEZL : MMRel, CBranchZero<"blezl", brtarget, setle, GPR32Opnd, 0>,
|