Searched refs:isU6 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp47 bool isU6 = isImmU6(Offset); local
48 if (!isU6 && !isImmU16(Offset))
50 int Opcode = isU6 ? XCore::LDWSP_ru6 : XCore::LDWSP_lru6;
62 bool isU6 = isImmU6(Offset); local
63 if (!isU6 && !isImmU16(Offset))
65 int Opcode = isU6 ? XCore::STWSP_ru6 : XCore::STWSP_lru6;
112 bool isU6 = isImmU6(FrameSize); local
114 if (!isU6 && !isImmU16(FrameSize)) {
126 Opcode = (isU6) ? XCore::ENTSP_u6 : XCore::ENTSP_lu6;
131 Opcode = (isU6)
226 bool isU6 = isImmU6(FrameSize); local
354 bool isU6 = isImmU6(Amount); local
[all...]
H A DXCoreRegisterInfo.cpp213 bool isU6 = isImmU6(Offset); local
214 if (!isU6 && !isImmU16(Offset))
221 NewOpcode = (isU6) ? XCore::LDWSP_ru6 : XCore::LDWSP_lru6;
226 NewOpcode = (isU6) ? XCore::STWSP_ru6 : XCore::STWSP_lru6;
232 NewOpcode = (isU6) ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6;

Completed in 86 milliseconds