Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Drtc.h73 #define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in get_rtc_time() macro
74 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in get_rtc_time()
/arch/alpha/lib/
Dev6-divide.S69 #ifdef DIV
164 #ifdef DIV
173 #ifdef DIV
200 #ifdef DIV
Ddivide.S59 #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.c664 #define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in unmktime() macro
665 #define LEAPS_THRU_END_OF(y) (DIV (y, 4) - DIV (y, 100) + DIV (y, 400)) in unmktime()
/arch/arm/mach-cns3xxx/
Dcns3xxx.h444 #define PM_CPU_CLK_DIV(DIV) { \ argument
446 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
534 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.c532 div = 2 * (PM_BFEXT(DIV, control) + 1); in genclk_get_rate()
550 control = PM_BFINS(DIV, div, control) | PM_BIT(DIVEN); in genclk_set_rate()
/arch/x86/lib/
Dx86-opcode-map.txt822 6: DIV AL,Eb
833 6: DIV rAX,Ev