Searched refs:EVEX_U (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp865 // EVEX_U
866 uint8_t EVEX_U = 1; // Always '1' so far local
1184 emitByte((VEX_W << 7) | (VEX_4V << 3) | (EVEX_U << 2) | VEX_PP, OS);

Completed in 113 milliseconds