Searched refs:VEX_I8IMM (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrXOP.td | 154 (Int VR128:$src1, VR128:$src2, VR128:$src3))]>, XOP_4V, VEX_I8IMM; 161 VR128:$src3))]>, XOP_4V, VEX_I8IMM; 232 XOP_4V, VEX_I8IMM; 240 XOP_4V, VEX_I8IMM, VEX_W, MemOp4; 248 XOP_4V, VEX_I8IMM; 262 XOP_4V, VEX_I8IMM, VEX_L; 270 XOP_4V, VEX_I8IMM, VEX_W, MemOp4, VEX_L; 278 XOP_4V, VEX_I8IMM, VEX_L;
|
D | X86InstrFormats.td | 194 class VEX_I8IMM { bit hasVEX_i8ImmReg = 1; } 854 VEX_4V, VEX_I8IMM, FMASC, Requires<[HasFMA4]>; 872 VEX_4V, VEX_I8IMM, Requires<[HasXOP]>;
|
D | X86InstrSSE.td | 7080 NoItinerary, SSEPackedInt>, TAPD, VEX_4V, VEX_I8IMM, 7090 NoItinerary, SSEPackedInt>, TAPD, VEX_4V, VEX_I8IMM,
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 501 VEX_I8IMM = 1ULL << VEX_I8IMMShift, enumerator
|
D | X86MCCodeEmitter.cpp | 1468 if (TSFlags & X86II::VEX_I8IMM) { in encodeInstruction()
|