Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6223 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
6224 if (Op3CE) { in MatchAndEmitInstruction()
6225 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
6311 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
6314 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
6315 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
6375 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
6378 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
6379 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()