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 893 uint8_t byte_zero = 0x00, byte_one = 0x00, byte_two = 0x00; in vsubps() local 2933 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in andn() local 5142 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/true, in blsi() local 5160 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in blsmsk() local 5178 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
|