Searched refs:IgnoresW (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86EVEX2VEXTablesEmitter.cpp | |
| H A D | X86RecognizableInstr.h | 204 bool IgnoresW; 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 | 122 IgnoresW = Rec->getValueAsBit("IgnoresW"); in RecognizableInstrBase() 1014 IgnoresVEX_L || EncodeRC, IgnoresW, AddressSize); in emitDecodePath() 1018 IgnoresW, AddressSize); in emitDecodePath()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFormats.td | 251 bit IgnoresW = 0; // Does this inst ignore REX_W field?
|
| H A D | X86InstrUtils.td | 45 class WIG { bit IgnoresW = 1; } 970 let IgnoresW = !if(!eq(t.VT, i8), 1, 0);
|