Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dsimulator-mips64.cc4258 uint8_t i_byte, o_byte; in DecodeTypeRegisterSPECIAL3() local
4267 o_byte = static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) | in DecodeTypeRegisterSPECIAL3()
4272 output = output | (static_cast<uint32_t>(o_byte << 24)); in DecodeTypeRegisterSPECIAL3()
4363 uint8_t i_byte, o_byte; in DecodeTypeRegisterSPECIAL3() local
4372 o_byte = in DecodeTypeRegisterSPECIAL3()
4378 output = output | ((static_cast<uint64_t>(o_byte) << 56)); in DecodeTypeRegisterSPECIAL3()
/external/v8/src/mips/
Dsimulator-mips.cc4153 uint8_t i_byte, o_byte; in DecodeTypeRegisterSPECIAL3() local
4162 o_byte = static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) | in DecodeTypeRegisterSPECIAL3()
4167 output = output | (static_cast<uint32_t>(o_byte << 24)); in DecodeTypeRegisterSPECIAL3()