Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc191 uint8_t byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ false); in blsi() local
196 EmitUint8(byte_zero); in blsi()
205 uint8_t byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ false); in blsmsk() local
210 EmitUint8(byte_zero); in blsmsk()
219 uint8_t byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ false); in blsr() local
224 EmitUint8(byte_zero); in blsr()
437 uint8_t byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ true); in vmovaps() local
445 EmitUint8(byte_zero); in vmovaps()
731 uint8_t byte_zero = 0x00, byte_one = 0x00; in vsubps() local
732 byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ true); in vsubps()
[all …]
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc432 uint8_t byte_zero, byte_one, byte_two; in vmovaps() local
442 byte_zero = EmitVexPrefixByteZero(is_twobyte_form); in vmovaps()
459 EmitUint8(byte_zero); in vmovaps()
891 uint8_t byte_zero = 0x00, byte_one = 0x00, byte_two = 0x00; in vsubps() local
895 byte_zero = EmitVexPrefixByteZero(is_twobyte_form); in vsubps()
903 EmitUint8(byte_zero); in vsubps()
2861 uint8_t byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ false); in andn() local
2870 EmitUint8(byte_zero); in andn()
4882 uint8_t byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ false); in blsi() local
4891 EmitUint8(byte_zero); in blsi()
[all …]