/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | ret.ll | 26 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 36 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 46 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 56 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 66 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 76 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 86 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 97 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 112 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 128 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR [all …]
|
D | indirectbr.ll | 18 ; R6: jr $4 # <MCInst #{{[0-9]+}} JALR 22 ; R6: jr $ra # <MCInst #{{[0-9]+}} JALR 27 ; R6: jr $ra # <MCInst #{{[0-9]+}} JALR
|
/external/valgrind/none/tests/mips32/ |
D | branches.stdout.exp | 408 J JALR JR :: 6, RSval: 0 409 J JALR JR :: 7, RSval: 1 410 J JALR JR :: 8, RSval: 2 411 J JALR JR :: 9, RSval: 3 412 J JALR JR :: 10, RSval: 4 413 J JALR JR :: 11, RSval: 5 414 J JALR JR :: 12, RSval: 6 415 J JALR JR :: 13, RSval: 7 416 J JALR JR :: 14, RSval: 8 417 J JALR JR :: 15, RSval: 9 [all …]
|
/external/valgrind/none/tests/mips64/ |
D | branches.stdout.exp | 425 J JALR JR :: 6, RSval: 0 426 J JALR JR :: 7, RSval: 1 427 J JALR JR :: 8, RSval: 2 428 J JALR JR :: 9, RSval: 3 429 J JALR JR :: 10, RSval: 4 430 J JALR JR :: 11, RSval: 5 431 J JALR JR :: 12, RSval: 6 432 J JALR JR :: 13, RSval: 7 433 J JALR JR :: 14, RSval: 8 434 J JALR JR :: 15, RSval: 9 [all …]
|
/external/v8/src/mips/ |
D | constants-mips.cc | 163 case JALR: in IsForbiddenAfterBranchInstr() 205 case JALR: in IsLinkingInstruction()
|
D | constants-mips.h | 408 JALR = ((1U << 3) + 1), enumerator 912 FunctionFieldToBitNumber(JR) | FunctionFieldToBitNumber(JALR) |
|
D | assembler-mips-inl.h | 362 (instr2 & kFunctionFieldMask) == JALR))); in IsPatchedReturnSequence()
|
D | assembler-mips.cc | 552 ((function_field == JALR) || (rd_field == 0 && (function_field == JR)))); in IsJump() 573 GetRdField(instr) == 0 && GetFunctionField(instr) == JALR; in IsJr() 580 GetRdField(instr) != 0 && GetFunctionField(instr) == JALR; in IsJalr() 1504 GenInstrRegister(SPECIAL, rs, zero_reg, rd, 0, JALR); in jalr()
|
D | disasm-mips.cc | 1035 case JALR: in DecodeTypeRegisterSPECIAL()
|
/external/v8/src/mips64/ |
D | constants-mips64.cc | 163 case JALR: in IsForbiddenAfterBranchInstr() 205 case JALR: in IsLinkingInstruction()
|
D | constants-mips64.h | 404 JALR = ((1U << 3) + 1), enumerator 960 FunctionFieldToBitNumber(JR) | FunctionFieldToBitNumber(JALR) |
|
D | assembler-mips64-inl.h | 363 (instr4 & kFunctionFieldMask) == JALR); in IsPatchedReturnSequence()
|
D | assembler-mips64.cc | 526 ((function_field == JALR) || (rd_field == 0 && (function_field == JR)))); in IsJump() 548 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JALR; in IsJalr() 1547 GenInstrRegister(SPECIAL, rs, zero_reg, rd, 0, JALR); in jalr()
|
D | disasm-mips64.cc | 1135 case JALR: in DecodeTypeRegisterSPECIAL()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsNaClELFStreamer.cpp | 51 if (MI.getOpcode() == Mips::JALR) { in isIndirectJump() 81 case Mips::JALR: in isCall()
|
/external/llvm/test/CodeGen/Mips/ |
D | eh-return32.ll | 47 ; R6: jr $ra # <MCInst #{{[0-9]+}} JALR 87 ; R6: jr $ra # <MCInst #{{[0-9]+}} JALR
|
D | eh-return64.ll | 48 ; R6: jr $ra # <MCInst #{{[0-9]+}} JALR 90 ; R6: jr $ra # <MCInst #{{[0-9]+}} JALR
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.cpp | 320 case Mips::JALR: in printAlias()
|
/external/pcre/dist/sljit/ |
D | sljitNativeMIPS_common.c | 142 #define JALR (HI(0) | LO(9)) macro 1708 PTR_FAIL_IF(push_inst(compiler, JALR | S(TMP_REG2) | DA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_jump() 1971 FAIL_IF(push_inst(compiler, JALR | S(PIC_ADDR_REG) | DA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_ijump() 1979 FAIL_IF(push_inst(compiler, JALR | S(src_r) | DA(RETURN_ADDR_REG), UNMOVABLE_INS)); in sljit_emit_ijump()
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 1537 def JALR : JumpLinkReg<"jalr", GPR32Opnd>, JALR_FM; 1538 def JALRPseudo : JumpLinkRegPseudo<GPR32Opnd, JALR, RA>; 1556 // then are expanded to JR, JR64, JALR, or JALR64 depending on the ISA. 1571 // MipsAsmPrinter expands this into JR, JR64, JALR, or JALR64 depending on the 1842 def : MipsInstAlias<"jalr $rs", (JALR RA, GPR32Opnd:$rs), 0>; 2083 // (JALR GPR32:$dst)>;
|
D | MipsDelaySlotFiller.cpp | 558 case Mips::JALR: in getEquivalentCallShort()
|
D | MipsAsmPrinter.cpp | 109 TmpInst0.setOpcode(Mips::JALR); in emitPseudoIndirectBranch()
|
D | Mips32r6InstrInfo.td | 765 def : MipsInstAlias<"jr $rs", (JALR ZERO, GPR32Opnd:$rs), 1>, ISA_MIPS32R6;
|
D | Mips64InstrInfo.td | 215 def JALR64Pseudo : JumpLinkRegPseudo<GPR64Opnd, JALR, RA, GPR32Opnd>;
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1702 JalrInst.setOpcode(inMicroMipsMode() ? Mips::JALR_MM : Mips::JALR); in processInstruction() 2110 JalrInst.setOpcode(Mips::JALR); in expandJalWithRegs() 2119 JalrInst.setOpcode(inMicroMipsMode() ? Mips::JALR_MM : Mips::JALR); in expandJalWithRegs()
|