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.cpp777 static AArch64Operand *CreateFPImm(double Val, function in class:__anon21337::AArch64Operand
1519 Operands.push_back(AArch64Operand::CreateFPImm(DblVal, S, E));

Completed in 267 milliseconds