Searched refs:divu (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/arch/c6x/lib/ |
D | divi.S | 15 ;; 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.
|
D | remi.S | 15 ;; 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.
|
D | remu.S | 15 ;; 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.
|
D | divu.S | 15 ;; 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.
|
D | Makefile | 6 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/ |
D | udivsi3.S | 99 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/ |
D | ilsp.S | 120 # 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
|
D | itest.S | 1021 # 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/ |
D | ilsp.doc | 97 # divu.l <ea>,Dr:Dq 98 # divu.l _divisor,%d1:%d0
|
/Linux-v5.10/arch/mips/net/ |
D | ebpf_jit.c | 775 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/ |
D | Kconfig | 408 bool "Insn: div, divu, rem, remu"
|