Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5584 uint64_t Op4Val = Op4CE->getValue(); in MatchAndEmitInstruction() local
5596 if (Op4Val < 1 || Op4Val > RegWidth) in MatchAndEmitInstruction()
5606 uint64_t NewOp4Val = Op4Val - 1; in MatchAndEmitInstruction()
5648 uint64_t Op4Val = Op4CE->getValue(); in MatchAndEmitInstruction() local
5660 if (Op4Val < 1 || Op4Val > RegWidth) in MatchAndEmitInstruction()
5664 uint64_t NewOp4Val = Op3Val + Op4Val - 1; in MatchAndEmitInstruction()