Home
last modified time | relevance | path

Searched defs:ByteOne (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86.cc473 uint8_t ByteOne = EmitVexPrefixByteOne(/*R=*/ false, in vmovaps() local
505 uint8_t ByteOne = EmitVexPrefixByteOne(/*R=*/ false, in vmovups() local
537 uint8_t ByteOne = EmitVexPrefixByteOne(/*R=*/ false, in vmovaps() local
569 uint8_t ByteOne = EmitVexPrefixByteOne(/*R=*/ false, 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
789 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vfmadd213ss() local
808 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vfmadd213sd() local
845 uint8_t ByteOne = EmitVexPrefixByteOne(/*R=*/ false, in vmovapd() local
[all …]
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc494 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
861 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vaddps() local
926 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vmulps() local
966 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vdivps() local
994 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vfmadd213ss() local
1013 uint8_t ByteZero = 0x00, ByteOne = 0x00, ByteTwo = 0x00; in vfmadd213sd() local
1066 uint8_t ByteZero, ByteOne, ByteTwo; in vmovapd() local
[all …]