/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi-asm.S | 155 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 D | ves1x93.c | 179 #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 D | abort-lv4t.S | 140 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 D | cpu-feature.h.inc | 2 FEATURE(MUL)
|
H A D | translate.c | 3745 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 D | wrappers_mips64r6.h | 73 DO_MIPS64R6__RD__RS_RT(MUL, mul)
|
/openbmc/qemu/target/rx/ |
H A D | insns.decode | 396 # 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 D | bpf_jit_comp_32.c | 80 #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 D | bpf_jit_comp_64.c | 148 #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 D | Kconfig.platform | 64 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 D | introduction.rst | 208 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 D | insn.decode | 70 MUL 1001 11 . ..... .... @op_rd_rr
|
H A D | disas.c | 150 INSN(MUL, "r%d, r%d", a->rd, a->rr)
|
/openbmc/qemu/target/arm/tcg/ |
H A D | t16.decode | 66 MUL 010000 1101 rn:3 rd:3 &s_rrrr %s rm=%reg_0 ra=0
|
H A D | a32.decode | 146 MUL .... 0000 000 . .... 0000 .... 1001 .... @s_rd0mn
|
H A D | t32.decode | 271 MUL 1111 1011 0000 .... 1111 .... 0000 .... @s0_rn0dm
|
H A D | vec_helper.c | 1600 #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 D | core.c | 1517 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 D | math.c | 122 BOTH_PRmn(ARITH_X, MUL); in fmul()
|
/openbmc/linux/Documentation/arch/loongarch/ |
H A D | introduction.rst | 241 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 D | micromips_translate.c.inc | 171 MUL = 0x8, 1689 case MUL: 1742 case MOVN: /* MUL */ 1744 /* MUL */ 2230 FINSN_3ARG_SDPS(MUL);
|
/openbmc/linux/lib/ |
H A D | test_bpf.c | 11609 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 D | fplsp.S | 7202 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 D | x86-opcode-map.txt | 1009 4: MUL AL,Eb 1020 4: MUL rAX,Ev
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 1009 4: MUL AL,Eb 1020 4: MUL rAX,Ev
|