Searched refs:JIALC (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 348 return Mips::JIALC; in getEquivalentCompactForm() 436 if (NewOpc == Mips::JIC || NewOpc == Mips::JIALC || NewOpc == Mips::JIC64 || in genInstrWithNewOpc() 439 if (NewOpc == Mips::JIALC || NewOpc == Mips::JIALC64) in genInstrWithNewOpc()
|
D | Mips32r6InstrInfo.td | 793 def JIALC : R6MMR6Rel, JIALC_ENC, JIALC_DESC, ISA_MIPS32R6; 866 def : MipsInstAlias<"jalrc $rs", (JIALC GPR32Opnd:$rs, 0), 1>, ISA_MIPS32R6, GPR_32;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 543 return Mips::JIALC; in getEquivalentCompactForm() 642 if (NewOpc == Mips::JIC || NewOpc == Mips::JIALC || NewOpc == Mips::JIC64 || in genInstrWithNewOpc() 645 if (NewOpc == Mips::JIALC || NewOpc == Mips::JIALC64) in genInstrWithNewOpc()
|
D | Mips32r6InstrInfo.td | 907 def JIALC : R6MMR6Rel, JIALC_ENC, JIALC_DESC, ISA_MIPS32R6; 997 def : MipsInstAlias<"jalrc $rs", (JIALC GPR32Opnd:$rs, 0), 1>, ISA_MIPS32R6, GPR_32;
|
/external/v8/src/mips/ |
D | constants-mips.h | 730 JIALC = ((0U << 5) + 0), enumerator 1813 if (this->RsFieldRawNoAssert() == JIALC) in IsLinkingInstruction()
|
D | disasm-mips.cc | 1835 if (instr->RsValue() == JIALC) { in DecodeTypeImmediate()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 764 JIALC = ((0U << 5) + 0), enumerator 1896 if (RsFieldRawNoAssert() == JIALC) in IsLinkingInstruction()
|
D | disasm-mips64.cc | 2092 if (instr->RsValue() == JIALC) { in DecodeTypeImmediate()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmWriter.inc | 2810 18390U, // JIALC 5441 0U, // JIALC 8827 case Mips::JIALC: 8833 // (JIALC GPR32Opnd:$rs, 0)
|
D | MipsGenMCCodeEmitter.inc | 1595 UINT64_C(4160749568), // JIALC 5742 case Mips::JIALC: 9321 Feature_HasStdEnc | Feature_HasMips32r6 | 0, // JIALC = 1582
|
D | MipsGenInstrInfo.inc | 1597 JIALC = 1582, 5642 …SideEffects), 0x16ULL, nullptr, ImplicitList3, OperandInfo95, -1 ,nullptr }, // Inst #1582 = JIALC 9976 { Mips::JIALC, Mips::JIALC, Mips::JIALC_MMR6 },
|
D | MipsGenAsmMatcher.inc | 6381 …{ 5290 /* jalrc */, Mips::JIALC, Convert__GPR32AsmReg1_0__imm_95_0, Feature_HasStdEnc|Feature_IsGP… 6392 …{ 5329 /* jialc */, Mips::JIALC, Convert__GPR32AsmReg1_0__JumpTarget1_1, Feature_HasStdEnc|Feature…
|
D | MipsGenDisassemblerTables.inc | 6674 /* 2422 */ MCD::OPC_Decode, 174, 12, 91, // Opcode: JIALC
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 896 17982U, // JIALC 2610 0U, // JIALC
|
D | MipsGenDisassemblerTables.inc | 4068 /* 1834 */ MCD_OPC_Decode, 239, 6, 225, 1, // Opcode: JIALC
|