Searched refs:subu (Results 1 - 25 of 80) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/mips/
H A Dvr4120-div.S41 subu $4,$0,$4 /* x = -x */ ; \
46 subu $5,$0,$5 /* y = -y */ ; \
60 subu $2,$0,$2 /* r = -r */ ; \
81 subu $2,$6,$2 # r = x1 - r in delay slot
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/mips/
H A Dvr4120-div.S41 subu $4,$0,$4 /* x = -x */ ; \
46 subu $5,$0,$5 /* y = -y */ ; \
60 subu $2,$0,$2 /* r = -r */ ; \
81 subu $2,$6,$2 # r = x1 - r in delay slot
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dlocore_machdep.S65 subu t0, t1 # t0 = length of this function
67 subu a1, t0
70 subu a1, 4
/netbsd-current/external/lgpl3/gmp/dist/mpn/m88k/mc88110/
H A Dsub_n.S45 subu.co r0,r0,r0 ; set cy flag
55 subu size,size,1
56 subu.co r6,r10,r8
65 subu size,size,10
69 Loop1: subu size,size,8
70 subu.cio r6,r10,r8
72 subu.cio r7,r12,r9
76 subu.cio r6,r10,r8
78 subu.cio r7,r12,r9
82 subu
[all...]
H A Dadd_n.S55 subu size,size,1
65 subu size,size,10
69 Loop1: subu size,size,8
108 subu size,size,2
149 subu size,size,1
154 L_v2: subu size,size,8
158 Loop2: subu size,size,8
196 subu size,size,2
/netbsd-current/common/lib/libc/arch/mips/string/
H A Dstrcmp.S58 subu v0, t0, t1
61 subu v0, zero, t1
H A Dffs.S57 subu v0, v1, v0
67 subu v0, v1, v0
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dcheckedint.h21 unsigned subu(unsigned x, unsigned y, bool& overflow);
22 uint64_t subu(uint64_t x, uint64_t y, bool& overflow);
H A Dcheckedint.c139 unsigned subu(unsigned x, unsigned y, bool& overflow) function
147 uint64_t subu(uint64_t x, uint64_t y, bool& overflow) function
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/
H A Dmips-mont.S29 subu $29,14*4
47 subu $29,2*4 # place for two extra words
50 subu $29,$9
240 subu $24,$10,$24 # tp[i]-np[i]
242 subu $10,$24,$11
250 subu $11,$25,$11 # handle upmost overflow bit
252 subu $4,$9 # restore rp
H A Dmips.S80 subu $6,4
116 subu $6,1
131 subu $6,1
195 subu $6,4
231 subu $6,1
242 subu $6,1
297 subu $6,4
329 subu $6,1
338 subu $6,1
381 subu
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/
H A Dmips-mont.S29 subu $29,14*4
47 subu $29,2*4 # place for two extra words
50 subu $29,$9
240 subu $24,$10,$24 # tp[i]-np[i]
242 subu $10,$24,$11
250 subu $11,$25,$11 # handle upmost overflow bit
252 subu $4,$9 # restore rp
H A Dmips.S80 subu $6,4
116 subu $6,1
131 subu $6,1
195 subu $6,4
231 subu $6,1
242 subu $6,1
297 subu $6,4
329 subu $6,1
338 subu $6,1
381 subu
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/m88k/
H A Dsub_n.s54 subu r5,r0,r5
57 subu.co r0,r0,r0 ; initialize carry
64 subu r2,r2,r5 ; adjust res_ptr
65 subu r3,r3,r5 ; adjust s1_ptr
66 subu r4,r4,r5 ; adjust s2_ptr
79 Lzero: subu r10,r10,1 ; subtract 0 + 8r limbs (adj loop cnt)
81 subu.cio r6,r6,r7
85 subu.cio r8,r8,r9
89 subu.cio r6,r6,r7
93 subu
[all...]
H A Dadd_n.s54 subu.co r5,r0,r5 ; (clear carry as side effect)
63 subu r2,r2,r5 ; adjust res_ptr
64 subu r3,r3,r5 ; adjust s1_ptr
65 subu r4,r4,r5 ; adjust s2_ptr
78 Lzero: subu r10,r10,1 ; add 0 + 8r limbs (adj loop cnt)
/netbsd-current/external/lgpl3/gmp/dist/mpn/mips32/
H A Dsub_n.asm50 subu $7,$7,$9
57 subu $11,$10,$11
78 subu $11,$10,$11
87 subu $13,$12,$13
96 subu $11,$10,$11
105 subu $13,$12,$13
118 subu $11,$10,$11
/netbsd-current/sys/arch/hpcmips/stand/romboot/
H A Dromboot.S79 1: subu a0, ra, 8 # a0 = ROM address(kseg1)
80 subu a0, KSEG1_KSEG0_DIFF # convert to kseg0 address
84 subu t0, t1 # t0 = size of boot loader
88 subu t2, t0
106 subu v0, 4 # BDSLOT
/netbsd-current/sys/arch/pmax/stand/common/
H A Dprintf.S46 subu sp, sp, 48
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcheckedint.d420 uint subu()(uint x, uint y, ref bool overflow)
432 assert(subu(3, 2, overflow) == 1);
435 assert(subu(uint.max, 1, overflow) == uint.max - 1);
438 assert(subu(1, 1, overflow) == uint.min);
441 assert(subu(0, 1, overflow) == uint.max);
445 assert(subu(uint.max - 1, uint.max, overflow) == uint.max);
448 assert(subu(0, 0, overflow) == 0);
455 ulong subu()(ulong x, ulong y, ref bool overflow)
467 assert(subu(3UL, 2UL, overflow) == 1);
470 assert(subu(ulon
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
H A Dmips.inc17 subu $sp, $sp, 32
/netbsd-current/sys/arch/mipsco/stand/common/
H A Dstart.S51 subu a2, a2, a0
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
H A Dmips.inc17 subu $sp, $sp, 32
/netbsd-current/sys/arch/arc/arc/
H A Darcbios_stubs.S45 subu $29, CALLFRAME_SIZ ;\
66 subu $29, CALLFRAME_SIZ + 4 ;\
/netbsd-current/sys/arch/mips/include/
H A Dasm.h91 subu sp,16; \
115 subu sp,16; \
417 #define PTR_SUB subu
419 #define PTR_SUBU subu
420 #define PTR_SUBIU subu
472 #define INT_SUB subu
474 #define INT_SUBU subu
475 #define INT_SUBIU subu
518 #define LONG_SUB subu
520 #define LONG_SUBU subu
[all...]
/netbsd-current/sys/arch/cobalt/stand/boot/
H A Dstart.S54 subu a2, a2, a0
68 subu t1, t1, 0x100 /* per 256 bytes */

Completed in 600 milliseconds

1234