Searched refs:MUL (Results 1 - 13 of 13) sorted by relevance
| /src/lib/libc/quad/TESTS/ |
| H A D | Makefile | 6 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 D | poly1305_donna64.h | 8 #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 D | sljitNativeMIPS_32.c | 376 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst));
|
| H A D | sljitNativeMIPS_64.c | 468 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst));
|
| H A D | sljitNativeARM_32.c | 91 #define MUL 0xe0000090 macro 1089 return push_inst(compiler, MUL | (reg_map[dst] << 16) | (reg_map[src2] << 8) | reg_map[src1]);
|
| H A D | sljitNativeARM_T2_32.c | 133 #define MUL 0xfb00f000 macro 760 return push_inst32(compiler, MUL | RD4(dst) | RN4(arg1) | RM4(arg2));
|
| H A D | sljitNativeTILEGX_64.c | 399 #define MUL(dst, srca, srcb) \ macro 1885 FAIL_IF(MUL(reg_map[dst], reg_map[src1], reg_map[src2]));
|
| H A D | sljitNativeX86_common.c | 209 #define MUL (/* GROUP_F7 */ 4 << 3) macro 818 *inst |= MUL;
|
| H A D | sljitNativeMIPS_common.c | 178 #define MUL (HI(28) | LO(2)) macro
|
| /src/sys/arch/m68k/060sp/dist/ |
| H A D | fplsp.s | 7211 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 D | fpsp.s | 7317 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 D | fp.S | 322 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 D | msan_test.cc | 4326 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 71 milliseconds