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.cpp6412 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in matchAndEmitInstruction() local
6413 if (Op3CE) { in matchAndEmitInstruction()
6414 uint64_t Op3Val = Op3CE->getValue(); in matchAndEmitInstruction()
6500 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in matchAndEmitInstruction() local
6503 if (Op3CE && Op4CE) { in matchAndEmitInstruction()
6504 uint64_t Op3Val = Op3CE->getValue(); in matchAndEmitInstruction()
6564 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in matchAndEmitInstruction() local
6567 if (Op3CE && Op4CE) { in matchAndEmitInstruction()
6568 uint64_t Op3Val = Op3CE->getValue(); in matchAndEmitInstruction()