/src/sys/arch/hppa/spmath/ |
divu.S | 79 addc quo,quo,quo ; shift quo with/into carry 81 addc quo,quo,quo ; shift quo with/into carry 83 addc quo,quo,quo ; shift quo with/into carry 85 addc quo,quo,quo ; shift quo with/into carry 87 addc quo,quo,quo ; shift quo with/into carry 89 addc quo,quo,quo ; shift quo with/into carry 91 addc quo,quo,quo ; shift quo with/into carry 93 addc quo,quo,quo ; shift quo with/into carry 95 addc quo,quo,quo ; shift quo with/into carry 97 addc quo,quo,quo ; shift quo with/into carr [all...] |
impyu.S | 302 addc pu,saveop2,pu
|
/src/common/lib/libc/arch/sh3/string/ |
ffs.S | 77 addc r1,r0 ! 0 + r1 + T -> r0 82 addc r1,r0 89 addc r1,r0 94 addc r1,r0
|
/src/sys/lib/libkern/arch/hppa/ |
milli.S | 345 addc ret1,ret1,ret1 347 addc ret1,ret1,ret1 349 addc ret1,ret1,ret1 351 addc ret1,ret1,ret1 353 addc ret1,ret1,ret1 355 addc ret1,ret1,ret1 357 addc ret1,ret1,ret1 359 addc ret1,ret1,ret1 361 addc ret1,ret1,ret1 363 addc ret1,ret1,ret [all...] |
/src/sys/arch/hppa/stand/common/ |
milli_tiny.S | 51 addc %r26,%r26,%r29 ; fix quotient 65 addc %r26,%r26,%r26 67 loop_sub_divU: ; addc/ds 31 times 68 addc %r26,%r26,%r26
|
/src/sys/lib/libkern/arch/sh3/ |
sdivsi3.S | 88 addc r2, r0
|
sdivsi3_i4i.S | 98 addc r2, r0
|
/src/lib/libm/noieee_src/ |
n_support.c | 439 * addc(t) ...perform t=t+1 regarding t as a 64 bit unsigned integer 451 double y,z,t,addc(),subc() 512 if(r==RN) t=addc(t); /* ...t=t+ulp */ 513 else if(r==RP) { t=addc(t);y=addc(y);}/* ...t=t+ulp;y=y+ulp; */
|
/src/sys/arch/sh3/sh3/ |
cpu_in_cksum.S | 83 addc r0, reg_sum 309 addc r0, reg_sum
|
/src/tests/kernel/arch/hppa/ |
h_execregs.S | 102 addc %t1, %r0, %r0 /* t1 := PSW[C/B]{0} */
|
/src/games/warp/ |
term.h | 40 #define addc(ch) (write(1,&(ch),1), real_x++) macro
|