Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp755 bool IsSmallImm = IsImm && isInt<13>(ImmValue); in expandSETSW() local
766 if (!IsSmallImm) { in expandSETSW()
777 if (!NoLowBitsImm || IsSmallImm) { in expandSETSW()
779 IsSmallImm ? ValExpr : adjustPICRelocation(ELF::R_SPARC_LO10, ValExpr); in expandSETSW()
788 if (IsSmallImm) in expandSETSW()