Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:EVEX

188   assert((TSFlags & X86II::EncodingMask) >> X86II::EncodingShift == X86II::EVEX &&
189 "Compressed 8-bit displacement is only valid for EVEX inst.");
398 bool HasEVEX = (Encoding == X86II::EVEX);
525 // Try EVEX compressed 8-bit displacement first; if failed, fall back to
972 assert(Encoding == X86II::EVEX && "unknown encoding!");
973 // EVEX opcode prefix can have 4 bytes
979 && "More than 2 significant bits in VEX.m-mmmm fields for EVEX!");
1202 // It uses the EVEX.aaa field?