Searched defs:CreateFPImm (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInst.h123 static MCOperand CreateFPImm(double Val) { function in class:llvm::MCOperand
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1649 static std::unique_ptr<AArch64Operand> CreateFPImm(unsigned Val, SMLoc S, function in class:__anon25952::AArch64Operand
2127 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext()));
2146 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext()));

Completed in 112 milliseconds