Searched refs:IsThumb1 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7459 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { in getLdOpcode() argument 7463 if (IsThumb1) in getLdOpcode() 7478 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { in getStOpcode() argument 7482 if (IsThumb1) in getStOpcode() 7500 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument 7501 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); in emitPostLd() 7507 } else if (IsThumb1) { in emitPostLd() 7532 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument 7533 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt() 7538 } else if (IsThumb1) { in emitPostSt() [all …]
|