Searched refs:u8 (Results 1 – 2 of 2) sorted by relevance
60 using u8 = uint64_t; typedef
75 using u8 = uint64_t; typedef425 static u8 readVarWidth(const u1** data, u1 arg, bool sign_extend) { in readVarWidth()426 u8 value = 0; in readVarWidth()428 value |= static_cast<u8>(*(*data)++) << (i * 8); in readVarWidth()472 u8 data; in dumpEncodedValue()1110 u8 j; in dumpInstruction()