/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/ |
H A D | tst.regs.s | 25 add x0, x0, x0 26 add ra, ra, ra 27 add sp, sp, sp 28 add gp, gp, gp 29 add tp, tp, tp 30 add t0, t0, t0 31 add t1, t1, t1 32 add t2, t2, t2 33 add s0, s0, s0 34 add s1, s1, s1 [all …]
|
H A D | tst.regs.out | 1 libdis_test: 33 00 00 00 add x0,x0,x0 2 libdis_test+0x4: b3 80 10 00 add ra,ra,ra 3 libdis_test+0x8: 33 01 21 00 add sp,sp,sp 4 libdis_test+0xc: b3 81 31 00 add gp,gp,gp 5 libdis_test+0x10: 33 02 42 00 add tp,tp,tp 6 libdis_test+0x14: b3 82 52 00 add t0,t0,t0 7 libdis_test+0x18: 33 03 63 00 add t1,t1,t1 8 libdis_test+0x1c: b3 83 73 00 add t2,t2,t2 9 libdis_test+0x20: 33 04 84 00 add s0,s0,s0 10 libdis_test+0x24: b3 84 94 00 add s1,s1,s1 [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/dis/sparc/ |
H A D | tst.regs.s | 25 add %g0, %g1, %g2 26 add %g1, %g2, %g3 27 add %g2, %g3, %g4 28 add %g3, %g4, %g5 29 add %g4, %g5, %g6 30 add %g5, %g6, %g7 31 add %g6, %g7, %o0 32 add %g7, %o0, %o1 33 add %o0, %o1, %o2 34 add %o1, %o2, %o3 [all …]
|
H A D | tst.regs.out | 1 libdis_test: 84 00 00 01 add %g0, %g1, %g2 2 libdis_test+0x4: 86 00 40 02 add %g1, %g2, %g3 3 libdis_test+0x8: 88 00 80 03 add %g2, %g3, %g4 4 libdis_test+0xc: 8a 00 c0 04 add %g3, %g4, %g5 5 libdis_test+0x10: 8c 01 00 05 add %g4, %g5, %g6 6 libdis_test+0x14: 8e 01 40 06 add %g5, %g6, %g7 7 libdis_test+0x18: 90 01 80 07 add %g6, %g7, %o0 8 libdis_test+0x1c: 92 01 c0 08 add %g7, %o0, %o1 9 libdis_test+0x20: 94 02 00 09 add %o0, %o1, %o2 10 libdis_test+0x24: 96 02 40 0a add %o1, %o2, %o3 [all …]
|
/illumos-gate/usr/src/common/crypto/arcfour/sun4u/ |
H A D | arcfour_crypt_asm.S | 70 add %g1, 1, %o1 72 add %i0, 0, %i5 74 add %o1, 1, %g1 82 add %g2, %o3, %o2 84 add %o2, %g3, %g2 95 add %o3,%o4,%o5 101 add %g1, 1, %o1 105 add %g3, %g4, %g5 109 add %o1, 1, %g1 118 add %g2, %o3, %o2 [all …]
|
/illumos-gate/usr/src/common/crypto/sha1/sparc/sun4u/ |
H A D | sha1_asm.S | 174 add %l0, %l1, %l0 175 add %o4, %g1, %l1 179 add %l0, %l1, %l0 182 add %l0, %l2, %o5 203 add %l0, %l1, %l0 204 add %o3, %g1, %l1 208 add %l0, %l1, %l0 211 add %l0, %l2, %o4 232 add %l0, %l1, %l0 233 add %o2, %g1, %l1 [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | HISTORY | 4 09/11/89 add extra sun style 1,2 arg to line syncs in ppline with pp:linetype 5 add pp:oldc to convert __STDC__ void* and prototypes to old C 7 08/08/89 add SYM_INIT for #define during INIT 9 add ppcargs() compatibility command line argument parse 13 add PP_PROBE to specify pathprobe() processor 14 add -[DI]+ to invert options in ppargs() 17 add #pragma's for most ppargs() options 18 add #option(pragma-option) predicate test 20 07/11/89 add PP_BUILTIN for external #(...) handler 21 add line number to missing endif message [all …]
|
H A D | RELEASE | 5 11-03-15 ppop.c: add ppok() readonly check for subset of ppop(PP_*) 22 07-09-21 ppproto.c: add "Public Domain" to the noticed list 23 07-08-11 probe.win32: add cl.exe setuid workaround, CC.VERSION[.STRING] 27 07-03-11 add -D-Y pp:pedantic, PP_WARN macro formal parenthesis checks 28 07-01-26 pp.def,probe.win32: add _WCHAR_T_DEFINED 30 06-09-23 pplex.c: add HOSTED check for "/* appears in // comment" -- doh 31 06-09-05 pp.probe: add version stamp comment 34 06-05-09 pp.tab,ppcontrol.c,ppproto.c: add externalize 36 06-02-28 probe.win32: add wchar_t probe 39 05-09-16 pplib.h: add <string.h> for standalone proto [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/smbios/ |
H A D | smbios_test_addinfo.c | 83 smb_addinfo_t add; in smbios_test_addinfo_mktable_noent() local 85 add.smbai_hdr.smbh_type = SMB_TYPE_ADDINFO; in smbios_test_addinfo_mktable_noent() 86 add.smbai_hdr.smbh_len = sizeof (add); in smbios_test_addinfo_mktable_noent() 87 add.smbai_nents = 0; in smbios_test_addinfo_mktable_noent() 89 (void) smbios_test_table_append(table, &add, sizeof (add)); in smbios_test_addinfo_mktable_noent() 109 smb_addinfo_t add; in smbios_test_addinfo_mktable_ents() local 113 add.smbai_hdr.smbh_type = SMB_TYPE_ADDINFO; in smbios_test_addinfo_mktable_ents() 114 add.smbai_hdr.smbh_len = sizeof (add); in smbios_test_addinfo_mktable_ents() 115 add.smbai_nents = 3; in smbios_test_addinfo_mktable_ents() 122 add.smbai_hdr.smbh_len += ent0.smbaie_len; in smbios_test_addinfo_mktable_ents() [all …]
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.S | 324 add %l0, %o0, %o0 ! delay 327 add %l1, %o1, %o1 ! adds and loads 328 add %l2, %o2, %o2 331 add %l3, %o3, %o3 332 add %l4, %o4, %o4 335 add %l5, %o5, %o5 336 add %l6, %g2, %g2 339 add %l7, %g3, %g3 ! now 8 off 33b vals 340 add %o0, %o1, %o0 343 add %o2, %o3, %o1 [all …]
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcpy.S | 71 add %o1, %o2, %o1 ! get to end of source space 72 add %o0, %o2, %o0 ! get to end of destination space 214 add %g1, 8, %g1 217 add %g1, 8, %g1 222 add %o1, 8, %o1 224 add %o0, 8, %o0 226 add %g1, 8, %g1 231 add %o1, 8, %o1 233 add %o0, 8, %o0 284 add %g1, 8, %g1 [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | RELEASE | 9 11-08-27 pids.c: add getsid() iffe test 10 10-08-16 chmod.c: add -l alias for { -h --symlink } 15 11-01-27 date: add { -R, --rfc-2822, -T, --rfc-3339=type } 18 10-12-01 tee.c: add iterrupt logic for slow open(1) -- needs to be generalized 19 10-11-30 chgrp.c: add -N,--numeric to bypass name lookup 20 10-10-20 cp: add --timestamps (preserv timestamps and permissions) 22 10-10-10 cp,mv: add --remove-destination 30 10-05-06 basename.c: add { -a,--all -s,--suffux=suffix } from BSD 32 10-04-11 cmp.c: add --print-bytes, --count=n, --differences=n 33 10-04-08 vmstate.c: add { method flags } vars for Vmstat_t.mode [all …]
|
/illumos-gate/usr/src/common/bignum/sun4u/ |
H A D | mont_mulf_v9.s | 137 /* 0x0010 0 */ add %o3,%lo(Zero),%o3 138 /* 0x0014 57 */ add %g2,/*X*/%lo(_GLOBAL_OFFSET_TABLE_-(.L900000110-.)),%g2 139 /* 0x0018 */ add %g2,%o7,%o4 154 /* 0x003c 57 */ add %g2,1,%o2 175 /* 0x005c 69 */ add %g2,2,%g2 178 /* 0x0068 69 */ add %o2,2,%o2 275 /* 0x006c 77 */ add %g2,1023,%l3 296 /* 0x00c0 86 */ add %l6,%g5,%l7 315 /* 0x0108 92 */ add %o0,%o3,%o0 320 /* 0x011c 92 */ add %g3,%o0,%o0 [all …]
|
H A D | mont_mulf_v8plus.s | 176 /* 0x0034 */ add %o2,1,%g3 177 /* 0x0038 */ add %o1,1023,%o1 206 /* 0x0070 85 */ add %o0,16,%g2 210 /* 0x0080 74 */ add %o0,%g3,%o4 215 /* 0x0094 85 */ add %o5,4,%o5 223 /* 0x00b4 81 */ add %o0,%o7,%g4 226 /* 0x00c0 81 */ add %o4,%g4,%o4 232 /* 0x00d4 85 */ add %o7,1,%o7 233 /* 0x00d8 */ add %o5,4,%o5 235 /* 0x00e0 */ add %g2,16,%g2 [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | RELEASE | 1 12-07-17 iffe.sh: add C code NOTE("...") to ammend --verbose output 4 12-06-15 Makefile: add PLUGIN_LIB to $INSTALLROOT/bin/.paths and BUILTIN_LIB => PLUGIN_LIB 5 12-06-15 package.sh: add PLUGIN_LIB to $INSTALLROOT/bin/.paths and BUILTIN_LIB => PLUGIN_LIB 13 12-04-25 ratz.c: add sear -k option to keep installation tmp dir on exit 18 12-02-29 C+probe: add __TIMESTAMP__ to the nopredefined list 25 12-02-07 package.sh: add { clean clobber } actions 27 12-01-18 regress.sh: add INPUT|OUTPUT|ERROR -e 'filter' to filter before comparison 31 12-01-12 package.sh: add admin make share closure to handle alternate HOSTTYPEs 32 11-12-13 iffe.sh: add /*<NOSTDIO>*/ test code comment to disable default #include <stdio.h> 35 11-10-18 cc.*-icc: update and add more [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 10 12-06-18 sfio/_sfopen.c: add 'e' => O_CLOEXEC 11 12-06-18 features/fcntl.c: add #define O_CLOEXEC 0 if not defined 18 12-05-31 error.h: add ERROR_PIPE(errno) to handle EPIPE and ECONNRESET 20 12-05-31 regcomp.c: add (?V...) ~(V...) REG_REGEXP switch 32 12-04-25 vmalloc: add _vmfd() for private close-on-exec fds 34 12-04-23 features/signal.c: add SIGSTKFLT 36 12-04-11 features/sys: add aix's _LARGE_FILE_API to the _LARGEFILE(64)?_SOURCE mix -- anyone else? 37 12-04-11 include/cmdarg.h,misc/cmdarg.c: (finally!) add a discipline with Cmdrun_f 49 12-02-07 malloc.c/features/vmalloc: add gnu __malloc_hook tests 51 12-02-02 astlicense.c: add license.component for component-specific licenses [all …]
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | vis.h | 50 add FP, 64, TEMP; \ 52 add FP, 128, TEMP; \ 54 add FP, 192, TEMP; \ 61 add FP, 64, TEMP; \ 67 add FP, 128, TEMP; \ 69 add FP, 192, TEMP; \ 76 add FP, 64, TEMP; \ 78 add FP, 128, TEMP; \ 80 add FP, 192, TEMP; \ 87 add FP, 64, TEMP; \ [all …]
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_copy.S | 523 add %fp, STACK_BIAS - 257, %o2 526 add %o2, 64, %o2 528 add %o2, 64, %o2 530 add %o2, 64, %o2 717 add %fp, STACK_BIAS - 257, %o2 720 add %o2, 64, %o2 722 add %o2, 64, %o2 724 add %o2, 64, %o2 775 add %g1, 8, %g1 778 add %g1, 8, %g1 [all …]
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | strlen.S | 70 add $16, %rsi /* prepare to search next 16 bytes */ 76 add $16, %rsi 82 add $16, %rsi 88 add $16, %rsi 136 add $7, %rax 141 add $8, %rax 162 add $7, %rax 172 add $1, %rax 177 add $2, %rax 182 add $3, %rax [all …]
|
/illumos-gate/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_kdi.S | 84 add %g4, %g5, %g4; \ 93 add %g4, %g5, %g4; \ 118 add %g5, MMU_PAGESHIFT, %g5; \ 160 add %g4, HMEBUCK_NEXTPA, %g4; /* %g4 is hmebucket PA */ \ 167 add %g4, HMEBLK_TAG, %g4; /* %g4 is now hmeblk PA */ \ 172 add %g4, HMEBLK_NEXTPA, %g4; \ 175 add %g4, (HMEBLK_TAG + 8), %g4; \ 180 add %g4, HMEBLK_NEXTPA, %g4; \ 208 add %g4, HMEBLK_MISC, %g3; \ 220 add %g2, %g4, %g2; \ [all …]
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | cheetahasm.h | 65 add scr1, off_reg, scr1 98 add datap, CH_DC_DATA, datap; \ 105 add datap, 8, datap; \ 108 add scr2, 8, scr2; \ 113 add datap, 8, datap; /* Skip to the end of the struct. */ \ 115 add datap, 7, datap; /* offset of the last parity byte */ \ 127 add scr2, 8, scr2; \ 129 add datap, 5, datap; /* set pointer to end of our struct */ \ 132 add scr3, scr1, scr3; \ 137 add datap, CH_DC_DATA_SIZE, datap; \ [all …]
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kerberos.ldif | 37 add: attributetypes 50 add: attributetypes 65 add: attributetypes 77 add: attributetypes 105 add: attributetypes 117 add: attributetypes 129 add: attributetypes 143 add: attributetypes 159 add: attributetypes 172 add: attributetypes [all …]
|
/illumos-gate/usr/src/test/os-tests/tests/secflags/ |
H A D | secflags_zonecfg.sh | 91 add security-flags 100 add security-flags 107 add security-flags 116 add security-flags 124 add security-flags 133 add security-flags 141 add security-flags 150 add security-flags 158 add security-flags 165 add security-flags [all …]
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/ |
H A D | memcpy.S | 213 add %o1, %o2, %o5 ! get to end of source space 224 add %o0, %o2, %g1 ! get to end of dest space 250 add %o4, %o0, %o4 ! increase difference between src & dst 263 add %o5, %o0, %o5 ! restore src alignment 267 add %o2, 8, %o2 ! restore size value 288 add %o5, %o4, %o0 ! restore dest addr 312 add %o0, 1, %o0 ! advance dst 313 add %o1, %o0, %o1 ! restore %o1 342 add %o2, %o3, %o2 ! adjust remaining count 345 add %o1, 8, %o1 ! increment src ptr [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/ |
H A D | RELEASE | 1 12-07-25 add debug diagnostics 2 11-10-11 dll_lib.c: add { dllnames() dll_lib() } 8 10-05-28 dllplug.c: add dllplugin() with dllcheck() version check 9 10-05-28 dllcheck.c: add dllcheck() to do plugin_version() checks 10 10-05-28 dllerror.c: add dllerror(int retain) for dll*() and dl*() messages 12 09-04-15 dllopen.c: add, use dllopen() internally to wrap dlopen() 15 06-01-25 dllplug.c: add errorf() library message for dlopen() error 22 dllplug.c: add dllplug() for plugin dllfind() 27 02-11-18 dllfind.c: add path,size args (with backwards compatibility checks) 31 02-07-31 dllscan.c: add dllsopen,dllsread,dllsclose [all …]
|