Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/byacc/test/btyacc/
H A Dquote_calc2-s.output13 9 | expr "MUL" expr
85 "MUL" reduce 15
117 expr : expr . "MUL" expr (9)
125 "MUL" shift 18
140 "MUL" reduce 16
163 12: shift/reduce conflict (shift 18, reduce 14) on "MUL"
170 expr : expr . "MUL" expr (9)
179 "MUL" shift 18
205 expr : expr . "MUL" expr (9)
213 "MUL" shift 18
[all …]
H A Dquote_calc2.output13 9 | expr "MUL" expr
85 "MUL" reduce 15
117 expr : expr . "MUL" expr (9)
125 "MUL" shift 18
140 "MUL" reduce 16
163 12: shift/reduce conflict (shift 18, reduce 14) on "MUL"
170 expr : expr . "MUL" expr (9)
179 "MUL" shift 18
205 expr : expr . "MUL" expr (9)
213 "MUL" shift 18
[all …]
H A Dquote_calc4-s.output13 9 | expr "MUL-operator" expr
85 "MUL-operator" reduce 15
117 expr : expr . "MUL-operator" expr (9)
125 "MUL-operator" shift 18
140 "MUL-operator" reduce 16
163 12: shift/reduce conflict (shift 18, reduce 14) on "MUL-operator"
170 expr : expr . "MUL-operator" expr (9)
179 "MUL-operator" shift 18
205 expr : expr . "MUL-operator" expr (9)
213 "MUL-operator" shift 18
[all …]
H A Dquote_calc4.output13 9 | expr "MUL-operator" expr
85 "MUL-operator" reduce 15
117 expr : expr . "MUL-operator" expr (9)
125 "MUL-operator" shift 18
140 "MUL-operator" reduce 16
163 12: shift/reduce conflict (shift 18, reduce 14) on "MUL-operator"
170 expr : expr . "MUL-operator" expr (9)
179 "MUL-operator" shift 18
205 expr : expr . "MUL-operator" expr (9)
213 "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.output13 9 | expr "MUL" expr
85 "MUL" reduce 15
117 expr : expr . "MUL" expr (9)
125 "MUL" shift 18
140 "MUL" reduce 16
163 12: shift/reduce conflict (shift 18, reduce 14) on "MUL"
170 expr : expr . "MUL" expr (9)
179 "MUL" shift 18
205 expr : expr . "MUL" expr (9)
213 "MUL" shift 18
[all …]
H A Dquote_calc2.output13 9 | expr "MUL" expr
85 "MUL" reduce 15
117 expr : expr . "MUL" expr (9)
125 "MUL" shift 18
140 "MUL" reduce 16
163 12: shift/reduce conflict (shift 18, reduce 14) on "MUL"
170 expr : expr . "MUL" expr (9)
179 "MUL" shift 18
205 expr : expr . "MUL" expr (9)
213 "MUL" shift 18
[all …]
H A Dquote_calc4-s.output13 9 | expr "MUL-operator" expr
85 "MUL-operator" reduce 15
117 expr : expr . "MUL-operator" expr (9)
125 "MUL-operator" shift 18
140 "MUL-operator" reduce 16
163 12: shift/reduce conflict (shift 18, reduce 14) on "MUL-operator"
170 expr : expr . "MUL-operator" expr (9)
179 "MUL-operator" shift 18
205 expr : expr . "MUL-operator" expr (9)
213 "MUL-operator" shift 18
[all …]
H A Dquote_calc4.output13 9 | expr "MUL-operator" expr
85 "MUL-operator" reduce 15
117 expr : expr . "MUL-operator" expr (9)
125 "MUL-operator" shift 18
140 "MUL-operator" reduce 16
163 12: shift/reduce conflict (shift 18, reduce 14) on "MUL-operator"
170 expr : expr . "MUL-operator" expr (9)
179 "MUL-operator" shift 18
205 expr : expr . "MUL-operator" expr (9)
213 "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 DMakefile3 MUL= mul.c ../muldi3.c macro
4 mul: ${MUL}
5 gcc -g -DSPARC_XXX ${MUL} -o ${.TARGET}
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6666 MachineInstr *MUL = MRI.getUniqueVRegDef(Root.getOperand(IdxMulOpd).getReg()); in genFusedMultiply() local
6668 Register SrcReg0 = MUL->getOperand(1).getReg(); in genFusedMultiply()
6669 bool Src0IsKill = MUL->getOperand(1).isKill(); in genFusedMultiply()
6670 Register SrcReg1 = MUL->getOperand(2).getReg(); in genFusedMultiply()
6671 bool Src1IsKill = MUL->getOperand(2).isKill(); in genFusedMultiply()
6704 .addImm(MUL->getOperand(3).getImm()); in genFusedMultiply()
6714 return MUL; in genFusedMultiply()
6897 MachineInstr *MUL = MRI.getUniqueVRegDef(Root.getOperand(IdxMulOpd).getReg()); in genMaddR() local
6899 Register SrcReg0 = MUL->getOperand(1).getReg(); in genMaddR()
6900 bool Src0IsKill = MUL->getOperand(1).isKill(); in genMaddR()
[all …]
/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/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedSyntacoreSCR3.td46 multiclass SCR3_IntMul<ProcResourceKind MUL> {
48 def : WriteRes<WriteIMul, [MUL]>;
49 def : WriteRes<WriteIMul32, [MUL]>;
H A DRISCVOptWInstrs.cpp299 case RISCV::MUL: in hasAllNBitUsers()
595 case RISCV::MUL: in isSignExtendedW()
619 case RISCV::MUL: in getWOp()
695 case RISCV::MULW: Opc = RISCV::MUL; break; in stripWSuffixes()
730 case RISCV::MUL: in appendWSuffixes()
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