Searched defs:JALR (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_common.c142 #define JALR (HI(0) | LO(9)) macro
1708 PTR_FAIL_IF(push_inst(compiler, JALR | S(TMP_REG2) | DA(RETURN_ADDR_REG), UNMOVABLE_INS));
1971 FAIL_IF(push_inst(compiler, JALR | S(PIC_ADDR_REG) | DA(RETURN_ADDR_REG), UNMOVABLE_INS));
1979 FAIL_IF(push_inst(compiler, JALR | S(src_r) | DA(RETURN_ADDR_REG), UNMOVABLE_INS));
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1707 JalrInst.setOpcode(inMicroMipsMode() ? Mips::JALR_MM : Mips::JALR); member in class:Mips
1711 // FIXME: Add an R_(MICRO)MIPS_JALR relocation after the JALR.
1914 // We need a NOP between the JALR and the LW:
2088 // Create a JALR instruction which is going to replace the pseudo-JAL.
2103 JalrInst.setOpcode(Mips::JALR);
2112 JalrInst.setOpcode(inMicroMipsMode() ? Mips::JALR_MM : Mips::JALR); member in class:Mips

Completed in 132 milliseconds