Home
last modified time | relevance | path

Searched refs:createFPImm (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstBuilder.h44 Inst.addOperand(MCOperand::createFPImm(Val)); in addFPImm()
DMCInst.h129 static MCOperand createFPImm(double Val) { in createFPImm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp278 MCOp = MCOperand::createFPImm(Imm->getValueAPF().convertToFloat()); in lower()
280 MCOp = MCOperand::createFPImm(Imm->getValueAPF().convertToDouble()); in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMCInstLower.cpp113 MCOp = MCOperand::createFPImm(Val.convertToDouble()); in lowerOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp116 MI.addOperand(MCOperand::createFPImm(static_cast<double>(Val))); in parseImmediate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp129 Inst.addOperand(MCOperand::createFPImm(Flt.Val)); in addFPImmOperands()