Searched refs:byte_two (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/compiler/utils/x86_64/ |
H A D | assembler_x86_64.cc | 432 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() 906 EmitUint8(byte_two); in vsubps() 2866 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in andn() local 2872 EmitUint8(byte_two); in andn() 4896 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/true, in blsi() local 4902 EmitUint8(byte_two); in blsi() 4914 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in blsmsk() local 4920 EmitUint8(byte_two); in blsmsk() [all …]
|
/aosp12/art/compiler/utils/x86/ |
H A D | assembler_x86.cc | 193 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()
|