Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp121 HasREX_W = Rec->getValueAsBit("hasREX_W"); in RecognizableInstrBase()
206 else if (HasREX_W) in insnContext()
210 } else if (!EncodeRC && HasVEX_L && HasREX_W) { in insnContext()
238 } else if (!EncodeRC && HasEVEX_L2 && HasREX_W) { in insnContext()
266 } else if (HasREX_W) { in insnContext()
296 if (HasVEX_L && HasREX_W) { in insnContext()
311 else if (OpPrefix == X86Local::PD && HasREX_W) in insnContext()
319 else if (HasREX_W && OpPrefix == X86Local::XS) in insnContext()
321 else if (HasREX_W && OpPrefix == X86Local::XD) in insnContext()
323 else if (HasREX_W && OpPrefix == X86Local::PS) in insnContext()
[all …]
H A DX86EVEX2VEXTablesEmitter.cpp
H A DX86InstrMappingEmitter.cpp134 OldRI.HasVEX_4V, OldRI.HasVEX_L, OldRI.HasREX_W, in operator ()()
137 NewRI.HasVEX_4V, NewRI.HasVEX_L, NewRI.HasREX_W, NewRI.Form)) in operator ()()
H A DX86RecognizableInstr.h200 bool HasREX_W; member
H A DX86FoldTablesEmitter.cpp373 RegRI.OpSize, RegRI.AdSize, RegRI.HasREX_W, RegRI.HasVEX_4V, in operator ()()
380 MemRI.OpSize, MemRI.AdSize, MemRI.HasREX_W, MemRI.HasVEX_4V, in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrUtils.td191 /// HasREX_W - This bit is set to true if the instruction should have
193 bit HasREX_W = hasREX_W;
971 let hasREX_W = t.HasREX_W;