Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S155 ldr z0, [x2, #0, MUL VL]
156 ldr z1, [x2, #1, MUL VL]
157 ldr z2, [x2, #2, MUL VL]
158 ldr z3, [x2, #3, MUL VL]
159 ldr z4, [x2, #4, MUL VL]
160 ldr z5, [x2, #5, MUL VL]
161 ldr z6, [x2, #6, MUL VL]
162 ldr z7, [x2, #7, MUL VL]
163 ldr z8, [x2, #8, MUL VL]
164 ldr z9, [x2, #9, MUL VL]
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Dves1x93.c179 #define MUL (1UL<<26) in ves1x93_set_symbolrate() macro
194 if (ratio < MUL/3) FNR = 0; in ves1x93_set_symbolrate()
195 if (ratio < (MUL*11)/50) FNR = 1; in ves1x93_set_symbolrate()
196 if (ratio < MUL/6) FNR = 2; in ves1x93_set_symbolrate()
197 if (ratio < MUL/9) FNR = 3; in ves1x93_set_symbolrate()
198 if (ratio < MUL/12) FNR = 4; in ves1x93_set_symbolrate()
199 if (ratio < (MUL*11)/200) FNR = 5; in ves1x93_set_symbolrate()
200 if (ratio < MUL/24) FNR = 6; in ves1x93_set_symbolrate()
201 if (ratio < (MUL*27)/1000) FNR = 7; in ves1x93_set_symbolrate()
202 if (ratio < MUL/48) FNR = 8; in ves1x93_set_symbolrate()
[all …]
/openbmc/linux/arch/arm/mm/
H A Dabort-lv4t.S140 b .data_unknown_r9 @ 2: MUL?
142 b .data_unknown_r9 @ 3: MUL?
148 b .data_unknown_r9 @ 6: MUL?
150 b .data_unknown_r9 @ 7: MUL?
156 b .data_unknown_r9 @ A: MUL?
158 b .data_unknown_r9 @ B: MUL?
164 b .data_unknown_r9 @ E: MUL?
166 b .data_unknown_r9 @ F: MUL?
/openbmc/qemu/target/sparc/
H A Dcpu-feature.h.inc2 FEATURE(MUL)
H A Dtranslate.c3745 TRANS(UMUL, MUL, do_logic, a, gen_op_umul, NULL) in TRANS()
3746 TRANS(SMUL, MUL, do_logic, a, gen_op_smul, NULL) in TRANS()
/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_mips64r6.h73 DO_MIPS64R6__RD__RS_RT(MUL, mul)
/openbmc/qemu/target/rx/
H A Dinsns.decode396 # MUL #uimm4, rd
398 # MUL #imm4, rd
400 # MUL dsp[rs].ub, rd
401 # MUL rs, rd
403 # MUL dsp[rs], rd
/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c80 #define MUL F3(2, 0x0a) /* umul */ macro
159 if (K || OPCODE == AND || OPCODE == MUL) { \
443 emit_alu_X(MUL); in bpf_jit_compile()
446 emit_alu_K(MUL, K); in bpf_jit_compile()
H A Dbpf_jit_comp_64.c148 #define MUL F3(2, 0x0a) macro
939 emit_alu(MUL, src, dst, ctx); in build_insn()
1094 emit_alu_K(MUL, dst, imm, ctx); in build_insn()
/openbmc/linux/arch/nios2/platform/
H A DKconfig.platform64 bool "Enable MUL instruction"
66 Set to true if you configured the Nios II to include the MUL
/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst208 MUL.W MULH.W MULH.WU DIV.W DIV.WU MOD.W MOD.WU
209 MUL.D MULH.D MULH.DU DIV.D DIV.DU MOD.D MOD.DU
/openbmc/qemu/target/avr/
H A Dinsn.decode70 MUL 1001 11 . ..... .... @op_rd_rr
H A Ddisas.c150 INSN(MUL, "r%d, r%d", a->rd, a->rr)
/openbmc/qemu/target/arm/tcg/
H A Dt16.decode66 MUL 010000 1101 rn:3 rd:3 &s_rrrr %s rm=%reg_0 ra=0
H A Da32.decode146 MUL .... 0000 000 . .... 0000 .... 1001 .... @s_rd0mn
H A Dt32.decode271 MUL 1111 1011 0000 .... 1111 .... 0000 .... @s0_rn0dm
H A Dvec_helper.c1600 #define DO_FMUL_IDX(NAME, ADD, MUL, TYPE, H) \ argument
1610 d[i + j] = ADD(d[i + j], MUL(n[i + j], mm, stat), stat); \
/openbmc/linux/kernel/bpf/
H A Dcore.c1517 INSN_3(ALU, MUL, X), \
1533 INSN_3(ALU, MUL, K), \
1547 INSN_3(ALU64, MUL, X), \
1562 INSN_3(ALU64, MUL, K), \
1753 ALU(MUL, *) in ___bpf_prog_run()
/openbmc/linux/arch/sh/math-emu/
H A Dmath.c122 BOTH_PRmn(ARITH_X, MUL); in fmul()
/openbmc/linux/Documentation/arch/loongarch/
H A Dintroduction.rst241 MUL.W MULH.W MULH.WU DIV.W DIV.WU MOD.W MOD.WU
242 MUL.D MULH.D MULH.DU DIV.D DIV.DU MOD.D MOD.DU
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc171 MUL = 0x8,
1689 case MUL:
1742 case MOVN: /* MUL */
1744 /* MUL */
2230 FINSN_3ARG_SDPS(MUL);
/openbmc/linux/lib/
H A Dtest_bpf.c11609 BPF_TEST_CLOBBER_ALU(ALU64_IMM, MUL, R8, 123456789),
11610 BPF_TEST_CLOBBER_ALU(ALU64_IMM, MUL, R9, 123456789),
11632 BPF_TEST_CLOBBER_ALU(ALU32_IMM, MUL, R8, 123456789),
11633 BPF_TEST_CLOBBER_ALU(ALU32_IMM, MUL, R9, 123456789),
11655 BPF_TEST_CLOBBER_ALU(ALU64_REG, MUL, R8, R1),
11656 BPF_TEST_CLOBBER_ALU(ALU64_REG, MUL, R9, R1),
11678 BPF_TEST_CLOBBER_ALU(ALU32_REG, MUL, R8, R1),
11679 BPF_TEST_CLOBBER_ALU(ALU32_REG, MUL, R9, R1),
11769 BPF_ALU32_SRC_ZEXT(MUL),
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S7202 mov.b &FMUL_OP,%d1 # last inst is MUL
7423 mov.b &FMUL_OP,%d1 # last inst is MUL
7662 mov.b &FMUL_OP,%d1 # last inst is MUL
7761 mov.b &FMUL_OP,%d1 # last inst is MUL
7787 mov.b &FMUL_OP,%d1 # last inst is MUL
8630 mov.b &FMUL_OP,%d1 # last inst is MUL
9189 mov.b &FMUL_OP,%d1 # last inst is MUL
9307 mov.b &FMUL_OP,%d1 # last inst is MUL
9701 mov.b &FMUL_OP,%d1 # last inst is MUL
/openbmc/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt1009 4: MUL AL,Eb
1020 4: MUL rAX,Ev
/openbmc/linux/arch/x86/lib/
H A Dx86-opcode-map.txt1009 4: MUL AL,Eb
1020 4: MUL rAX,Ev

12