Home
last modified time | relevance | path

Searched refs:dmulu (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/lib/
H A Dmulti3.c15 static inline long long notrace dmulu(long long a, long long b) in dmulu() function
45 res.s.low = dmulu(aa.s.low, bb.s.low); in __multi3()
47 res.s.high += dmulu(aa.s.high, bb.s.low); in __multi3()
48 res.s.high += dmulu(aa.s.low, bb.s.high); in __multi3()
/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_mips64r6.h79 DO_MIPS64R6__RD__RS_RT(DMULU, dmulu)
/openbmc/linux/arch/sh/lib/
H A Dudivsi3_i4i.S77 dmulu.l r1,r4
222 dmulu.l r1,r4
/openbmc/u-boot/arch/sh/lib/
H A Dudivsi3_i4i.S76 dmulu.l r1,r4
220 dmulu.l r1,r4
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp64.c227 emit(ctx, dmulu, dst, dst, src); in emit_alu_r64()