HomeSort by: relevance | last modified time | path
    Searched refs:SIGN (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/arch/sparc/gen/
divrem.m4 93 ifelse(S, `true', `define(SIGN, `%g6')')
132 ` ! compute sign of result; if neither is negative, no problem
136 `xor divisor, dividend, SIGN',
137 `mov dividend, SIGN') ! compute sign in any case
267 tst SIGN
  /src/sys/lib/libkern/arch/sparc/
divrem.m4 93 ifelse(S, `true', `define(SIGN, `%g6')')
132 ` ! compute sign of result; if neither is negative, no problem
136 `xor divisor, dividend, SIGN',
137 `mov dividend, SIGN') ! compute sign in any case
267 tst SIGN
  /src/sys/lib/libkern/arch/sparc64/
divrem.m4 97 ifelse(S, `true', `define(SIGN, `%g6')')
133 ` ! compute sign of result; if neither is negative, no problem
137 `xor divisor, dividend, SIGN',
138 `mov dividend, SIGN') ! compute sign in any case
268 tst SIGN
  /src/sys/lib/libsa/
subr_prf.c 78 #define SIGN 0x20
197 lflag |= SIGN;
314 char *p, buf[(sizeof(INTMAX_T) * NBBY / 3) + 1 + 2 /* ALT + SIGN */];
335 else if (lflag & SIGN)
  /src/sys/arch/sparc/sparc/
db_disasm.c 51 /* Sign extend values */
56 #define SIGN(v) (((v)<0)?"-":"")
998 db_printf("%s0x%x", SIGN(val), abs((int)val));
1003 db_printf("%s0x%x", SIGN(val), abs((int)val));
  /src/sys/arch/sparc64/sparc64/
db_disasm.c 55 /* Sign extend values */
61 #define SIGN(v) (((v)<0)?"-":"")
1003 db_printf("%s0x%x", SIGN(val), abs((int)val));
1008 db_printf("%s0x%x", SIGN(val), abs((int)val));
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 431 set q_sn_bit, 0x7 # sign bit of quotient byte
502 set sign_bit, 0x7 # sign bit
5043 and.l &0x7FFFFFFF,%d1 # strip sign
5105 # ...LEAST SIG. BIT OF D0 IN SIGN POSITION
5159 # ...LEAST SIG. BIT OF D0 IN SIGN POSITION
5496 ftest.x %fp0 # test sign of argument
5531 #--CREATE 2**(-L) * (2/PI), SIGN(INARG)*2**(63),
5547 #--(SIGN(INARG)*2**63 + FP2) - SIGN(INARG)*2**63 WILL GIVE
5552 or.l &0x5F000000,%d2 # d2 = SIGN(INARG)*2**63 IN SG
    [all...]
fpsp.s 451 set q_sn_bit, 0x7 # sign bit of quotient byte
522 set sign_bit, 0x7 # sign bit
1450 andi.w &0x7fff,%d0 # strip sign
1480 andi.w &0x7fff,%d0 # strip sign
1527 andi.w &0x7fff,%d0 # strip sign
2321 andi.w &0x7fff,%d0 # strip sign
2338 andi.w &0x7fff,%d0 # strip sign
2345 mov.w %d0,FP_SRC_EX(%a6) # insert exponent with cleared sign
2351 tst.b 0x2+FP_SRC(%a6) # is sign set?
2353 bset &15,%d0 # set sign
    [all...]
pfpsp.s 451 set q_sn_bit, 0x7 # sign bit of quotient byte
522 set sign_bit, 0x7 # sign bit
1450 andi.w &0x7fff,%d0 # strip sign
1480 andi.w &0x7fff,%d0 # strip sign
1527 andi.w &0x7fff,%d0 # strip sign
2321 andi.w &0x7fff,%d0 # strip sign
2338 andi.w &0x7fff,%d0 # strip sign
2345 mov.w %d0,FP_SRC_EX(%a6) # insert exponent with cleared sign
2351 tst.b 0x2+FP_SRC(%a6) # is sign set?
2353 bset &15,%d0 # set sign
    [all...]

Completed in 37 milliseconds