Home
last modified time | relevance | path

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

/Linux-v5.10/arch/c6x/lib/
Ddivi.S15 ;; In our implementation, divu and remu are leaf functions,
16 ;; while both divi and remi call into divu.
18 ;; divu does not clobber B2 either, which is taken advantage of
21 ;; the call to divu.
23 ;; call to divu. It stores B3 in on the stack.
Dremi.S15 ;; In our implementation, divu and remu are leaf functions,
16 ;; while both divi and remi call into divu.
18 ;; divu does not clobber B2 either, which is taken advantage of
21 ;; the call to divu.
23 ;; call to divu. It stores B3 in on the stack.
Dremu.S15 ;; In our implementation, divu and remu are leaf functions,
16 ;; while both divi and remi call into divu.
18 ;; divu does not clobber B2 either, which is taken advantage of
21 ;; the call to divu.
23 ;; call to divu. It stores B3 in on the stack.
Ddivu.S15 ;; In our implementation, divu and remu are leaf functions,
16 ;; while both divi and remi call into divu.
18 ;; divu does not clobber B2 either, which is taken advantage of
21 ;; the call to divu.
23 ;; call to divu. It stores B3 in on the stack.
DMakefile6 lib-y := divu.o divi.o pop_rts.o push_rts.o remi.o remu.o strasgi.o llshru.o
/Linux-v5.10/arch/m68k/lib/
Dudivsi3.S99 divu d1, d2 /* high quotient in lower word */ define
103 divu d1, d2 /* low quotient */ define
112 divu d1, d0 /* now we have 16 bit divisor */ define
/Linux-v5.10/arch/m68k/ifpsp060/src/
Dilsp.S120 # divu.l #
195 tst.b POSNEG(%a6) # do divs, divu separately
196 beq.b lddone # divu has no processing!!!
303 divu.w %d7, %d5
309 divu.w %d7, %d5
353 divu.w %d3, %d1 # use quotient of mslw/msw
Ditest.S1021 # divu.l %d1,%d2:%d3
1043 divu.l %d1,%d2:%d3
1065 divu.l %d1,%d2:%d3
1089 divu.l %d1,%d2:%d3
1113 divu.l %d1,%d2:%d3
1203 divu.l %d1,%d2:%d3
1225 divu.l &0xffffffff,%d2:%d2
1248 divu.l %d1,%d2:%d3
/Linux-v5.10/arch/m68k/ifpsp060/
Dilsp.doc97 # divu.l <ea>,Dr:Dq
98 # divu.l _divisor,%d1:%d0
/Linux-v5.10/arch/mips/net/
Debpf_jit.c775 emit_instr(ctx, divu, dst, MIPS_R_AT); in build_one_insn()
972 emit_instr(ctx, divu, dst, src); in build_one_insn()
/Linux-v5.10/arch/arc/
DKconfig408 bool "Insn: div, divu, rem, remu"