Searched refs:MUL (Results 1 - 13 of 13) sorted by relevance

/src/lib/libc/quad/TESTS/
H A DMakefile6 MUL= mul.c ../muldi3.c macro
7 mul: ${MUL}
8 gcc -g -DSPARC_XXX ${MUL} -o $@
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h8 #define MUL(out, x, y) out = ((uint128_t) x * y) macro
96 MUL(d0, h0, r0);
97 MUL(d, h1, s2);
99 MUL(d, h2, s1);
101 MUL(d1, h0, r1);
102 MUL(d, h1, r0);
104 MUL(d, h2, s2);
106 MUL(d2, h0, r2);
107 MUL(d, h1, r1);
109 MUL(
[all...]
/src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeMIPS_32.c376 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst));
H A DsljitNativeMIPS_64.c468 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst));
H A DsljitNativeARM_32.c91 #define MUL 0xe0000090 macro
1089 return push_inst(compiler, MUL | (reg_map[dst] << 16) | (reg_map[src2] << 8) | reg_map[src1]);
H A DsljitNativeARM_T2_32.c133 #define MUL 0xfb00f000 macro
760 return push_inst32(compiler, MUL | RD4(dst) | RN4(arg1) | RM4(arg2));
H A DsljitNativeTILEGX_64.c399 #define MUL(dst, srca, srcb) \ macro
1885 FAIL_IF(MUL(reg_map[dst], reg_map[src1], reg_map[src2]));
H A DsljitNativeX86_common.c209 #define MUL (/* GROUP_F7 */ 4 << 3) macro
818 *inst |= MUL;
H A DsljitNativeMIPS_common.c178 #define MUL (HI(28) | LO(2)) macro
/src/sys/arch/m68k/060sp/dist/
H A Dfplsp.s7211 mov.b &FMUL_OP,%d1 # last inst is MUL
7432 mov.b &FMUL_OP,%d1 # last inst is MUL
7671 mov.b &FMUL_OP,%d1 # last inst is MUL
7770 mov.b &FMUL_OP,%d1 # last inst is MUL
7796 mov.b &FMUL_OP,%d1 # last inst is MUL
8639 mov.b &FMUL_OP,%d1 # last inst is MUL
9198 mov.b &FMUL_OP,%d1 # last inst is MUL
9316 mov.b &FMUL_OP,%d1 # last inst is MUL
9710 mov.b &FMUL_OP,%d1 # last inst is MUL
H A Dfpsp.s7317 mov.b &FMUL_OP,%d1 # last inst is MUL
7538 mov.b &FMUL_OP,%d1 # last inst is MUL
7777 mov.b &FMUL_OP,%d1 # last inst is MUL
7876 mov.b &FMUL_OP,%d1 # last inst is MUL
7902 mov.b &FMUL_OP,%d1 # last inst is MUL
8745 mov.b &FMUL_OP,%d1 # last inst is MUL
9304 mov.b &FMUL_OP,%d1 # last inst is MUL
9675 mov.b &FMUL_OP,%d1 # last inst is MUL
10069 mov.b &FMUL_OP,%d1 # last inst is MUL
/src/sys/arch/mips/mips/
H A Dfp.S322 PTR_WORD mul_s # func 2 02 MUL.S
388 PTR_WORD mul_d # func 2 02 MUL.D
587 PTR_WORD mul_ps # func 2 02 MUL.PS
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc4326 template<class T> INLINE T MUL(const T &a, const T&b) { return a * b; } function in typeref:typename:INLINE T
4335 BinaryOpOriginTest<S4>(MUL<S4>);

Completed in 59 milliseconds