Home
last modified time | relevance | path

Searched refs:getSFPImm (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCInst.cpp36 OS << "SFPImm:" << bit_cast<float>(getSFPImm()); in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp147 uint32_t F = MO.getSFPImm(); in encodeInstruction()
H A DWebAssemblyInstPrinter.cpp335 O << ::toString(APFloat(APFloat::IEEEsingle(), APInt(32, Op.getSFPImm()))); in printOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h94 uint32_t getSFPImm() const { in getSFPImm() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h85 uint32_t getSFPImm() const { in getSFPImm() function