| /src/sys/arch/m68k/fpsp/ |
| fpsp.h | 105 LOCAL_SIZE equ 192 ;bytes needed for local variables 106 LV equ -LOCAL_SIZE ;convenient base value 108 USER_DA equ LV+0 ;save space for D0-D1,A0-A1 109 USER_D0 equ LV+0 ;saved user D0 110 USER_D1 equ LV+4 ;saved user D1 111 USER_A0 equ LV+8 ;saved user A0 112 USER_A1 equ LV+12 ;saved user A1 113 USER_FP0 equ LV+16 ;saved user FP0 114 USER_FP1 equ LV+28 ;saved user FP1 115 USER_FP2 equ LV+40 ;saved user FP 186 guard_bit equ 1 ;guard bit is bit number 1 variable 187 round_bit equ 0 ;round bit is bit number 0 variable 189 denorm_bit equ 7 ;bit determins if denorm or unnorm variable 190 etemp15_bit equ 4 ;etemp exponent bit #15 variable 191 wbtemp66_bit equ 2 ;wbtemp mantissa bit #66 variable 192 wbtemp1_bit equ 1 ;wbtemp mantissa bit #1 variable 193 wbtemp0_bit equ 0 ;wbtemp mantissa bit #0 variable 199 kfact_bit equ 12 ;distinguishes static\/dynamic k-factor variable 205 direction_bit equ 5 ;bit 0 in opclass variable 206 size_bit2 equ 12 ;bit 2 in size field variable 210 fptemp15_bit equ 4 ;fptemp exponent bit #15 variable 213 wbtemp15_bit equ 4 ;wbtemp exponent bit #15 variable 216 E1 equ 2 ;which bit is E1 flag variable 217 E3 equ 1 ;which bit is E3 flag variable 218 SFLAG equ 0 ;which bit is S flag variable 221 XFLAG equ 7 ;which bit is X flag variable 222 UFLAG equ 5 ;which bit is U flag variable 223 TFLAG equ 4 ;which bit is T flag variable 239 EXC_SR equ 4 ;exception frame status register variable 240 EXC_PC equ 6 ;exception frame program counter variable 241 EXC_VEC equ 10 ;exception frame vector (format+vector#) variable 242 EXC_EA equ 12 ;exception frame effective address variable [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/ |
| ia64.S | 1405 #define equ p24 define 1409 equ=p24 1483 (p0) cmp.eq equ,cont=HH,r31 };; 1486 (equ) cmp.leu break,cont=r35,H };; 1513 (p0) cmp.eq equ,cont=HH,r31 };; 1516 (equ) cmp.leu break,cont=r35,H };;
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| ia64.S | 1405 #define equ p24 define 1409 equ=p24 1483 (p0) cmp.eq equ,cont=HH,r31 };; 1486 (equ) cmp.leu break,cont=r35,H };; 1513 (p0) cmp.eq equ,cont=HH,r31 };; 1516 (equ) cmp.leu break,cont=r35,H };;
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| ia64.S | 1406 #define equ p24 define 1410 equ=p24 1484 (p0) cmp.eq equ,cont=HH,r31 };; 1487 (equ) cmp.leu break,cont=r35,H };; 1514 (p0) cmp.eq equ,cont=HH,r31 };; 1517 (equ) cmp.leu break,cont=r35,H };;
|
| /src/sys/arch/cobalt/cobalt/ |
| machdep.c | 391 char *equ; local 407 if ((equ = strchr(work, '=')) != NULL) { 409 nfsroot_bstr = (equ + 1); 412 root_bstr = (equ + 1);
|