Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6232 uint64_t Op4Val = Op4CE->getValue(); in MatchAndEmitInstruction() local
6244 if (Op4Val < 1 || Op4Val > RegWidth) in MatchAndEmitInstruction()
6254 uint64_t NewOp4Val = Op4Val - 1; in MatchAndEmitInstruction()
6296 uint64_t Op4Val = Op4CE->getValue(); in MatchAndEmitInstruction() local
6308 if (Op4Val < 1 || Op4Val > RegWidth) in MatchAndEmitInstruction()
6312 uint64_t NewOp4Val = Op3Val + Op4Val - 1; in MatchAndEmitInstruction()