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()
893 uint8_t byte_zero = 0x00, byte_one = 0x00, byte_two = 0x00; in vsubps() local
903 byte_two = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_NONE); in vsubps()
908 EmitUint8(byte_two); in vsubps()
2933 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in andn() local
2939 EmitUint8(byte_two); in andn()
5142 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/true, in blsi() local
5148 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()
2189 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ false, in andn() local
2195 EmitUint8(byte_two); in andn()