Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.h989 uint8_t EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M);
Dassembler_x86.cc4001 int SET_VEX_M) { in EmitVexPrefixByteOne() argument
4022 vex_prefix |= SET_VEX_M; in EmitVexPrefixByteOne()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h1025 uint8_t EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M);
Dassembler_x86_64.cc5467 uint8_t X86_64Assembler::EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M) { in EmitVexPrefixByteOne() argument
5488 vex_prefix |= SET_VEX_M; in EmitVexPrefixByteOne()