Searched refs:VEX_4VOp3 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86BaseInfo.h | 451 VEX_4VOp3 = 1U << 3, enumerator
|
| D | X86MCCodeEmitter.cpp | 536 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; in EmitVEXOpcodePrefix() 1210 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; in EncodeInstruction()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrXOP.td | 85 [(set VR128:$dst, (Int VR128:$src1, VR128:$src2))]>, VEX_4VOp3; 97 VEX_4VOp3;
|
| D | X86CodeEmitter.cpp | 813 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; in emitVEXOpcodePrefix() 1153 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3; in emitInstruction()
|
| D | X86InstrShiftRotate.td | 887 VEX_4VOp3, Sched<[WriteShift]>; 891 VEX_4VOp3,
|
| D | X86InstrFormats.td | 146 class VEX_4VOp3 : VEX { bit hasVEX_4VOp3Prefix = 1; }
|
| D | X86InstrInfo.td | 1852 T8, VEX_4VOp3; 1856 (implicit EFLAGS)]>, T8, VEX_4VOp3;
|
| D | X86InstrSSE.td | 8387 []>, VEX_4VOp3; 8392 []>, VEX_4VOp3, VEX_L;
|