Home | History | Annotate | Download | only in mips

Lines Matching refs:kFtShift

887   Instr instr = opcode | fmt | (ft.code() << kFtShift) | (fs.code() << kFsShift)
949 Instr instr = opcode | (rs.code() << kRsShift) | (ft.code() << kFtShift)