Searched defs:CreateFPImm (Results 1 - 2 of 2) sorted by relevance
/external/llvm/include/llvm/MC/ | ||
H A D | MCInst.h | 123 static MCOperand CreateFPImm(double Val) { function in class:llvm::MCOperand |
/external/llvm/lib/Target/AArch64/AsmParser/ | ||
H A D | AArch64AsmParser.cpp | 777 static AArch64Operand *CreateFPImm(double Val, function in class:__anon22264::AArch64Operand 1519 Operands.push_back(AArch64Operand::CreateFPImm(DblVal, S, E)); |
Completed in 325 milliseconds