Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrFMA3Info.h29 struct X86InstrFMA3Group { struct
31 uint16_t Opcodes[3];
35 uint16_t Attributes;
37 enum {
43 enum : uint16_t {
60 unsigned get132Opcode() const { in get132Opcode()
65 unsigned get213Opcode() const { in get213Opcode()
90 bool operator<(const X86InstrFMA3Group &RHS) const { argument