Searched refs:VEX_I8IMM (Results 1 – 9 of 9) 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; 234 XOP_4V, VEX_I8IMM; 242 XOP_4V, VEX_I8IMM, VEX_W, MemOp4; 250 XOP_4V, VEX_I8IMM; 257 []>, XOP_4V, VEX_I8IMM, VEX_W, MemOp4; 273 XOP_4V, VEX_I8IMM; 281 XOP_4V, VEX_I8IMM, VEX_W, MemOp4; 289 XOP_4V, VEX_I8IMM; 296 []>, XOP_4V, VEX_I8IMM, VEX_W, MemOp4; [all …]
|
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 | 7022 NoItinerary, SSEPackedInt>, TAPD, VEX_4V, VEX_I8IMM, 7032 NoItinerary, SSEPackedInt>, TAPD, VEX_4V, VEX_I8IMM,
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 393 VEX_I8IMM = 1U << 3, enumerator
|
D | X86MCCodeEmitter.cpp | 1039 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_I8IMM) { in EncodeInstruction()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 500 VEX_I8IMM = 1ULL << VEX_I8IMMShift, enumerator
|
D | X86MCCodeEmitter.cpp | 1138 bool HasVEX_I8IMM = TSFlags & X86II::VEX_I8IMM; in encodeInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFormats.td | 114 class VEX_I8IMM { bit hasVEX_i8ImmReg = 1; }
|
D | X86InstrSSE.td | 5921 SSEPackedInt>, OpSize, TA, VEX_4V, VEX_I8IMM; 5930 SSEPackedInt>, OpSize, TA, VEX_4V, VEX_I8IMM;
|