Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3754 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
3755 if (Op3CE) { in MatchAndEmitInstruction()
3756 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
3842 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
3845 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
3846 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
3906 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
3909 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
3910 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp4352 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
4353 if (Op3CE) { in MatchAndEmitInstruction()
4354 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
4440 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
4443 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
4444 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()
4504 const MCConstantExpr *Op3CE = dyn_cast<MCConstantExpr>(Op3.getImm()); in MatchAndEmitInstruction() local
4507 if (Op3CE && Op4CE) { in MatchAndEmitInstruction()
4508 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction()