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 2866 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in andn() local 4871 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/true, in blsi() local 4889 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in blsmsk() local 4907 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 2152 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ false, in andn() local
|