Searched refs:MUL (Results 1 - 22 of 22) sorted by relevance

/linux-4.4.14/arch/arm/mm/
H A Dabort-lv4t.S129 b .data_unknown @ 2: MUL?
131 b .data_unknown @ 3: MUL?
137 b .data_unknown @ 6: MUL?
139 b .data_unknown @ 7: MUL?
145 b .data_unknown @ A: MUL?
147 b .data_unknown @ B: MUL?
153 b .data_unknown @ E: MUL?
155 b .data_unknown @ F: MUL?
/linux-4.4.14/arch/x86/math-emu/
H A Dcontrol_w.h37 ADD, SUB(R), MUL, DIV(R), and SQRT */
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dves1x93.c192 #define MUL (1UL<<26) ves1x93_set_symbolrate() macro
207 if (ratio < MUL/3) FNR = 0; ves1x93_set_symbolrate()
208 if (ratio < (MUL*11)/50) FNR = 1; ves1x93_set_symbolrate()
209 if (ratio < MUL/6) FNR = 2; ves1x93_set_symbolrate()
210 if (ratio < MUL/9) FNR = 3; ves1x93_set_symbolrate()
211 if (ratio < MUL/12) FNR = 4; ves1x93_set_symbolrate()
212 if (ratio < (MUL*11)/200) FNR = 5; ves1x93_set_symbolrate()
213 if (ratio < MUL/24) FNR = 6; ves1x93_set_symbolrate()
214 if (ratio < (MUL*27)/1000) FNR = 7; ves1x93_set_symbolrate()
215 if (ratio < MUL/48) FNR = 8; ves1x93_set_symbolrate()
216 if (ratio < (MUL*137)/10000) FNR = 9; ves1x93_set_symbolrate()
/linux-4.4.14/arch/nios2/kernel/
H A Dcpuinfo.c81 err_cpu("MUL"); setup_cpuinfo()
147 " MUL:\t\t%s\n" show_cpuinfo()
/linux-4.4.14/arch/microblaze/kernel/cpu/
H A Dmb.c77 " MUL:\t\t%s\n" show_cpuinfo()
/linux-4.4.14/arch/sparc/net/
H A Dbpf_jit_comp.c103 #define MUL F3(2, 0x0a) /* umul */ macro
187 if (K || OPCODE == AND || OPCODE == MUL) { \
480 emit_alu_X(MUL); bpf_jit_compile()
483 emit_alu_K(MUL, K); bpf_jit_compile()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_p6.c131 INTEL_EVENT_CONSTRAINT(0x12, 0x2), /* MUL */
H A Dperf_event_intel.c41 INTEL_EVENT_CONSTRAINT(0x12, 0x2), /* MUL */
56 INTEL_EVENT_CONSTRAINT(0x12, 0x2), /* MUL */
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_mid.c168 writel(mul, p->membase + INTEL_MID_UART_MUL); /* set MUL */ mid8250_set_termios()
/linux-4.4.14/drivers/clk/at91/
H A Dclk-pll.c200 * layout (limited by the MUL or DIV field size). clk_pll_get_best_div_mul()
/linux-4.4.14/arch/sh/math-emu/
H A Dmath.c122 BOTH_PRmn(ARITH_X, MUL); fmul()
/linux-4.4.14/arch/arm/probes/
H A Ddecode-thumb.c503 /* MUL 1111 1011 0000 xxxx 1111 xxxx 0000 xxxx */
741 /* MUL 0100 0011 00xx xxxx */
H A Ddecode-arm.c218 /* MUL cccc 0000 0000 xxxx xxxx xxxx 1001 xxxx */
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dr300_reg.h1060 * and an adder that adds all components after the MUL.
1061 * - ADD, MUL, MAD etc.: use MAD with appropriate neutral operands
1590 * - XPD is implemented as MUL + MAD
/linux-4.4.14/kernel/bpf/
H A Dcore.c338 ALU(MUL, *) __bpf_prog_run()
/linux-4.4.14/drivers/scsi/
H A Dsg.c91 #define MULDIV(X,MUL,DIV) ((((X % DIV) * MUL) / DIV) + ((X / DIV) * MUL))
/linux-4.4.14/arch/mips/net/
H A Dbpf_jit.c807 /* Load K to scratch register before MUL */ build_body()
/linux-4.4.14/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
H A Dfpsp.S7308 mov.b &FMUL_OP,%d1 # last inst is MUL
7529 mov.b &FMUL_OP,%d1 # last inst is MUL
7768 mov.b &FMUL_OP,%d1 # last inst is MUL
7867 mov.b &FMUL_OP,%d1 # last inst is MUL
7893 mov.b &FMUL_OP,%d1 # last inst is MUL
8736 mov.b &FMUL_OP,%d1 # last inst is MUL
9295 mov.b &FMUL_OP,%d1 # last inst is MUL
9666 mov.b &FMUL_OP,%d1 # last inst is MUL
10060 mov.b &FMUL_OP,%d1 # last inst is MUL
/linux-4.4.14/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c742 * mul_func - Emulate a MUL instruction
/linux-4.4.14/lib/
H A Dtest_bpf.c1627 "INT: MUL",
4999 "MUL default X",
5015 "MUL default A",
/linux-4.4.14/arch/x86/kvm/
H A Demulate.c341 /* 1-operand, using src2 (for MUL/DIV r/m) */
350 /* 1-operand, using src2 (for MUL/DIV r/m), with exceptions */

Completed in 903 milliseconds