Home
last modified time | relevance | path

Searched refs:MUL (Results 1 – 25 of 160) sorted by relevance

1234567

/freebsd/contrib/byacc/test/btyacc/
H A Dquote_calc2-s.output85 "MUL" reduce 15
125 "MUL" shift 18
140 "MUL" reduce 16
179 "MUL" shift 18
213 "MUL" shift 18
337 "MUL" shift 18
370 "MUL" shift 18
398 "MUL" shift 18
426 "MUL" shift 18
454 "MUL" shift 18
[all …]
H A Dquote_calc2.output85 "MUL" reduce 15
125 "MUL" shift 18
140 "MUL" reduce 16
179 "MUL" shift 18
213 "MUL" shift 18
337 "MUL" shift 18
370 "MUL" shift 18
398 "MUL" shift 18
426 "MUL" shift 18
454 "MUL" shift 18
[all …]
H A Dquote_calc4.output85 "MUL-operator" reduce 15
125 "MUL-operator" shift 18
140 "MUL-operator" reduce 16
179 "MUL-operator" shift 18
213 "MUL-operator" shift 18
337 "MUL-operator" shift 18
370 "MUL-operator" shift 18
398 "MUL-operator" shift 18
426 "MUL-operator" shift 18
454 "MUL-operator" shift 18
[all …]
H A Dquote_calc4-s.output85 "MUL-operator" reduce 15
125 "MUL-operator" shift 18
140 "MUL-operator" reduce 16
179 "MUL-operator" shift 18
213 "MUL-operator" shift 18
337 "MUL-operator" shift 18
370 "MUL-operator" shift 18
398 "MUL-operator" shift 18
426 "MUL-operator" shift 18
454 "MUL-operator" shift 18
[all …]
H A Dquote_calc.tab.h9 #define MUL 262 macro
H A Dquote_calc2.tab.h9 #define MUL 262 macro
/freebsd/contrib/byacc/test/yacc/
H A Dquote_calc2-s.output85 "MUL" reduce 15
125 "MUL" shift 18
140 "MUL" reduce 16
179 "MUL" shift 18
213 "MUL" shift 18
337 "MUL" shift 18
370 "MUL" shift 18
398 "MUL" shift 18
426 "MUL" shift 18
454 "MUL" shift 18
[all …]
H A Dquote_calc2.output85 "MUL" reduce 15
125 "MUL" shift 18
140 "MUL" reduce 16
179 "MUL" shift 18
213 "MUL" shift 18
337 "MUL" shift 18
370 "MUL" shift 18
398 "MUL" shift 18
426 "MUL" shift 18
454 "MUL" shift 18
[all …]
H A Dquote_calc4.output85 "MUL-operator" reduce 15
125 "MUL-operator" shift 18
140 "MUL-operator" reduce 16
179 "MUL-operator" shift 18
213 "MUL-operator" shift 18
337 "MUL-operator" shift 18
370 "MUL-operator" shift 18
398 "MUL-operator" shift 18
426 "MUL-operator" shift 18
454 "MUL-operator" shift 18
[all …]
H A Dquote_calc4-s.output85 "MUL-operator" reduce 15
125 "MUL-operator" shift 18
140 "MUL-operator" reduce 16
179 "MUL-operator" shift 18
213 "MUL-operator" shift 18
337 "MUL-operator" shift 18
370 "MUL-operator" shift 18
398 "MUL-operator" shift 18
426 "MUL-operator" shift 18
454 "MUL-operator" shift 18
[all …]
H A Dquote_calc.tab.h6 #define MUL 262 macro
H A Dquote_calc2.tab.h6 #define MUL 262 macro
/freebsd/contrib/bearssl/src/hash/
H A Dghash_ctmul.c65 uint64_t mul32tmp = MUL(x, y); \
180 z0 = MUL(x0, y0) ^ MUL(x1, y3) ^ MUL(x2, y2) ^ MUL(x3, y1); in bmul()
181 z1 = MUL(x0, y1) ^ MUL(x1, y0) ^ MUL(x2, y3) ^ MUL(x3, y2); in bmul()
182 z2 = MUL(x0, y2) ^ MUL(x1, y1) ^ MUL(x2, y0) ^ MUL(x3, y3); in bmul()
183 z3 = MUL(x0, y3) ^ MUL(x1, y2) ^ MUL(x2, y1) ^ MUL(x3, y0); in bmul()
/freebsd/sys/contrib/libsodium/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); in poly1305_blocks()
97 MUL(d, h1, s2); in poly1305_blocks()
99 MUL(d, h2, s1); in poly1305_blocks()
101 MUL(d1, h0, r1); in poly1305_blocks()
102 MUL(d, h1, r0); in poly1305_blocks()
104 MUL(d, h2, s2); in poly1305_blocks()
106 MUL(d2, h0, r2); in poly1305_blocks()
107 MUL(d, h1, r1); in poly1305_blocks()
109 MUL(d, h2, r0); in poly1305_blocks()
/freebsd/lib/libc/quad/TESTS/
H A DMakefile4 MUL= mul.c ../muldi3.c macro
5 mul: ${MUL}
6 gcc -g -DSPARC_XXX ${MUL} -o ${.TARGET}
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6618 bool Src0IsKill = MUL->getOperand(1).isKill(); in genFusedMultiply()
6620 bool Src1IsKill = MUL->getOperand(2).isKill(); in genFusedMultiply()
6663 return MUL; in genFusedMultiply()
6849 bool Src0IsKill = MUL->getOperand(1).isKill(); in genMaddR()
6851 bool Src1IsKill = MUL->getOperand(2).isKill(); in genMaddR()
6869 return MUL; in genMaddR()
6932 MachineInstr *MUL = nullptr; in genAlternativeCodeSequence() local
7846 if (MUL) in genAlternativeCodeSequence()
7847 DelInstrs.push_back(MUL); in genAlternativeCodeSequence()
7853 if (MUL) in genAlternativeCodeSequence()
[all …]
/freebsd/contrib/bearssl/src/int/
H A Di32_montmul.c50 z = (uint64_t)d[v + 1] + MUL(xu, y[v + 1]) + r1; in br_i32_montymul()
53 z = (uint64_t)t + MUL(f, m[v + 1]) + r2; in br_i32_montymul()
H A Di32_fmont.c43 z = (uint64_t)x[v + 1] + MUL(f, m[v + 1]) + cc; in br_i32_from_monty()
H A Di32_mulacc.c50 z = (uint64_t)d[1 + u + v] + MUL(f, a[1 + v]) + cc; in br_i32_mulacc()
H A Di32_muladd.c113 zl = MUL(mw, q) + cc; in br_i32_muladd_small()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h284 MUL(mul, MUL_D); in raidz_mul_abd_cb()
288 MUL(mul, MUL_D); in raidz_mul_abd_cb()
902 MUL(mul[MUL_PQ_X], REC_PQ_X); in raidz_rec_pq_abd()
903 MUL(mul[MUL_PQ_Y], REC_PQ_Y); in raidz_rec_pq_abd()
1062 MUL(mul[MUL_PR_X], REC_PR_X); in raidz_rec_pr_abd()
1063 MUL(mul[MUL_PR_Y], REC_PR_Y); in raidz_rec_pr_abd()
1227 MUL(mul[MUL_QR_XQ], REC_QR_X); /* X = Q * xqm */ in raidz_rec_qr_abd()
1229 MUL(mul[MUL_QR_X], REC_QR_X); /* X = X * xm */ in raidz_rec_qr_abd()
1233 MUL(mul[MUL_QR_YQ], REC_QR_T); /* X = Q * xqm */ in raidz_rec_qr_abd()
1235 MUL(mul[MUL_QR_Y], REC_QR_T); /* X = X * xm */ in raidz_rec_qr_abd()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp288 case RISCV::MUL: in hasAllNBitUsers()
586 case RISCV::MUL: in isSignExtendedW()
610 case RISCV::MUL: in getWOp()
689 case RISCV::MULW: Opc = RISCV::MUL; break; in stripWSuffixes()
H A DRISCVInstrInfoM.td28 def MUL : ALU_rr<0b0000001, 0b000, "mul", Commutable=1>,
70 def : PatGprGpr<mul, MUL>;
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y22 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF }; enumerator
174 | expr '*' expr($e) { $$ = build_expr($1, MUL, $3); }
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMulMulBugPass.cpp94 case Mips::MUL: in isSecondMulOrBranch()

1234567