Home
last modified time | relevance | path

Searched refs:SoImm (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp64 unsigned getMachineSoImmOpValue(unsigned SoImm) const;
294 unsigned SoImm = MO.getImm(); in getSOImmOpValue() local
295 int SoImmVal = ARM_AM::getSOImmVal(SoImm); in getSOImmOpValue()
333 unsigned SoImm = MI.getOperand(Op).getImm(); in getT2SOImmOpValue() local
334 unsigned Encoded = ARM_AM::getT2SOImmVal(SoImm); in getT2SOImmOpValue()
/external/llvm/lib/Target/ARM/
DREADME.txt511 Constant island pass should make use of full range SoImm values for LEApcrel.