Home
last modified time | relevance | path

Searched full:dsrl (Results 1 – 14 of 14) sorted by relevance

/linux/lib/crypto/mips/
H A Dpoly1305-mips.pl171 dsrl $tmp2,$in0,24
172 dsrl $tmp4,$in1,24
182 dsrl $in0,8
183 dsrl $in1,8
192 dsrl $tmp1,$in0,32
193 dsrl $tmp3,$in1,32
211 dsrl $tmp0,$in1,2
234 dsrl $len,4 # number of complete blocks
329 dsrl $tmp2,$in0,24
330 dsrl $tmp4,$in1,24
[all …]
/linux/arch/mips/include/asm/
H A Dunaligned-emul.h119 "dsrl\t%0, %0, 32\n\t" \
344 "dsrl\t$1, %1, 0x8\n\t" \
346 "dsrl\t$1, $1, 0x8\n\t" \
348 "dsrl\t$1, $1, 0x8\n\t" \
350 "dsrl\t$1, $1, 0x8\n\t" \
352 "dsrl\t$1, $1, 0x8\n\t" \
354 "dsrl\t$1, $1, 0x8\n\t" \
356 "dsrl\t$1, $1, 0x8\n\t" \
358 "dsrl\t$1, $1, 0x8\n\t" \
498 "dsrl\t%0, %0, 32\n\t" \
[all …]
H A Dasm.h201 #define INT_SRL dsrl
253 #define LONG_SRL dsrl
309 #define PTR_SRL dsrl
H A Dpgtable-bits.h225 * C has no way to express that this is a DSRL in pte_to_entrylo()
H A Dcmpxchg.h273 " dsrl %L1, %L1, 32 \n" in __cmpxchg64()
H A Dmipsregs.h1744 "dsrl\t%L0, %L0, 32\n\t" \
1755 "dsrl\t%L0, %L0, 32\n\t" \
/linux/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h41 dsrl t1, 12 # 4K pfn
42 dsrl t2, 12 # 4K pfn
/linux/arch/mips/include/asm/sn/sn0/
H A Dhub.h48 dsrl \res, NSRI_NODEID_SHFT
/linux/arch/mips/cavium-octeon/
H A Docteon-memcpy.S92 #define SRL dsrl
/linux/arch/mips/lib/
H A Dcsum_partial.S382 #define SRL dsrl
H A Dmemcpy.S157 #define SRL dsrl
/linux/arch/mips/include/asm/sibyte/
H A Dsb1250_scd.h144 dsrl dest, sysrev, S_SYS_SOC_TYPE ; \
/linux/arch/mips/loongson64/
H A Dsmp.c648 " dsrl %[node], 30 \n" /* 15:14 */ in loongson3_type2_play_dead()
/linux/arch/mips/net/
H A Dbpf_jit_comp64.c268 emit(ctx, dsrl, dst, dst, bits); /* dst = dst >> bits */ in emit_swap_r64()