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 | 789 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vfmadd213ss() local 796 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_66); in vfmadd213ss() 800 EmitUint8(ByteTwo); in vfmadd213ss() 808 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vfmadd213sd() local 815 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ true, vvvv_reg, SET_VEX_L_128, SET_VEX_PP_66); in vfmadd213sd() 819 EmitUint8(ByteTwo); in vfmadd213sd() 1526 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vpmulld() local 1532 ByteTwo = EmitVexPrefixByteTwo(/*W=*/ false, in vpmulld() 1538 EmitUint8(ByteTwo); in vpmulld()
|