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.h910 uint8_t EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M);
Dassembler_x86.cc3932 int SET_VEX_M) { in EmitVexPrefixByteOne() argument
3953 vex_prefix |= SET_VEX_M; in EmitVexPrefixByteOne()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h1024 uint8_t EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M);
Dassembler_x86_64.cc5458 uint8_t X86_64Assembler::EmitVexPrefixByteOne(bool R, bool X, bool B, int SET_VEX_M) { in EmitVexPrefixByteOne() argument
5479 vex_prefix |= SET_VEX_M; in EmitVexPrefixByteOne()