Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.h24 struct X86InstrFMA3Group { struct
26 uint16_t Opcodes[3];
30 uint16_t Attributes;
32 enum {
38 enum : uint16_t {
55 unsigned get132Opcode() const { in get132Opcode()
60 unsigned get213Opcode() const { in get213Opcode()
85 bool operator<(const X86InstrFMA3Group &RHS) const { argument