Searched refs:o1 (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dlb1spl.asm15 divscc %o0,%o1,%g1
16 divscc %g1,%o1,%g1
17 divscc %g1,%o1,%g1
18 divscc %g1,%o1,%g1
19 divscc %g1,%o1,%g1
20 divscc %g1,%o1,%g1
21 divscc %g1,%o1,%g1
22 divscc %g1,%o1,%g1
23 divscc %g1,%o1,%g1
24 divscc %g1,%o1,
[all...]
H A Dlb1spc.asm14 or %o0, %o1, %o4 ! logical or of multiplier and multiplicand
22 mulscc %o4, %o1, %o4 ! first iteration of 33
23 mulscc %o4, %o1, %o4
24 mulscc %o4, %o1, %o4
25 mulscc %o4, %o1, %o4
26 mulscc %o4, %o1, %o4
27 mulscc %o4, %o1, %o4
28 mulscc %o4, %o1, %o4
29 mulscc %o4, %o1, %o4
30 mulscc %o4, %o1,
[all...]
/freebsd-10.0-release/contrib/gcclibs/libgomp/config/linux/sparc/
H A Dfutex.h39 register long int o1 __asm__ ("o1");
45 o1 = op;
57 : "0" (g1), "1" (o0), "r" (o1), "r" (o2), "r" (o3)
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/common/atomic/sparc64/
H A Dopensolaris_atomic.S57 add %o2, %o1, %o3
63 add %o2, %o1, %o0 ! return new value
85 sll %o1, %g1, %o1 ! %o1 = shifted to bit offset
86 and %o1, %o3, %o1 ! %o1 = single byte value
90 or %o2, %o1, %o5 ! or in the new value
95 or %o2, %o1,
[all...]
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DX86DisassemblerTables.h90 /// @param o1 - The output stream to print the ID table to.
92 /// @param i1 - The indentation level to use with stream o1.
96 void emitModRMDecision(raw_ostream &o1,
118 /// @param o1 - The output stream to print the ID tables generated by
121 /// @param i1 - The indent level to use with stream o1.
125 void emitOpcodeDecision(raw_ostream &o1,
153 /// @param o1 - The output stream to print the ID tables generated by
156 /// @param i1 - The indent level to use with stream o1.
161 void emitContextDecision(raw_ostream &o1,
218 /// @param o1
[all...]
H A DX86DisassemblerTables.cpp299 void DisassemblerTables::emitModRMDecision(raw_ostream &o1, raw_ostream &o2,
319 o1 << "/* Table" << sTableNumber << " */\n";
326 emitOneID(o1, i1, decision.instructionIDs[0], true);
329 emitOneID(o1, i1, decision.instructionIDs[0x00], true); // mod = 0b00
330 emitOneID(o1, i1, decision.instructionIDs[0xc0], true); // mod = 0b11
334 emitOneID(o1, i1, decision.instructionIDs[index], true);
336 emitOneID(o1, i1, decision.instructionIDs[index], true);
340 emitOneID(o1, i1, decision.instructionIDs[index], true);
342 emitOneID(o1, i1, decision.instructionIDs[index], true);
346 emitOneID(o1, i
[all...]
/freebsd-10.0-release/libexec/rtld-elf/sparc64/
H A Drtld_start.S57 add %sp, SPOFF + CCFSZ + 0x0, %o1
61 ldx [%sp + SPOFF + CCFSZ + 0x0], %o1
129 sub %o0, %o1, %l0 /* x - y */
146 ldx [%o1 + (10*4)], %o0 /* Load object pointer from PLT2 */
149 mov %l4, %o1
163 ldx [%o1 + 8], %o0 /* The object pointer is at [%o1 + 8] */
166 mov %o2, %o1
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dlocore.S44 * void _start(caddr_t metadata, u_long o1, u_long o2, u_long o3,
93 ldx [%o0 + PC_CURPCB], %o1
104 mov %o1, PCB_REG
117 mov %o1, PCB_REG
138 SET(tl0_base, %o2, %o1)
143 wrpr %o1, 0, %tba
H A Dsupport.S212 _MEMCPY(%o2, %o1, %o3, a, %asi, a, %asi)
222 _MEMCPY(%o2, %o1, %o3, EMPTY, EMPTY, a, %asi)
231 wr %o1, 0, %asi
242 _MEMSET(%o1, %g0, %o2, a, %asi)
254 ldub [%o1 + %o3], %o5
272 sub %o1, %o0, %g1
281 add %o1, %o2, %o1
287 dec 1, %o1
289 stb %g1, [%o1]
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dsparccpuid.S72 clr %o1
147 clr %o1
208 1: add %o1,%o2,%o3
213 add %o1,%o2,%o0 ! OpenSSL expects the new value
228 .word 0x93323020 !srlx %o0,32,%o1
231 xor %o1,%o1,%o1
238 add %sp,BIAS+2,%o1
239 .word 0xc19a5a40 !ldda [%o1]ASI_FP16_
[all...]
/freebsd-10.0-release/lib/libc/sparc64/gen/
H A Dsigsetjmp.S41 movrnz %o1, %o3, %o4
43 stx %o1, [%o0 + _JB_SIGFLAG]
H A Dfixunsdfsi.S80 sethi %hi(0x80000000), %o1
81 sllx %o1, 32, %o1
82 add %o0, %o1, %o0 ! add 2^63
H A Dsetjmp.S63 clr %o1
79 add %i0, _JB_SIGMASK, %o1
/freebsd-10.0-release/lib/libc/sparc64/sys/
H A Dcerror.S58 restore %g0, -1, %o1
H A Dpipe.S54 1: stw %o1, [%o2 + 4]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl149 sll $num,2,%o1
150 add %o1,$num,%o1 ! %o1=num*5
151 sub %o0,%o1,%o0
183 ld [%o4+0],%o1
186 or %g5,%o1,%o1
190 mulx %o1,%o0,%o0 ! ap[0]*bp[0]
291 ldx [%sp+$bias+$frame+8],%o1
[all...]
/freebsd-10.0-release/lib/libstand/sparc64/
H A D_setjmp.S74 movrnz %o1, %o1, %g1
/freebsd-10.0-release/contrib/unbound/smallapp/
H A Dworker_cb.c219 struct order_id* o1 = (struct order_id*)e1; local
221 if(o1->thr < o2->thr) return -1;
222 if(o1->thr > o2->thr) return 1;
223 if(o1->instance < o2->instance) return -1;
224 if(o1->instance > o2->instance) return 1;
/freebsd-10.0-release/lib/libc/net/
H A Deui64.c149 unsigned int o0, o1, o2, o3, o4, o5, o6, o7; local
153 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7);
158 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7);
163 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7);
168 &o0, &o1, &o2, &o5, &o6, &o7);
176 &o0, &o1, &o2, &o5, &o6, &o7);
187 e->octet[1]=o1;
H A Dether_addr.c89 unsigned int o0, o1, o2, o3, o4, o5; local
91 i = sscanf(a, "%x:%x:%x:%x:%x:%x", &o0, &o1, &o2, &o3, &o4, &o5);
95 e->octet[1]=o1;
/freebsd-10.0-release/lib/libkse/arch/sparc64/sparc64/
H A Dthr_getcontext.S35 add %o7, 8, %o1
36 add %o1, 4, %o2
38 stx %o1, [%o0 + MC_TPC]
/freebsd-10.0-release/sys/sparc64/include/
H A Dbus.h468 bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c)
471 for (; c; c--, o1++, o2++)
472 bus_space_write_1(t, h1, o1, bus_space_read_1(t, h2, o2));
477 bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c)
480 for (; c; c--, o1 += 2, o2 += 2)
481 bus_space_write_2(t, h1, o1, bus_space_read_2(t, h2, o2));
486 bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c)
489 for (; c; c--, o1 += 4, o2 += 4)
490 bus_space_write_4(t, h1, o1, bus_space_read_4(t, h2, o2));
495 bus_size_t o1, bus_space_handle_
467 bus_space_copy_region_1(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
476 bus_space_copy_region_2(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
485 bus_space_copy_region_4(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
494 bus_space_copy_region_8(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
787 bus_space_copy_region_stream_1(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
797 bus_space_copy_region_stream_2(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
807 bus_space_copy_region_stream_4(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
817 bus_space_copy_region_stream_8(bus_space_tag_t t, bus_space_handle_t h1, bus_size_t o1, bus_space_handle_t h2, bus_size_t o2, bus_size_t c) argument
[all...]
/freebsd-10.0-release/contrib/compiler-rt/lib/sparc64/
H A Ddivsi3.S57 orcc %o1,%o0,%g0 ! are either %o0 or %o1 negative
59 xor %o1,%o0,%g3 ! record sign of result in sign of %g3
60 tst %o1
63 ! %o1 < 0
65 neg %o1
72 orcc %o1,%g0,%o5 ! movcc %o1,%o5
73 te 2 ! if %o1 = 0
98 ! We're here if the %o1 overflowe
[all...]
H A Dmodsi3.S57 orcc %o1,%o0,%g0 ! are either %o0 or %o1 negative
60 tst %o1
63 ! %o1 < 0
65 neg %o1
72 orcc %o1,%g0,%o5 ! movcc %o1,%o5
73 te 2 ! if %o1 = 0
98 ! We're here if the %o1 overflowed when Shifting.
322 add %o3,%o1,
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Det-forest.c640 struct et_occ *o1 = n1->rightmost_occ, *o2 = n2->rightmost_occ, *om; local
647 et_splay (o1);
648 l = o1->prev;
649 r = o1->next;
660 set_prev (o1, o2);
662 r->parent = o1;
668 set_next (o1, o2);
670 l->parent = o1;
675 om = o1;
676 mn = o1
[all...]

Completed in 299 milliseconds

123