Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp492 bool IsEffectivelyImm13 = in expandSET() local
505 if (!IsEffectivelyImm13) { in expandSET()
526 if (!IsImm || IsEffectivelyImm13 || (ImmValue & 0x3ff)) { in expandSET()
529 if (IsEffectivelyImm13) in expandSET()