uasm_i_sll        236 arch/mips/include/asm/uasm.h # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_sll(buf, rs, rt, sh)
uasm_i_sll        249 arch/mips/include/asm/uasm.h #define uasm_i_ehb(buf) uasm_i_sll(buf, 0, 0, 3)
uasm_i_sll        251 arch/mips/include/asm/uasm.h #define uasm_i_nop(buf) uasm_i_sll(buf, 0, 0, 0)
uasm_i_sll        252 arch/mips/include/asm/uasm.h #define uasm_i_ssnop(buf) uasm_i_sll(buf, 0, 0, 1)
uasm_i_sll        387 arch/mips/kvm/entry.c 	uasm_i_sll(&p, T2, T2, ilog2(sizeof(long)));
uasm_i_sll        423 arch/mips/mm/tlbex.c 	uasm_i_sll(&p, K0, K0, 2);
uasm_i_sll        989 arch/mips/mm/tlbex.c 	uasm_i_sll(p, tmp, tmp, PGD_T_LOG2);
uasm_i_sll       1922 arch/mips/mm/tlbex.c 	uasm_i_sll(p, pte, pte, 2);