Home
last modified time | relevance | path

Searched defs:CreateFPImm (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInst.h123 static MCOperand CreateFPImm(double Val) { in CreateFPImm() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h580 static MachineOperand CreateFPImm(const ConstantFP *CFP) { in CreateFPImm() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1630 static std::unique_ptr<AArch64Operand> CreateFPImm(unsigned Val, SMLoc S, in CreateFPImm() function in __anonb2cdb8450211::AArch64Operand