Home | History | Annotate | Download | only in mips

Lines Matching refs:kOpcodeBits

268 const int kOpcodeBits    = 6;
320 const int kOpcodeMask = ((1 << kOpcodeBits) - 1) << kOpcodeShift;
949 Bits(kOpcodeShift + kOpcodeBits - 1, kOpcodeShift));