Searched refs:ByteTwo (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 494 uint8_t ByteZero, ByteOne, ByteTwo; in vmovaps() local 515 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, in vmovaps() 522 EmitUint8(ByteTwo); in vmovaps() 546 uint8_t ByteZero, ByteOne, ByteTwo; in vmovups() local 567 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, in vmovups() 574 EmitUint8(ByteTwo); in vmovups() 599 uint8_t ByteZero, ByteOne, ByteTwo; in vmovaps() local 621 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, in vmovaps() 628 EmitUint8(ByteTwo); in vmovaps() 652 uint8_t ByteZero, ByteOne, ByteTwo; in vmovups() local [all …]
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 1489 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vpmulld() local 1495 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, in vpmulld() 1501 EmitUint8(ByteTwo); in vpmulld()
|