LLVM  8.0.1
Public Member Functions | Public Attributes | Friends | List of all members
X86EvexToVexCompressTableEntry Struct Reference
Collaboration diagram for X86EvexToVexCompressTableEntry:
Collaboration graph
[legend]

Public Member Functions

bool operator< (const X86EvexToVexCompressTableEntry &RHS) const
 

Public Attributes

uint16_t EvexOpcode
 
uint16_t VexOpcode
 

Friends

bool operator< (const X86EvexToVexCompressTableEntry &TE, unsigned Opc)
 

Detailed Description

Definition at line 41 of file X86EvexToVex.cpp.

Member Function Documentation

◆ operator<()

bool X86EvexToVexCompressTableEntry::operator< ( const X86EvexToVexCompressTableEntry RHS) const
inline

Definition at line 45 of file X86EvexToVex.cpp.

References EvexOpcode.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const X86EvexToVexCompressTableEntry TE,
unsigned  Opc 
)
friend

Definition at line 49 of file X86EvexToVex.cpp.

Member Data Documentation

◆ EvexOpcode

uint16_t X86EvexToVexCompressTableEntry::EvexOpcode

Definition at line 42 of file X86EvexToVex.cpp.

Referenced by operator<().

◆ VexOpcode

uint16_t X86EvexToVexCompressTableEntry::VexOpcode

Definition at line 43 of file X86EvexToVex.cpp.


The documentation for this struct was generated from the following file: