Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/
Dbid_internal.h217 #define __imul_64x64_to_128(P, CX, CY) \ macro
235 __imul_64x64_to_128(ALBH, (A), (B).w[1]); \
236 __imul_64x64_to_128(ALBL, (A), (B).w[0]); \