Searched refs:DIV (Results 1 – 10 of 10) sorted by relevance
/arch/alpha/lib/ |
D | ev6-divide.S | 71 #ifdef DIV 166 #ifdef DIV 175 #ifdef DIV 202 #ifdef DIV
|
D | divide.S | 61 #ifdef DIV
|
/arch/m68k/mac/ |
D | misc.c | 580 #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/ |
D | cns3xxx.h | 435 #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/ |
D | Kconfig.platform | 76 bool "Enable DIV instruction" 78 Set to true if you configured the Nios II to include the DIV
|
/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 81 #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()
|
D | bpf_jit_comp_64.c | 151 #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/ |
D | math.c | 129 BOTH_PRmn(ARITH_X, DIV); in fdiv()
|
/arch/arc/ |
D | Kconfig | 163 * Hardware assisted divide/remainder: DIV, REM
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 926 6: DIV AL,Eb 937 6: DIV rAX,Ev
|