Searched refs:HasREX_W (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.cpp | 121 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 D | X86EVEX2VEXTablesEmitter.cpp |
|
H A D | X86InstrMappingEmitter.cpp | 134 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 D | X86RecognizableInstr.h | 200 bool HasREX_W; member
|
H A D | X86FoldTablesEmitter.cpp | 373 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 D | X86InstrUtils.td | 191 /// 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;
|