Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Ddisasm-mips64.cc428 int bp3 = instr->Bp3Value(); in PrintBp3() local
429 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp3); in PrintBp3()
Dsimulator-mips64.cc4192 const uint8_t bp3 = instr_.Bp3Value(); in DecodeTypeRegisterSPECIAL3() local
4196 if (bp3 == 0) { in DecodeTypeRegisterSPECIAL3()
4199 uint64_t rt_hi = rt() << (8 * bp3); in DecodeTypeRegisterSPECIAL3()
4200 uint64_t rs_lo = rs() >> (8 * (8 - bp3)); in DecodeTypeRegisterSPECIAL3()