Searched refs:LO10 (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparc.h123 inline static unsigned LO10(int64_t imm) { function in namespace:llvm
132 return ~LO10(~imm);
H A DSparcJITInfo.cpp131 Insts.push_back(JMP_INST(0, LO10(Addr), scratch));
141 Insts.push_back(JMP_INST(scratch, LO10(Addr), scratch));
184 // Insts.push_back(JMP_INST(scratch, LO10(Addr), scratch));
H A DSparcRegisterInfo.cpp129 MI.getOperand(FIOperandNum + 1).ChangeToImmediate(LO10(Offset));
H A DSparcFrameLowering.cpp67 .addReg(SP::G1).addImm(LO10(NumBytes));
/external/elfutils/0.153/backends/
H A Dsparc_reloc.def40 RELOC_TYPE (LO10, REL)

Completed in 358 milliseconds