Searched refs:dmulu (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/lib/
H A Dmulti3.c15 static inline long long notrace dmulu(long long a, long long b) function
19 asm ("dmulu %0,%1,%2" : "=r" (res) : "r" (a), "r" (b));
45 res.s.low = dmulu(aa.s.low, bb.s.low);
47 res.s.high += dmulu(aa.s.high, bb.s.low);
48 res.s.high += dmulu(aa.s.low, bb.s.high);
/linux-master/arch/sh/lib/
H A Dudivsi3_i4i.S77 dmulu.l r1,r4
222 dmulu.l r1,r4
/linux-master/arch/mips/net/
H A Dbpf_jit_comp64.c227 emit(ctx, dmulu, dst, dst, src);

Completed in 268 milliseconds