HomeSort by relevance Sort by last modified time
    Searched defs:jalr (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 1084 static MipsRelocator::Result jalr(MipsRelocationInfo& pReloc, function in namespace:mcld
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
allinsn.s 223 jalr ip
224 jalr r3
225 jalr r0
226 jalr fp
227 jalr sp
228 jalr r3
229 jalr fp
230 jalr ip
232 .global jalr
233 jalr label
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
allinsn.s 516 .global jalr
517 jalr: label
518 jalr %0,%0
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.cpp 654 void AssemblerMIPS32::jalr(const Operand *OpRs, const Operand *OpRd) { function in class:Ice::MIPS32::AssemblerMIPS32
656 const IValueT Rs = encodeGPRegister(OpRs, "Rs", "jalr");
658 (OpRd == nullptr) ? 31 : encodeGPRegister(OpRd, "Rd", "jalr");
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 580 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
600 GetRdField(instr) == 0 && GetFunctionField(instr) == JALR;
607 GetRdField(instr) != 0 && GetFunctionField(instr) == JALR;
1562 void Assembler::jalr(Register rs, Register rd) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 557 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
579 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JALR;
1561 void Assembler::jalr(Register rs, Register rd) { function in class:v8::internal::Assembler
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c 324 /* True if we want to create R_MIPS_JALR for jalr $25. */
8794 const char *jalr; local
17784 unsigned long jalr = short_ds ? 0x45e0 : 0x45c0; \/* jalr\/s *\/ local
    [all...]

Completed in 100 milliseconds