/freebsd/contrib/byacc/test/btyacc/ |
H A D | quote_calc2-s.output | 13 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 D | quote_calc2.output | 13 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 D | quote_calc4-s.output | 13 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 D | quote_calc4.output | 13 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 D | quote_calc.tab.h | 9 #define MUL 262 macro
|
H A D | quote_calc2.tab.h | 9 #define MUL 262 macro
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | quote_calc2-s.output | 13 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 D | quote_calc2.output | 13 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 D | quote_calc4-s.output | 13 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 D | quote_calc4.output | 13 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 D | quote_calc.tab.h | 6 #define MUL 262 macro
|
H A D | quote_calc2.tab.h | 6 #define MUL 262 macro
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_ctmul.c | 65 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 D | poly1305_donna64.h | 8 #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 D | Makefile | 3 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 D | AArch64InstrInfo.cpp | 6666 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 D | vdev_raidz_math_impl.h | 284 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 D | i32_montmul.c | 50 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 D | i32_fmont.c | 43 z = (uint64_t)x[v + 1] + MUL(f, m[v + 1]) + cc; in br_i32_from_monty()
|
H A D | i32_mulacc.c | 50 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 D | RISCVSchedSyntacoreSCR3.td | 46 multiclass SCR3_IntMul<ProcResourceKind MUL> { 48 def : WriteRes<WriteIMul, [MUL]>; 49 def : WriteRes<WriteIMul32, [MUL]>;
|
H A D | RISCVOptWInstrs.cpp | 299 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 D | RISCVInstrInfoM.td | 28 def MUL : ALU_rr<0b0000001, 0b000, "mul", Commutable=1>, 70 def : PatGprGpr<mul, MUL>;
|
/freebsd/contrib/byacc/test/ |
H A D | btyacc_demo.y | 22 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 D | MipsMulMulBugPass.cpp | 94 case Mips::MUL: in isSecondMulOrBranch()
|