Searched refs:o_byte (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/mips64/
H A Dsimulator-mips64.cc3959 uint8_t i_byte, o_byte; local
3968 o_byte = static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) |
3973 output = output | (static_cast<uint32_t>(o_byte << 24));
4064 uint8_t i_byte, o_byte; local
4073 o_byte =
4079 output = output | ((static_cast<uint64_t>(o_byte) << 56));
/external/v8/src/mips/
H A Dsimulator-mips.cc3815 uint8_t i_byte, o_byte; local
3824 o_byte = static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) |
3829 output = output | (static_cast<uint32_t>(o_byte << 24));

Completed in 123 milliseconds