Home
last modified time | relevance | path

Searched refs:kBp2Bits (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/mips/
Dconstants-mips.h331 const int kBp2Bits = 2; variable
1457 return this->Bits(kBp2Shift + kBp2Bits - 1, kBp2Shift); in Bp2Value()
1727 sa >>= kBp2Bits; in InstructionType()
Ddisasm-mips.cc1550 sa >>= kBp2Bits; in DecodeTypeRegisterSPECIAL3()
Dassembler-mips.cc2563 uint16_t sa = (ALIGN << kBp2Bits) | bp; in align()
Dsimulator-mips.cc4221 sa >>= kBp2Bits; in DecodeTypeRegisterSPECIAL3()
/external/v8/src/mips64/
Dconstants-mips64.h293 const int kBp2Bits = 2; variable
1504 return this->Bits(kBp2Shift + kBp2Bits - 1, kBp2Shift); in Bp2Value()
1792 sa >>= kBp2Bits; in InstructionType()
Ddisasm-mips64.cc1790 sa >>= kBp2Bits; in DecodeTypeRegisterSPECIAL3()
Dassembler-mips64.cc2929 uint16_t sa = (ALIGN << kBp2Bits) | bp; in align()
Dsimulator-mips64.cc4332 sa >>= kBp2Bits; in DecodeTypeRegisterSPECIAL3()