uasm_i_srl        238 arch/mips/include/asm/uasm.h # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh)
uasm_i_srl        239 arch/mips/include/asm/uasm.h # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh)
uasm_i_srl        422 arch/mips/mm/tlbex.c 	uasm_i_srl(&p, K0, K0, 22); /* load delay */
uasm_i_srl        980 arch/mips/mm/tlbex.c 		uasm_i_srl(p, ptr, ptr, SMP_CPUID_PTRSHIFT);
uasm_i_srl        988 arch/mips/mm/tlbex.c 	uasm_i_srl(p, tmp, tmp, PGDIR_SHIFT); /* get pgd only bits */
uasm_i_srl       1769 arch/mips/mm/tlbex.c 				uasm_i_srl(p, t, cur, _PAGE_PRESENT_SHIFT);
uasm_i_srl       1780 arch/mips/mm/tlbex.c 			uasm_i_srl(p, t, cur, _PAGE_PRESENT_SHIFT);
uasm_i_srl       1816 arch/mips/mm/tlbex.c 		uasm_i_srl(p, t, cur, _PAGE_PRESENT_SHIFT);
uasm_i_srl       1858 arch/mips/mm/tlbex.c 		uasm_i_srl(p, t, pte, _PAGE_WRITE_SHIFT);
uasm_i_srl       1921 arch/mips/mm/tlbex.c 	uasm_i_srl(p, pte, pte, 22); /* load delay */