Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3661 uint64_t Op4Val = Op4CE->getValue(); in MatchAndEmitInstruction() local
3673 if (Op4Val < 1 || Op4Val > RegWidth) in MatchAndEmitInstruction()
3684 uint64_t NewOp4Val = Op4Val - 1; in MatchAndEmitInstruction()
3726 uint64_t Op4Val = Op4CE->getValue(); in MatchAndEmitInstruction() local
3738 if (Op4Val < 1 || Op4Val > RegWidth) in MatchAndEmitInstruction()
3742 uint64_t NewOp4Val = Op3Val + Op4Val - 1; in MatchAndEmitInstruction()