Lines Matching refs:byte_zero
191 uint8_t byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ false); in blsi() local
196 EmitUint8(byte_zero); in blsi()
205 uint8_t byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ false); in blsmsk() local
210 EmitUint8(byte_zero); in blsmsk()
219 uint8_t byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ false); in blsr() local
224 EmitUint8(byte_zero); in blsr()
437 uint8_t byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ true); in vmovaps() local
445 EmitUint8(byte_zero); in vmovaps()
731 uint8_t byte_zero = 0x00, byte_one = 0x00; in vsubps() local
732 byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ true); in vsubps()
735 EmitUint8(byte_zero); in vsubps()
2184 uint8_t byte_zero = EmitVexPrefixByteZero(/*is_twobyte_form=*/ false); in andn() local
2193 EmitUint8(byte_zero); in andn()