/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsNaClELFStreamer.cpp | 78 case Mips::BGEZAL: in isCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsNaClELFStreamer.cpp | 87 case Mips::BGEZAL: in isCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.cpp | 239 case Mips::BGEZAL: in printAlias()
|
/external/v8/src/mips/ |
D | constants-mips.h | 582 BGEZAL = ((2U << 3) + 1) << 16, enumerator 1819 case BGEZAL: in IsLinkingInstruction() 1884 case BGEZAL: in IsForbiddenAfterBranchInstr()
|
D | assembler-mips.cc | 535 rt_field == BLTZAL || rt_field == BGEZAL)) || in IsBranch() 1001 Instr instr_b = REGIMM | BGEZAL; // Branch and link. in target_at_put() 1640 GenInstrImmediate(REGIMM, rs, BGEZAL, offset); in bgezal()
|
D | disasm-mips.cc | 1746 case BGEZAL: { in DecodeTypeImmediate()
|
D | simulator-mips.cc | 6467 case BGEZAL: in DecodeTypeImmediate()
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.cpp | 244 case Mips::BGEZAL: in printAlias()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 609 BGEZAL = ((2U << 3) + 1) << 16, enumerator 1902 case BGEZAL: in IsLinkingInstruction() 1967 case BGEZAL: in IsForbiddenAfterBranchInstr()
|
D | assembler-mips64.cc | 514 rt_field == BLTZAL || rt_field == BGEZAL)) || in IsBranch() 908 Instr instr_b = REGIMM | BGEZAL; // Branch and link. in target_at_put() 1620 GenInstrImmediate(REGIMM, rs, BGEZAL, offset); in bgezal()
|
D | disasm-mips64.cc | 1948 case BGEZAL: { in DecodeTypeImmediateREGIMM()
|
D | simulator-mips64.cc | 6706 case BGEZAL: in DecodeTypeImmediate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 291 case Mips::BGEZAL: in isBranchOffsetInRange()
|
D | MipsDelaySlotFiller.cpp | 579 case Mips::BGEZAL: in getEquivalentCallShort()
|
D | MipsScheduleP5600.td | 64 def : InstRW<[P5600WriteJump], (instrs B, BAL, BAL_BR, BEQ, BEQL, BGEZ, BGEZAL,
|
D | MipsInstrInfo.td | 2254 def BGEZAL : MMRel, BGEZAL_FT<"bgezal", brtarget, GPR32Opnd>, BGEZAL_FM<0x11>, 2262 def BAL_BR : BAL_BR_Pseudo<BGEZAL, brtarget>, ISA_MIPS1; 2654 def : MipsInstAlias<"bal $offset", (BGEZAL ZERO, brtarget:$offset), 1>,
|
/external/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 548 case Mips::BGEZAL: in getEquivalentCallShort()
|
D | MipsInstrInfo.td | 1892 def BGEZAL : MMRel, BGEZAL_FT<"bgezal", brtarget, GPR32Opnd>, BGEZAL_FM<0x11>, 1900 def BAL_BR : BAL_BR_Pseudo<BGEZAL>; 2193 def : MipsInstAlias<"bal $offset", (BGEZAL ZERO, brtarget:$offset), 0>,
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCPseudoLowering.inc | 79 TmpInst.setOpcode(Mips::BGEZAL);
|
D | MipsGenAsmWriter.inc | 1935 22492U, // BGEZAL 4566 0U, // BGEZAL 7383 case Mips::BGEZAL: 7386 // (BGEZAL ZERO, brtarget:$offset)
|
D | MipsGenMCCodeEmitter.inc | 720 UINT64_C(68222976), // BGEZAL 5135 case Mips::BGEZAL: 8446 …HasStdEnc | Feature_NotMips32r6 | Feature_NotMips64r6 | Feature_NotInMicroMips | 0, // BGEZAL = 707
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.td | 736 def BGEZAL : BranchLink<"bgezal">;
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 220 21873U, // BGEZAL 1934 0U, // BGEZAL
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1549 case Mips::BGEZAL: in processInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1850 case Mips::BGEZAL: in processInstruction()
|