Home
last modified time | relevance | path

Searched refs:TWO_BYTE_VEX (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/x86/
Dinstruction_set_features_x86.h38 #define TWO_BYTE_VEX 0xC5 macro
/art/disassembler/
Ddisassembler_x86.cc27 #define TWO_BYTE_VEX 0xC5 macro
/art/compiler/utils/x86/
Dassembler_x86.cc3921 vex_prefix |= TWO_BYTE_VEX; in EmitVexPrefixByteZero()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc5451 vex_prefix |= TWO_BYTE_VEX; // 2-Byte Vex in EmitVexPrefixByteZero()