Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp506 int64_t RawImmValue = IsImm ? MCValOp.getImm() : 0; in expandSET() local
509 if (RawImmValue < -2147483648LL || RawImmValue > 4294967295LL) { in expandSET()
516 int32_t ImmValue = RawImmValue; in expandSET()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp478 int64_t RawImmValue = IsImm ? MCValOp.getImm() : 0; in expandSET() local
481 if (RawImmValue < -2147483648LL || RawImmValue > 4294967295LL) { in expandSET()
488 int32_t ImmValue = RawImmValue; in expandSET()