Searched refs:BGEZALL (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 292 case Mips::BGEZALL: in isBranchOffsetInRange()
|
D | MipsScheduleP5600.td | 65 BGEZALL, BGEZL, BGTZ, BGTZL, BLEZ, BLEZL, BLTZ,
|
D | MipsInstrInfo.td | 2256 def BGEZALL : MMRel, BGEZAL_FT<"bgezall", brtarget, GPR32Opnd>,
|
/external/v8/src/mips/ |
D | constants-mips.h | 583 BGEZALL = ((2U << 3) + 3) << 16, enumerator
|
D | disasm-mips.cc | 1753 case BGEZALL: in DecodeTypeImmediate()
|
D | assembler-mips.cc | 1765 GenInstrImmediate(REGIMM, rs, BGEZALL, offset); in bgezall()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 610 BGEZALL = ((2U << 3) + 3) << 16, enumerator
|
D | disasm-mips64.cc | 1955 case BGEZALL: in DecodeTypeImmediateREGIMM()
|
D | assembler-mips64.cc | 1745 GenInstrImmediate(REGIMM, rs, BGEZALL, offset); in bgezall()
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 222 22069U, // BGEZALL 1936 0U, // BGEZALL
|
D | MipsGenDisassemblerTables.inc | 689 /* 1119 */ MCD_OPC_Decode, 205, 1, 51, // Opcode: BGEZALL
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 723 UINT64_C(68354048), // BGEZALL 5136 case Mips::BGEZALL: 8449 …HasMips2 | Feature_NotMips32r6 | Feature_NotMips64r6 | Feature_NotInMicroMips | 0, // BGEZALL = 710
|
D | MipsGenAsmWriter.inc | 1938 22688U, // BGEZALL 4569 0U, // BGEZALL
|
D | MipsGenInstrInfo.inc | 725 BGEZALL = 710, 4770 …deEffects), 0x12ULL, nullptr, ImplicitList3, OperandInfo170, -1 ,nullptr }, // Inst #710 = BGEZALL 10038 { Mips::BGEZALL, Mips::BGEZALL, (uint16_t)-1U },
|
D | MipsGenDisassemblerTables.inc | 3064 /* 1346 */ MCD::OPC_Decode, 198, 5, 183, 1, // Opcode: BGEZALL
|
D | MipsGenAsmMatcher.inc | 5324 …{ 1043 /* bgezall */, Mips::BGEZALL, Convert__GPR32AsmReg1_0__JumpTarget1_1, Feature_HasStdEnc|Fea…
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 1894 def BGEZALL : MMRel, BGEZAL_FT<"bgezall", brtarget, GPR32Opnd, 0>,
|