Home
last modified time | relevance | path

Searched refs:DIV (Results 1 – 10 of 10) sorted by relevance

/arch/alpha/lib/
Dev6-divide.S71 #ifdef DIV
166 #ifdef DIV
175 #ifdef DIV
202 #ifdef DIV
Ddivide.S61 #ifdef DIV
/arch/m68k/mac/
Dmisc.c580 #define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in unmktime() macro
581 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in unmktime()
/arch/arm/mach-cns3xxx/
Dcns3xxx.h435 #define PM_CPU_CLK_DIV(DIV) { \ argument
437 PM_CLK_CTRL_REG |= (((DIV)&0x3) << PM_CLK_CTRL_REG_OFFSET_CPU_CLK_DIV); \
/arch/nios2/platform/
DKconfig.platform76 bool "Enable DIV instruction"
78 Set to true if you configured the Nios II to include the DIV
/arch/sparc/net/
Dbpf_jit_comp_32.c81 #define DIV F3(2, 0x0e) /* udiv */ macro
459 emit_alu_K(DIV, K); in bpf_jit_compile()
481 emit_alu_X(DIV); in bpf_jit_compile()
Dbpf_jit_comp_64.c151 #define DIV F3(2, 0x0e) macro
946 emit_alu(DIV, src, dst, ctx); in build_insn()
959 emit_alu3(DIV, dst, src, tmp, ctx); in build_insn()
1104 emit_alu_K(DIV, dst, imm, ctx); in build_insn()
1120 div = (BPF_CLASS(code) == BPF_ALU64) ? UDIVX : DIV; in build_insn()
/arch/sh/math-emu/
Dmath.c129 BOTH_PRmn(ARITH_X, DIV); in fdiv()
/arch/arc/
DKconfig163 * Hardware assisted divide/remainder: DIV, REM
/arch/x86/lib/
Dx86-opcode-map.txt926 6: DIV AL,Eb
937 6: DIV rAX,Ev