Searched refs:mulhdu (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/crypto/powerpc/ |
| H A D | curve25519-ppc64le_asm.S | 94 mulhdu 23,7,6 97 mulhdu 25,8,6 100 mulhdu 31,11,6 105 mulhdu 27,9,6 108 mulhdu 29,10,6 110 mulhdu 21,11,4 115 mulhdu 21,7,4 120 mulhdu 21,10,4 127 mulhdu 21,8,4 132 mulhdu 21,9,4 [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | time.h | 90 #define mulhdu(x,y) \ macro 93 #define mulhdu(x, y) mul_u64_u64_shr(x, y, 64) macro
|
| /linux/arch/powerpc/kernel/ |
| H A D | time.c | 626 return mulhdu(ticks, tb_to_ns_scale) << tb_to_ns_shift; in tb_to_ns() 639 return mulhdu(get_tb() - boot_tb, tb_to_ns_scale) << tb_to_ns_shift; in sched_clock() 668 return mulhdu(get_vtb() - boot_tb, tb_to_ns_scale) << tb_to_ns_shift; in running_clock()
|