LLVM 19.0.0git
Public Member Functions | Public Attributes | Friends | List of all members
X86CompressEVEXTableEntry Struct Reference

Public Member Functions

bool operator< (const X86CompressEVEXTableEntry &RHS) const
 

Public Attributes

uint16_t OldOpc
 
uint16_t NewOpc
 

Friends

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

Detailed Description

Definition at line 54 of file X86CompressEVEX.cpp.

Member Function Documentation

◆ operator<()

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

Definition at line 58 of file X86CompressEVEX.cpp.

References OldOpc, and RHS.

Friends And Related Function Documentation

◆ operator<

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

Definition at line 62 of file X86CompressEVEX.cpp.

Member Data Documentation

◆ NewOpc

uint16_t X86CompressEVEXTableEntry::NewOpc

Definition at line 56 of file X86CompressEVEX.cpp.

◆ OldOpc

uint16_t X86CompressEVEXTableEntry::OldOpc

Definition at line 55 of file X86CompressEVEX.cpp.

Referenced by operator<().


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