Searched refs:DIV (Results 1 – 11 of 11) sorted by relevance
/arch/alpha/lib/ |
D | ev6-divide.S | 70 #ifdef DIV 165 #ifdef DIV 174 #ifdef DIV 201 #ifdef DIV
|
D | divide.S | 60 #ifdef DIV
|
/arch/ia64/hp/sim/boot/ |
D | fw-emu.c | 76 # 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/ |
D | misc.c | 661 #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/ |
D | Kconfig.platform | 70 bool "Enable DIV instruction" 73 Set to true if you configured the Nios II to include the DIV
|
/arch/arm/mach-cns3xxx/ |
D | cns3xxx.h | 438 #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/ |
D | bpf_jit_comp.c | 104 #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/ |
D | math.c | 129 BOTH_PRmn(ARITH_X, DIV); in fdiv()
|
/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 531 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/ |
D | Kconfig | 164 * Hardware assisted divide/remainder: DIV, REM
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 904 6: DIV AL,Eb 915 6: DIV rAX,Ev
|