Home
last modified time | relevance | path

Searched refs:hasREX_W (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h282 static OperandType typeFromString(const std::string &s, bool hasREX_W,
H A DX86RecognizableInstr.cpp998 bool hasREX_W, uint8_t OpSize) { in typeFromString() argument
999 if (hasREX_W) { in typeFromString()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td245 bit hasREX_W = 0; // Does this inst require the REX.W prefix?
292 let TSFlags{17} = hasREX_W;
H A DX86InstrControl.td133 let isCodeGenOnly = 1, hasREX_W = 1 in {
373 let hasREX_W = 1 in {
H A DX86InstrUtils.td24 class REX_W { bit hasREX_W = 1; }
137 bit hasEvenOpcode, bit hasREX_W> {
193 bit HasREX_W = hasREX_W;
971 let hasREX_W = t.HasREX_W;