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

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3631 uint64_t Op4Val = Op4CE->getValue(); local
3643 if (Op4Val < 1 || Op4Val > RegWidth)
3654 uint64_t NewOp4Val = Op4Val - 1;
3696 uint64_t Op4Val = Op4CE->getValue(); local
3708 if (Op4Val < 1 || Op4Val > RegWidth)
3712 uint64_t NewOp4Val = Op3Val + Op4Val - 1;

Completed in 514 milliseconds