Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3789 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
3790 if (Op3CE) { in MatchAndEmitInstruction()
3791 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
3877 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
3880 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
3881 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
3941 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
3944 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
3945 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()