Searched defs:byte_two (Results 1 – 2 of 2) sorted by relevance
| /art/compiler/utils/x86_64/ |
| D | assembler_x86_64.cc | 432 uint8_t byte_zero, byte_one, byte_two; in vmovaps() local 891 uint8_t byte_zero = 0x00, byte_one = 0x00, byte_two = 0x00; in vsubps() local 2903 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in andn() local 5086 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/true, in blsi() local 5104 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in blsmsk() local 5122 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in blsr() local
|
| /art/compiler/utils/x86/ |
| D | assembler_x86.cc | 193 uint8_t byte_two = EmitVexPrefixByteTwo(false, in blsi() local 207 uint8_t byte_two = EmitVexPrefixByteTwo(false, in blsmsk() local 221 uint8_t byte_two = EmitVexPrefixByteTwo(false, in blsr() local 2189 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ false, in andn() local
|