Home
last modified time | relevance | path

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

/arch/alpha/lib/
Dev6-divide.S70 #ifdef DIV
165 #ifdef DIV
174 #ifdef DIV
201 #ifdef DIV
Ddivide.S60 #ifdef DIV
/arch/ia64/hp/sim/boot/
Dfw-emu.c76 # define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in offtime() macro
77 # define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in offtime()
/arch/m68k/mac/
Dmisc.c661 #define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in unmktime() macro
662 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in unmktime()
/arch/nios2/platform/
DKconfig.platform70 bool "Enable DIV instruction"
73 Set to true if you configured the Nios II to include the DIV
/arch/arm/mach-cns3xxx/
Dcns3xxx.h438 #define PM_CPU_CLK_DIV(DIV) { \ argument
440 PM_CLK_CTRL_REG |= (((DIV)&0x3) << PM_CLK_CTRL_REG_OFFSET_CPU_CLK_DIV); \
/arch/sparc/net/
Dbpf_jit_comp.c104 #define DIV F3(2, 0x0e) /* udiv */ macro
498 emit_alu_K(DIV, K); in bpf_jit_compile()
530 emit_alu_X(DIV); in bpf_jit_compile()
/arch/sh/math-emu/
Dmath.c129 BOTH_PRmn(ARITH_X, DIV); in fdiv()
/arch/avr32/mach-at32ap/
Dat32ap700x.c531 div = 2 * (PM_BFEXT(DIV, control) + 1); in genclk_get_rate()
549 control = PM_BFINS(DIV, div, control) | PM_BIT(DIVEN); in genclk_set_rate()
/arch/arc/
DKconfig164 * Hardware assisted divide/remainder: DIV, REM
/arch/x86/lib/
Dx86-opcode-map.txt904 6: DIV AL,Eb
915 6: DIV rAX,Ev