Home
last modified time | relevance | path

Searched refs:i_byte (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc4469 uint8_t i_byte, o_byte; in DecodeTypeOp22() local
4474 i_byte = input & 0xFF; in DecodeTypeOp22()
4478 o_byte = static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) | in DecodeTypeOp22()
4479 (i_byte * 0x8020LU & 0x88440LU)) * in DecodeTypeOp22()
4497 uint8_t i_byte, o_byte; in DecodeTypeOp22() local
4502 i_byte = input & 0xFF; in DecodeTypeOp22()
4506 o_byte = static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) | in DecodeTypeOp22()
4507 (i_byte * 0x8020LU & 0x88440LU)) * in DecodeTypeOp22()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc4327 uint8_t i_byte, o_byte;
4332 i_byte = input & 0xFF;
4336 o_byte = static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) |
4337 (i_byte * 0x8020LU & 0x88440LU)) *
4431 uint8_t i_byte, o_byte;
4436 i_byte = input & 0xFF;
4441 static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) |
4442 (i_byte * 0x8020LU & 0x88440LU)) *
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc4159 uint8_t i_byte, o_byte;
4164 i_byte = input & 0xFF;
4168 o_byte = static_cast<uint8_t>(((i_byte * 0x0802LU & 0x22110LU) |
4169 (i_byte * 0x8020LU & 0x88440LU)) *

Completed in 31 milliseconds