Searched refs:umul_ppmm (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/arch/nios2/lib/ |
D | longlong.h | 112 #if !defined (umul_ppmm) && defined (smul_ppmm) 113 #define umul_ppmm(w1, w0, u, v) \ macro 124 #if !defined (umul_ppmm) 125 #define umul_ppmm(w1, w0, u, v) \ macro 153 umul_ppmm (__w.s.high, __w.s.low, u, v); \
|
D | libgcc.c | 333 umul_ppmm (m1, m0, q0, d0); in __udivmoddi4()
|
/external/u-boot/arch/microblaze/lib/ |
D | muldi3.c | 16 #if !defined(umul_ppmm) 17 #define umul_ppmm(w1, w0, u, v) \ macro 45 umul_ppmm(__w.s.high, __w.s.low, u, v); \
|
/external/u-boot/arch/m68k/lib/ |
D | muldi3.c | 15 #define umul_ppmm(w1, w0, u, v) \ macro 41 umul_ppmm (__w.s.high, __w.s.low, u, v); \
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2008-11-18-ScavengerAssert.ll | 6 …%asmtmp = tail call { i32, i32, i32, i32, i32 } asm "@ Inlined umul_ppmm\0A\09mov\09$2, $5, lsr #1…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2008-11-18-ScavengerAssert.ll | 6 …%asmtmp = tail call { i32, i32, i32, i32, i32 } asm "@ Inlined umul_ppmm\0A\09mov\09$2, $5, lsr #1…
|
/external/llvm/test/CodeGen/ARM/ |
D | 2008-11-18-ScavengerAssert.ll | 6 …%asmtmp = tail call { i32, i32, i32, i32, i32 } asm "@ Inlined umul_ppmm\0A\09mov\09$2, $5, lsr #1…
|