Searched defs:byte_one (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/compiler/utils/x86/ |
H A D | assembler_x86.cc | 192 uint8_t byte_one = EmitVexPrefixByteOne(false, false, false, SET_VEX_M_0F_38); in blsi() local 206 uint8_t byte_one = EmitVexPrefixByteOne(false, false, false, SET_VEX_M_0F_38); in blsmsk() local 220 uint8_t byte_one = EmitVexPrefixByteOne(false, false, false, SET_VEX_M_0F_38); in blsr() local 441 uint8_t byte_one = EmitVexPrefixByteOne(/*R=*/ false, in vmovaps() local 731 uint8_t byte_zero = 0x00, byte_one = 0x00; in vsubps() local 2185 uint8_t byte_one = EmitVexPrefixByteOne(/*R=*/ false, in andn() local
|
/aosp_15_r20/art/compiler/utils/x86_64/ |
H A 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 2929 uint8_t byte_one = EmitVexPrefixByteOne(dst.NeedsRex(), in andn() local 5139 uint8_t byte_one = EmitVexPrefixByteOne(/*R=*/ false, in blsi() local 5157 uint8_t byte_one = EmitVexPrefixByteOne(/*R=*/ false, in blsmsk() local 5175 uint8_t byte_one = EmitVexPrefixByteOne(/*R=*/ false, in blsr() local
|