Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.h282 const int kBp2Bits = 2; variable
1029 return this->Bits(kBp2Shift + kBp2Bits - 1, kBp2Shift); in Bp2Value()
1203 sa >>= kBp2Bits; in InstructionType()
Ddisasm-mips.cc1308 sa >>= kBp2Bits; in DecodeTypeRegisterSPECIAL3()
Dassembler-mips.cc2197 uint16_t sa = (ALIGN << kBp2Bits) | bp; in align()
Dsimulator-mips.cc4089 sa >>= kBp2Bits; in DecodeTypeRegisterSPECIAL3()
/external/v8/src/mips64/
Dconstants-mips64.h245 const int kBp2Bits = 2; variable
1075 return this->Bits(kBp2Shift + kBp2Bits - 1, kBp2Shift); in Bp2Value()
1263 sa >>= kBp2Bits; in InstructionType()
Ddisasm-mips64.cc1496 sa >>= kBp2Bits; in DecodeTypeRegisterSPECIAL3()
Dassembler-mips64.cc2560 uint16_t sa = (ALIGN << kBp2Bits) | bp; in align()
Dsimulator-mips64.cc4186 sa >>= kBp2Bits; in DecodeTypeRegisterSPECIAL3()