Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/dts/
Dat91-sama5d3_xplained.dts326 bp3 {
/external/v8/src/mips64/
Ddisasm-mips64.cc503 int bp3 = instr->Bp3Value(); in PrintBp3() local
504 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", bp3); in PrintBp3()
Dsimulator-mips64.cc4430 const uint8_t bp3 = instr_.Bp3Value(); in DecodeTypeRegisterSPECIAL3() local
4434 if (bp3 == 0) { in DecodeTypeRegisterSPECIAL3()
4437 uint64_t rt_hi = rt() << (8 * bp3); in DecodeTypeRegisterSPECIAL3()
4438 uint64_t rs_lo = rs() >> (8 * (8 - bp3)); in DecodeTypeRegisterSPECIAL3()