Home
last modified time | relevance | path

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

123456

/freebsd-12-stable/contrib/byacc/test/btyacc/
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 …]
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 …]
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 …]
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 …]
Dquote_calc.tab.h9 #define MUL 262 macro
Dquote_calc2.tab.h9 #define MUL 262 macro
/freebsd-12-stable/contrib/byacc/test/yacc/
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 …]
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 …]
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 …]
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 …]
Dquote_calc.tab.h6 #define MUL 262 macro
Dquote_calc2.tab.h6 #define MUL 262 macro
/freebsd-12-stable/contrib/bearssl/src/hash/
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-12-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
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-12-stable/lib/libc/quad/TESTS/
DMakefile5 MUL= mul.c ../muldi3.c macro
6 mul: ${MUL}
7 gcc -g -DSPARC_XXX ${MUL} -o ${.TARGET}
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp5074 MachineInstr *MUL = MRI.getUniqueVRegDef(Root.getOperand(IdxMulOpd).getReg()); in genFusedMultiply() local
5076 Register SrcReg0 = MUL->getOperand(1).getReg(); in genFusedMultiply()
5077 bool Src0IsKill = MUL->getOperand(1).isKill(); in genFusedMultiply()
5078 Register SrcReg1 = MUL->getOperand(2).getReg(); in genFusedMultiply()
5079 bool Src1IsKill = MUL->getOperand(2).isKill(); in genFusedMultiply()
5112 .addImm(MUL->getOperand(3).getImm()); in genFusedMultiply()
5122 return MUL; in genFusedMultiply()
5225 MachineInstr *MUL = MRI.getUniqueVRegDef(Root.getOperand(IdxMulOpd).getReg()); in genMaddR() local
5227 Register SrcReg0 = MUL->getOperand(1).getReg(); in genMaddR()
5228 bool Src0IsKill = MUL->getOperand(1).isKill(); in genMaddR()
[all …]
/freebsd-12-stable/contrib/bearssl/src/int/
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()
Di32_fmont.c43 z = (uint64_t)x[v + 1] + MUL(f, m[v + 1]) + cc; in br_i32_from_monty()
Di32_mulacc.c50 z = (uint64_t)d[1 + u + v] + MUL(f, a[1 + v]) + cc; in br_i32_mulacc()
Di32_muladd.c113 zl = MUL(mw, q) + cc; in br_i32_muladd_small()
/freebsd-12-stable/contrib/gcc/config/mips/
D4k.md79 ;; 4Kc/4Km MUL has 2 cycle latency, but has the special property that it will
80 ;; stall the integer unit pipeline. MUL 16x16 or 32x16 forces 1 cycle stall,
81 ;; while MUL 32x32 forces 2 cycle stall. If next insn use the result, an
98 ;; 4Kp slow iterative 3-op MUL
/freebsd-12-stable/contrib/byacc/test/
Dbtyacc_demo.y22 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF }; enumerator
174 | expr '*' expr($e) { $$ = build_expr($1, MUL, $3); }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoM.td28 def MUL : ALU_rr<0b0000001, 0b000, "mul">,
64 def : PatGprGpr<mul, MUL>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp581 if (Shl_0.getOpcode() == ISD::MUL) { in SelectSHL()
1620 case ISD::MUL: in isOpcodeHandled()
1709 if (Opcode == ISD::MUL && in push()
1776 if (Val.getOpcode() != ISD::MUL || in findMULbyConst()
1804 if (Val.getOpcode() == ISD::MUL) { in getPowerOf2Factor()
1827 if (V.getOpcode() == ISD::MUL) { in willShiftRightEliminate()
1844 if (V.getOpcode() == ISD::MUL) { in factorOutPowerOf2()
1948 NOpcode = ISD::MUL; in balanceSubTree()
1995 (Child.getOpcode() == ISD::MUL || Child.getOpcode() == ISD::SHL) && in balanceSubTree()
2031 (NOpcode == ISD::MUL && ChildOpcode == ISD::SHL)); in balanceSubTree()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h99 case ISD::MUL:

123456