Home
last modified time | relevance | path

Searched refs:kDFPImmediate (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h46 kDFPImmediate, ///< Double-Floating-point immediate operand. enumerator
68 bool isDFPImm() const { return Kind == kDFPImmediate; } in isDFPImm()
161 Op.Kind = kDFPImmediate; in createDFPImm()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h48 kDFPImmediate, ///< Double-Floating-point immediate operand. enumerator
72 bool isDFPImm() const { return Kind == kDFPImmediate; } in isDFPImm()
122 Op.Kind = kDFPImmediate; in createDFPImm()