Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Prefix

213   Prefix   = byteFromRec(Rec, "Prefix");
297 (Prefix == X86Local::XS || Prefix == X86Local::T8XS))
300 (Prefix == X86Local::XD || Prefix == X86Local::T8XD))
303 (Prefix == X86Local::XS || Prefix == X86Local::T8XS))
306 (Prefix == X86Local::XD || Prefix == X86Local::T8XD))
312 else if (Prefix == X86Local::XD || Prefix == X86Local::T8XD)
314 else if (Prefix == X86Local::XS || Prefix == X86Local::T8XS)
322 (Prefix == X86Local::XD || Prefix == X86Local::T8XD))
325 (Prefix == X86Local::XS || Prefix == X86Local::T8XS))
330 (Prefix == X86Local::XS || Prefix == X86Local::T8XS))
333 (Prefix == X86Local::XD || Prefix == X86Local::T8XD))
335 else if (Prefix == X86Local::XD || Prefix == X86Local::T8XD)
337 else if (Prefix == X86Local::XS || Prefix == X86Local::T8XS)
345 (Prefix == X86Local::XD || Prefix == X86Local::T8XD))
348 (Prefix == X86Local::XS || Prefix == X86Local::T8XS))
352 else if (Prefix == X86Local::XD || Prefix == X86Local::T8XD)
354 else if (Prefix == X86Local::XS || Prefix == X86Local::T8XS ||
355 Prefix == X86Local::REP)
419 // Filter out instructions with a LOCK prefix;
420 // prefer forms that do not have the prefix
821 switch (Prefix) {
951 opcodeToSet = 0xd8 + (Prefix - X86Local::D8);
1005 } // switch (Prefix)
1059 // For SSE instructions, we ignore the OpSize prefix and force operand
1066 // For instructions with a REX_W prefix, a declared 32-bit register encoding
1071 // For instructions without an OpSize prefix, a declared 16-bit register or
1142 // For instructions without an OpSize prefix, a declared 16-bit register or
1242 // For instructions without an OpSize prefix, a declared 16-bit register or