Searched refs:dmulu (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/mips/lib/ |
H A D | multi3.c | 15 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 D | wrappers_mips64r6.h | 79 DO_MIPS64R6__RD__RS_RT(DMULU, dmulu)
|
/openbmc/linux/arch/sh/lib/ |
H A D | udivsi3_i4i.S | 77 dmulu.l r1,r4 222 dmulu.l r1,r4
|
/openbmc/u-boot/arch/sh/lib/ |
H A D | udivsi3_i4i.S | 76 dmulu.l r1,r4 220 dmulu.l r1,r4
|
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp64.c | 227 emit(ctx, dmulu, dst, dst, src); in emit_alu_r64()
|