Searched defs:ByteZero (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 469 uint8_t ByteZero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ true); in vmovaps() local 501 uint8_t ByteZero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ true); in vmovups() local 533 uint8_t ByteZero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ true); in vmovaps() local 565 uint8_t ByteZero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ true); in vmovups() local 709 uint8_t ByteZero = 0x00, ByteOne = 0x00; in vaddps() local 751 uint8_t ByteZero = 0x00, ByteOne = 0x00; in vmulps() local 774 uint8_t ByteZero = 0x00, ByteOne = 0x00; in vdivps() local 804 uint8_t ByteZero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ true); in vmovapd() local 837 uint8_t ByteZero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ true); in vmovapd() local 870 uint8_t ByteZero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ true); in vmovupd() local [all …]
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 494 uint8_t ByteZero, ByteOne, ByteTwo; in vmovaps() local 546 uint8_t ByteZero, ByteOne, ByteTwo; in vmovups() local 599 uint8_t ByteZero, ByteOne, ByteTwo; in vmovaps() local 652 uint8_t ByteZero, ByteOne, ByteTwo; in vmovups() local 862 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vaddps() local 925 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vmulps() local 962 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vdivps() local 1025 uint8_t ByteZero, ByteOne, ByteTwo; in vmovapd() local 1086 uint8_t ByteZero, ByteOne, ByteTwo; in vmovapd() local 1141 uint8_t ByteZero, ByteOne, ByteTwo; in vmovupd() local [all …]
|