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.cpp34 OS << "SFPImm:" << bit_cast<float>(getSFPImm()); in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp143 uint32_t F = MO.getSFPImm(); in encodeInstruction()
H A DWebAssemblyInstPrinter.cpp312 O << ::toString(APFloat(APFloat::IEEEsingle(), APInt(32, Op.getSFPImm()))); in printOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h90 uint32_t getSFPImm() const { in getSFPImm() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h84 uint32_t getSFPImm() const { in getSFPImm() function