Home
last modified time | relevance | path

Searched refs:byte_two (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc432 uint8_t byte_zero, byte_one, byte_two; in vmovaps() local
455 byte_two = EmitVexPrefixByteTwo(/*W=*/ false, in vmovaps()
462 EmitUint8(byte_two); in vmovaps()
891 uint8_t byte_zero = 0x00, byte_one = 0x00, byte_two = 0x00; in vsubps() local
901 byte_two = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_NONE); in vsubps()
906 EmitUint8(byte_two); in vsubps()
2866 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in andn() local
2872 EmitUint8(byte_two); in andn()
4887 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/true, in blsi() local
4893 EmitUint8(byte_two); in blsi()
[all …]
/art/compiler/utils/x86/
Dassembler_x86.cc193 uint8_t byte_two = EmitVexPrefixByteTwo(false, in blsi() local
198 EmitUint8(byte_two); in blsi()
207 uint8_t byte_two = EmitVexPrefixByteTwo(false, in blsmsk() local
212 EmitUint8(byte_two); in blsmsk()
221 uint8_t byte_two = EmitVexPrefixByteTwo(false, in blsr() local
226 EmitUint8(byte_two); in blsr()
2152 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ false, in andn() local
2158 EmitUint8(byte_two); in andn()