HomeSort by relevance Sort by last modified time
    Searched refs:JALR (Results 1 - 22 of 22) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
jalr3-n32.d 2 #name: MIPS JALR reloc (n32)
jalr3.d 2 #name: MIPS JALR reloc (o32)
jalr3-n64.d 2 #name: MIPS JALR reloc (n64)
  /external/valgrind/none/tests/mips32/
branches.stdout.exp 407 j, jalr, jr
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:
    [all...]
  /external/v8/src/mips/
constants-mips.cc 163 case JALR:
205 case JALR:
constants-mips.h 421 JALR = ((1U << 3) + 1),
926 FunctionFieldToBitNumber(JR) | FunctionFieldToBitNumber(JALR) |
    [all...]
assembler-mips.cc 578 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
598 GetRdField(instr) == 0 && GetFunctionField(instr) == JALR;
605 GetRdField(instr) != 0 && GetFunctionField(instr) == JALR;
1561 void Assembler::jalr(Register rs, Register rd) { function in class:v8::Assembler
    [all...]
simulator-mips.cc     [all...]
  /external/v8/src/mips64/
constants-mips64.cc 163 case JALR:
205 case JALR:
constants-mips64.h 404 JALR = ((1U << 3) + 1),
962 FunctionFieldToBitNumber(JR) | FunctionFieldToBitNumber(JALR) |
    [all...]
assembler-mips64.cc 554 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
576 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JALR;
1559 void Assembler::jalr(Register rs, Register rd) { function in class:v8::internal::Assembler
    [all...]
simulator-mips64.cc     [all...]
  /external/valgrind/none/tests/mips64/
branches.stdout.exp 424 j, jalr, jr
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:
    [all...]
branch_and_jump_instructions.stdout.exp     [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 51 if (MI.getOpcode() == Mips::JALR) {
52 // MIPS32r6/MIPS64r6 doesn't have a JR instruction and uses JALR instead.
53 // JALR is an indirect branch if the link register is $0.
81 case Mips::JALR:
82 // JALR is only a call if the link register is not $0. Otherwise it's an
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
regression.s 69 JALR R63 ; //16 bit
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 320 case Mips::JALR:
321 // jalr $ra, $r1 => jalr $r1
322 return isReg<Mips::RA>(MI, 0) && printAlias("jalr", MI, 1, OS);
324 // jalr $ra, $r1 => jalr $r1
325 return isReg<Mips::RA_64>(MI, 0) && printAlias("jalr", MI, 1, OS);
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 97 // JALR, or JALR64 as appropriate for the target
108 // MIPS32r6 should use (JALR ZERO, $rs)
109 TmpInst0.setOpcode(Mips::JALR);
    [all...]
MipsDelaySlotFiller.cpp 558 case Mips::JALR:
MipsFastISel.cpp     [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 142 #define JALR (HI(0) | LO(9))
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 256 milliseconds