Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFMA3Info.h28 struct X86InstrFMA3Group { struct
30 uint16_t Opcodes[3];
34 uint16_t Attributes;
36 enum {
42 enum : uint16_t {
59 unsigned get132Opcode() const { in get132Opcode()
64 unsigned get213Opcode() const { in get213Opcode()
89 bool operator<(const X86InstrFMA3Group &RHS) const { argument
/external/llvm-project/llvm/lib/Target/X86/
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