Home
last modified time | relevance | path

Searched refs:IgnoresW (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp
H A DX86RecognizableInstr.h204 bool IgnoresW; member
H A DX86FoldTablesEmitter.cpp374 RegRI.HasVEX_L, RegRI.IgnoresVEX_L, RegRI.IgnoresW, in operator ()()
381 MemRI.HasVEX_L, MemRI.IgnoresVEX_L, MemRI.IgnoresW, in operator ()()
H A DX86RecognizableInstr.cpp122 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 DX86InstrFormats.td251 bit IgnoresW = 0; // Does this inst ignore REX_W field?
H A DX86InstrUtils.td45 class WIG { bit IgnoresW = 1; }
970 let IgnoresW = !if(!eq(t.VT, i8), 1, 0);