Searched refs:IsThumb1 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6896 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { in getLdOpcode() argument 6900 if (IsThumb1) in getLdOpcode() 6915 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { in getStOpcode() argument 6919 if (IsThumb1) in getStOpcode() 6937 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument 6938 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); in emitPostLd() 6944 } else if (IsThumb1) { in emitPostLd() 6969 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument 6970 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt() 6975 } else if (IsThumb1) { in emitPostSt() [all …]
|