Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3622 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
3623 if (Op3CE) { in MatchAndEmitInstruction()
3624 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
3656 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
3659 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
3660 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
3721 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
3724 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
3725 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()