Lines Matching refs:SLL
595 // Traditional mips nop == sll(zero_reg, zero_reg, 0)
596 // When marking non-zero type, use sll(zero_reg, at, type)
598 // of the sll
601 bool ret = (opcode == SPECIAL && function == SLL &&
1597 void Assembler::sll(Register rd,
1601 // Don't allow nop instructions in the form sll zero_reg, zero_reg to be
1602 // generated using the sll instruction. They must be generated using
1606 GenInstrRegister(SPECIAL, zero_reg, rt, rd, sa, SLL);