Searched defs:LO10 (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Target/Sparc/
H A DSparc.h123 inline static unsigned LO10(int64_t imm) { function in namespace:llvm
132 return ~LO10(~imm);

Completed in 187 milliseconds