Searched refs:CreateShiftedImm (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 1666 static std::unique_ptr<AArch64Operand> CreateShiftedImm(const MCExpr *Val, in CreateShiftedImm() function in __anon26fd99540211::AArch64Operand 2284 Operands.push_back(AArch64Operand::CreateShiftedImm(Imm, ShiftAmount, S, E, in tryParseAddSubImm() 2320 Operands.push_back(AArch64Operand::CreateShiftedImm(Imm, ShiftAmount, in tryParseAddSubImm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 1858 static std::unique_ptr<AArch64Operand> CreateShiftedImm(const MCExpr *Val, in CreateShiftedImm() function in __anonf77cce8c0111::AArch64Operand 2581 Operands.push_back(AArch64Operand::CreateShiftedImm(Imm, ShiftAmount, in tryParseImmWithOptionalShift()
|