Searched refs:IgnoresVEX_L (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 208 bool IgnoresVEX_L; member
|
H A D | X86FoldTablesEmitter.cpp | 374 RegRI.HasVEX_L, RegRI.IgnoresVEX_L, RegRI.IgnoresW, in operator ()() 381 MemRI.HasVEX_L, MemRI.IgnoresVEX_L, MemRI.IgnoresW, in operator ()()
|
H A D | X86RecognizableInstr.cpp | 124 IgnoresVEX_L = Rec->getValueAsBit("ignoresVEX_L"); in RecognizableInstrBase() 984 IgnoresVEX_L || EncodeRC, IgnoresW, AddressSize); in emitDecodePath() 987 Is32Bit, OpPrefix == 0, IgnoresVEX_L || EncodeRC, in emitDecodePath()
|