Searched refs:byte1 (Results 1 – 4 of 4) sorted by relevance
234 template <uint8_t byte1,251 if (byte1 == 0xC4 && byte2 == 0b0'0'0'00001 && (byte3 & 0b1'0000'0'00) == 0) { in EmitVex()254 Emit8(byte1); in EmitVex()
346 if (byte1 == 0xC4 && (vex2 & 0b0'1'1'11111) == 0b0'1'1'00001 && (byte3 & 0b1'0000'0'00) == 0) { in Rex()
965 int byte0, byte1, byte2, shift, tmpvar; in quickSearchGOBHeader() local986 byte1 = (stream->curr_word << 8) >> 24; in quickSearchGOBHeader()987 if (byte1 == 0) in quickSearchGOBHeader()
4079 optional int32 byte1 = 10; field