Searched refs:o2 (Results 51 - 75 of 189) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_8.s36 * o2 number of bytes to copy (must be a multiple of 8)
65 * o2 byte count remaining
77 subcc %o2, 8, %o2
88 subcc %o2, 16, %o2
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dgssutil.h27 #define g_OID_equal(o1, o2) \
28 (((o1)->length == (o2)->length) && \
29 (memcmp((o1)->elements, (o2)->elements, (int)(o1)->length) == 0))
/opensolaris-onvv-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_handlers.s106 mov %o2, scr3; \
108 MMU_FAULT_STATUS_AREA(%o2); \
109 ldx [%o2 + MMFSA_I_ADDR], %o0; \
110 ldx [%o2 + MMFSA_I_CTX], %o1; \
113 mov tte, %o2; \
122 mov scr3, %o2; \
139 mov %o2, scr3; \
141 MMU_FAULT_STATUS_AREA(%o2); \
142 ldx [%o2 + MMFSA_D_ADDR], %o0; \
143 ldx [%o2
[all...]
H A Dkmdb_v9asmutil.s46 casx [%o0], %o1, %o2
48 mov %o2, %o0
122 stxa %o2, [%o1]%asi
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.s56 clr %o2
60 mov JB_CLEARLINK, %o2 ! no, tell longjmp to clear ul_siglink
61 1: st %o2, [%o0 + JB_FLAGS]
107 ld [%o0 + JB_SP], %o2 ! sp in %o2 until safe to puke there
108 ldd [%o2 + (0*8)], %l0 ! restore locals and ins if we can
109 ldd [%o2 + (1*8)], %l2
110 ldd [%o2 + (2*8)], %l4
111 ldd [%o2 + (3*8)], %l6
112 ldd [%o2
[all...]
H A Dsync_instruction_memory.s50 add %o0, %o1, %o2
53 cmp %o0, %o2
59 cmp %o0, %o2
H A Dmemcmp.s60 cmp %o2, 17
75 dec %o2
93 dec 2, %o2
101 deccc %o2
106 deccc %o2 ! delay slot, compare count (len)
116 srl %o5, 24, %o2
117 cmp %o1, %o2
122 srl %o5, 24, %o2
123 cmp %o1, %o2
128 srl %o5, 24, %o2
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.s56 clr %o2
60 mov JB_CLEARLINK, %o2 ! no, tell longjmp to clear ul_siglink
61 1: stx %o2, [%o0 + JB_FLAGS]
107 ldx [%o0 + JB_SP], %o2 ! sp in %o2 until safe to puke there
108 ldx [%o2 + STACK_BIAS], %l0 ! restore locals and ins if we can
109 ldx [%o2 + (1*8) + STACK_BIAS], %l1
110 ldx [%o2 + (2*8) + STACK_BIAS], %l2
111 ldx [%o2 + (3*8) + STACK_BIAS], %l3
112 ldx [%o2
[all...]
H A Dmemcmp.s59 cmp %o2, 17
74 dec %o2
92 dec 2, %o2
100 deccc %o2
105 deccc %o2 ! delay slot, compare count (len)
115 srl %o5, 24, %o2
116 cmp %o1, %o2
121 srl %o5, 24, %o2
122 cmp %o1, %o2
127 srl %o5, 24, %o2
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4v/ml/
H A Dhcall.s415 mov %o0, %o2
416 ldx [%o2], %o0
419 stx %o1, [%o2]
438 mov %o0, %o2
452 stb %o1, [%o2] ! success, save character and return 0
478 * arg2 tte (%o2)
492 mov %o0, %o2
493 ldx [%o2], %o0
496 stx %o1, [%o2]
505 * arg2 flags (%o2)
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4/ml/
H A Dcopy.s73 orcc %o2, %g0, %o4 ! save original count
100 subcc %o2, 1, %o2 ! test count
104 mov 0, %o2 ! max number of bytes moved
109 sub %o4, %o2, %o4 ! compute length and store it
140 brz,a,pn %o2, .copyinstr_out
143 mov %o2, %g3 ! g3 is the current count
190 sub %o2, %g3, %o2 ! compute length and store it
191 stn %o2, [
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DTuple.java269 compareObjects(Object o1, Object o2) argument
275 Class c2 = o2.getClass();
278 Comparable.class.cast(o2));
282 String s2 = o2.toString();
285 } else if (o1 instanceof byte[] && o2 instanceof byte[]) {
287 byte[] a2 = byte[].class.cast(o2);
292 String s2 = o2.toString();
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/
H A Dgssapi_ext.h46 #define g_OID_equal(o1, o2) \
47 (((o1)->length == (o2)->length) && \
48 (memcmp((o1)->elements, (o2)->elements, (int)(o1)->length) == 0))
53 * o2 is copied to o1
55 #define g_OID_copy(o1, o2) \
56 bcopy((o2)->elements, (o1)->elements, (o2)->length);\
57 (o1)->length = (o2)->length;
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/px/
H A Dpx_hcall.s230 mov %i2, %o2
269 mov %o2, %o4
274 stx %o2, [%o3]
312 stx %o2, [%o4]
332 mov %i2, %o2
387 mov %o2, %o4
393 stuw %o2, [%o3]
409 stuw %o1, [%o2]
439 stuw %o1, [%o2]
469 stx %o1, [%o2]
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.s61 cmp %o2, 48
63 mov %o2, %o3 ! o3 <= 48
70 mov 8, %o3 ! o2 > 48; o3 = 8
79 dec %o2
88 cmp %o2, 0 ! is o2 > 0
90 cmp %o2, 320 ! if cnt < 256 + 64 - no Block ld/st
116 andn %o2, 7, %o4 ! o4 has 8 byte aligned cnt
135 sub %o2, 8, %o2
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.s55 ! %o2 is address to save value into
84 stx %g1, [%o2]
91 stuw %g1, [%o2]
98 stuh %g1, [%o2]
102 stub %g1, [%o2]
121 ! %o2 is address to read from
139 ldx [%o2], %g1
146 lduw [%o2], %g1
153 lduh [%o2], %g1
158 ldub [%o2],
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.s57 ! %o2 is address to save value into
88 stx %g1, [%o2]
95 stuw %g1, [%o2]
102 stuh %g1, [%o2]
106 stub %g1, [%o2]
125 ! %o2 is address to read from
142 ldx [%o2], %g1
149 lduw [%o2], %g1
156 lduh [%o2], %g1
161 ldub [%o2],
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/ml/
H A Dmach_subr_asm.s202 ! o2 = byte offset into cpunodes for tick_nsec_scale of this CPU
205 mulx %o1, CPU_NODE_SIZE, %o2 ! %o2 = byte offset into cpunodes
206 add %o2, TICK_NSEC_SCALE, %o2
207 ld [%o4 + %o2], %o2 ! %o2 = cpunodes[cpuid].tick_nsec_scale
208 NATIVE_TIME_TO_NSEC_SCALE(%o0, %o2, %o3, TICK_NSEC_SHIFT)
319 * r[10] %o2
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.s129 ! uint32_t size; -> %o2
138 ld [%o4 + 16], %o2
161 mov %o2, %o5
172 ECACHE_FLUSHALL(%o2, %g1, %o1, %o4)
182 ! %o2 & %o3 now available
269 add %fp, STACK_BIAS - 81, %o2
270 and %o2, -64, %o2
271 stda %d0, [%o2]ASI_BLK_P
297 add %fp, STACK_BIAS - 81, %o2
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hcall.s281 mov %o2, %g1
287 stx %o2, [%g2]
306 mov %o2, %g1
312 stx %o2, [%g2]
320 mov %o2, %g1
343 mov %o2, %g2
348 stx %o2, [%g2]
378 mov %o2, %g1
400 mov %o2, %g1
439 stx %o2, [
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/sha1/sparc/sun4u/
H A Dsha1_asm.s102 rd %fprs, %o2
103 st %o2, [%o0 + FPU_FPRS]
104 andcc %o2, FPRS_FEF, %g0
126 BLOAD_FPREGS(%o0, %o2)
149 ld [%i2 + 8], %o2
159 and %o1, %o2, %l1
191 andn %o2, %o0, %l4
233 add %o2, %g1, %l1
269 add %l0, %l2, %o2
273 sll %o2,
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/sys/
H A Dsyscall.s55 mov %i3, %o2 ! arg 2
84 mov %o2, %o1
85 mov %o3, %o2
100 mov %i4, %o2 ! arg 2
131 mov %o2, %o0 /* syscall args */
133 mov %o4, %o2
H A Dvforkx.s68 set MASKSET1, %o2
83 ld [%g7 + UL_SIGMASK + 4], %o2
119 ld [%g7 + UL_SIGMASK + 4], %o2
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.s239 ldxa [%o4]ASI_DMMU, %o2 ! %o2 = save old ctxnum
240 srlx %o2, CTXREG_NEXT_SHIFT, %o1 ! need to preserve nucleus pgsz
247 stxa %o2, [%o4]ASI_DMMU /* restore old ctxnum */
477 DCACHE_FLUSHPAGE(%o0, %o1, %o2, %o3, %o4)
520 DCACHE_FLUSHCOLOR(%o0, 0, %o1, %o2, %o3)
521 DCACHE_FLUSHCOLOR(%o0, 1, %o1, %o2, %o3)
522 DCACHE_FLUSHCOLOR(%o0, 2, %o1, %o2, %o3)
523 DCACHE_FLUSHCOLOR(%o0, 3, %o1, %o2, %o3)
604 * %o1, %o2
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s40 ! o2: %sp-relative offset of end of tmp area
52 subcc %o2, %o1, %o5 ! number of bytes to move
61 add %sp, %o2, %o0

Completed in 345 milliseconds

12345678