Home | History | Annotate | Download | only in mips

Lines Matching refs:SLL

578   // Traditional mips nop == sll(zero_reg, zero_reg, 0)
579 // When marking non-zero type, use sll(zero_reg, at, type)
581 // of the sll instruction.
584 bool ret = (opcode == SPECIAL && function == SLL &&
1287 void Assembler::sll(Register rd,
1291 // Don't allow nop instructions in the form sll zero_reg, zero_reg to be
1292 // generated using the sll instruction. They must be generated using
1296 GenInstrRegister(SPECIAL, zero_reg, rt, rd, sa, SLL);