Home
last modified time | relevance | path

Searched refs:VEX_L (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp498 unsigned char VEX_L = 0; in EmitVEXOpcodePrefix() local
520 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_L) in EmitVEXOpcodePrefix()
521 VEX_L = 1; in EmitVEXOpcodePrefix()
569 VEX_L = 1; in EmitVEXOpcodePrefix()
710 unsigned char LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in EmitVEXOpcodePrefix()
DX86BaseInfo.h458 VEX_L = 1U << 5, enumerator
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp859 unsigned char VEX_L = 0; in emitVEXOpcodePrefix() local
881 if ((TSFlags >> X86II::VEXShift) & X86II::VEX_L) in emitVEXOpcodePrefix()
882 VEX_L = 1; in emitVEXOpcodePrefix()
932 VEX_L = 1; in emitVEXOpcodePrefix()
1079 unsigned char LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in emitVEXOpcodePrefix()
DX86InstrFormats.td129 class VEX_L { bit hasVEX_L = 1; }
DX86InstrSSE.td1861 VEX, VEX_L;
1982 IIC_SSE_CVT_PD_RM>, VEX, VEX_L;
2103 IIC_SSE_CVT_PD_RM>, VEX, VEX_L;
7555 [(int_x86_avx_vzeroall)]>, TB, VEX, VEX_L, Requires<[HasAVX]>;
8044 []>, VEX_4VOp3, VEX_L;