Home
last modified time | relevance | path

Searched refs:i_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
4263 i_byte = input & 0xFF; in DecodeTypeRegisterSPECIAL3()
4267 o_byte = static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) | in DecodeTypeRegisterSPECIAL3()
4268 (i_byte * 0x8020LU & 0x88440LU)) * in DecodeTypeRegisterSPECIAL3()
4363 uint8_t i_byte, o_byte; in DecodeTypeRegisterSPECIAL3() local
4368 i_byte = input & 0xFF; in DecodeTypeRegisterSPECIAL3()
4373 static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) | in DecodeTypeRegisterSPECIAL3()
4374 (i_byte * 0x8020LU & 0x88440LU)) * in DecodeTypeRegisterSPECIAL3()
/external/v8/src/mips/
Dsimulator-mips.cc4153 uint8_t i_byte, o_byte; in DecodeTypeRegisterSPECIAL3() local
4158 i_byte = input & 0xFF; in DecodeTypeRegisterSPECIAL3()
4162 o_byte = static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) | in DecodeTypeRegisterSPECIAL3()
4163 (i_byte * 0x8020LU & 0x88440LU)) * in DecodeTypeRegisterSPECIAL3()