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 2000 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in andn() local 4031 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/true, in blsi() local 4049 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in blsmsk() local 4067 uint8_t byte_two = EmitVexPrefixByteTwo(/*W=*/ true, in blsr() local 4639 uint8_t byte_one, byte_two; in EmitVexPrefixForAddress() local 4783 uint8_t byte_one, byte_two; in EmitVecArithAndLogicalOperation() 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
|