Home
last modified time | relevance | path

Searched refs:o2 (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S75 mov 0,%o2
128 mov 1,%o2
132 sll %o2,1,%o2
138 inc %o2
141 dec %o2
162 sll %o2,4,%o2
184 add %o2, (7*2+1), %o2
189 add %o2, (7*2-1), %o2
199 add %o2, (5*2+1), %o2
204 add %o2, (5*2-1), %o2
[all …]
H A Dmodsi3.S75 mov 0,%o2
128 mov 1,%o2
132 sll %o2,1,%o2
138 inc %o2
141 dec %o2
162 sll %o2,4,%o2
184 add %o2, (7*2+1), %o2
189 add %o2, (7*2-1), %o2
199 add %o2, (5*2+1), %o2
204 add %o2, (5*2-1), %o2
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dsparcv9a-mont.pl301 ldx [%sp+$bias+$frame+16],%o2
316 add %o7,%o2,%o2
320 srlx %o2,16,%o7
322 add %o7,%o3,%o3 ! %o3.%o2[0..15].%o1[0..15].%o0[0..15]
327 !and %o2,$mask,%o2
329 !sllx %o2,32,%o2
332 !or %o2,%o0,%o0
388 ldx [%sp+$bias+$frame+16],%o2
403 add %o7,%o2,%o2
407 srlx %o2,16,%o7
[all …]
H A Dsparcv8plus.S178 sra %o2,%g0,%o2 ! signx %o2
179 brgz,a %o2,.L_bn_mul_add_words_proceed
189 andcc %o2,-4,%g0
207 dec 4,%o2
226 andcc %o2,-4,%g0
232 brnz,a,pn %o2,.L_bn_mul_add_words_tail
242 dec %o2
245 brz,pt %o2,.L_bn_mul_add_words_return
252 dec %o2
255 brz,pt %o2,.L_bn_mul_add_words_return
[all …]
H A Dsparcv8.S48 cmp %o2,0
55 andcc %o2,-4,%g0
73 dec 4,%o2
101 andcc %o2,-4,%g0
105 tst %o2
121 deccc %o2
133 deccc %o2
161 cmp %o2,0
168 andcc %o2,-4,%g0
184 dec 4,%o2
[all …]
H A Dsparcv9-gf2m.pl67 or %o2, %o1, %o1
69 .word 0x95b262ab ! xmulx %o1, %o3, %o2
71 srlx %o2, 32, %o1 ! 13 cycles later
72 st %o2, [%o0+0]
/freebsd/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl98 ldx [$inp + 16], %o2
103 srlx %o2, $iright, %o2
104 or %o2, %o1, %o1
208 ldx [$inp + 16], %o2
213 srlx %o2, $iright, %o2
214 or %o2, %o1, %o1
317 ldx [$inp + 16], %o2
322 srlx %o2, $iright, %o2
323 or %o2, %o1, %o1
325 xor %g4, %o0, %o2 ! ^= rk[0]
[all …]
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dfuzz.c74 size_t o1, o2; member
117 (((fuzz_ullong)fuzz->o2) * fuzz->slen * 8) + fuzz->o1, in fuzz_fmt()
119 fuzz->o1, fuzz->o2); in fuzz_fmt()
129 (((fuzz_ullong)fuzz->o2) * fuzz->slen) + fuzz->o1, in fuzz_fmt()
131 fuzz->o1, fuzz->o2); in fuzz_fmt()
144 assert(fuzz->o2 < sizeof(fuzz_b64chars) - 1); in fuzz_fmt()
147 (fuzz->o1 * (fuzz_ullong)64) + fuzz->o2, in fuzz_fmt()
149 fuzz_b64chars[fuzz->o2]); in fuzz_fmt()
264 fuzz, fuzz_ntop(fuzz->strategy), fuzz->o1, fuzz->o2, fuzz->slen)); in fuzz_strategy_done()
270 return fuzz->o2 >= fuzz->slen * 8; in fuzz_strategy_done()
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_iocp.c158 struct dummy_overlapped o1, o2; in test_iocp_port() local
161 memset(&o2, 0, sizeof(o2)); in test_iocp_port()
165 EVTHREAD_ALLOC_LOCK(o2.lock, EVTHREAD_LOCKTYPE_RECURSIVE); in test_iocp_port()
168 tt_assert(o2.lock); in test_iocp_port()
171 event_overlapped_init_(&o2.eo, dummy_cb); in test_iocp_port()
177 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200)); in test_iocp_port()
180 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201)); in test_iocp_port()
183 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202)); in test_iocp_port()
186 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 23, 203)); in test_iocp_port()
193 tt_int_op(o2.call_count, ==, 4); in test_iocp_port()
[all …]
/freebsd/contrib/libevent/test/
H A Dregress_iocp.c158 struct dummy_overlapped o1, o2; in test_iocp_port() local
161 memset(&o2, 0, sizeof(o2)); in test_iocp_port()
165 EVTHREAD_ALLOC_LOCK(o2.lock, EVTHREAD_LOCKTYPE_RECURSIVE); in test_iocp_port()
168 tt_assert(o2.lock); in test_iocp_port()
171 event_overlapped_init_(&o2.eo, dummy_cb); in test_iocp_port()
177 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200)); in test_iocp_port()
180 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201)); in test_iocp_port()
183 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 22, 202)); in test_iocp_port()
186 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 23, 203)); in test_iocp_port()
193 tt_int_op(o2.call_count, ==, 4); in test_iocp_port()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp684 void DisassemblerTables::emitModRMDecision(raw_ostream &o1, raw_ostream &o2, in emitModRMDecision() argument
693 o2 << "{" << stringForDecisionType(dt) << ", 0}"; in emitModRMDecision()
741 o2 << "{" << stringForDecisionType(dt) << ", " << EntryNumber << "}"; in emitModRMDecision()
769 void DisassemblerTables::emitOpcodeDecision(raw_ostream &o1, raw_ostream &o2, in emitOpcodeDecision() argument
773 o2 << "{"; in emitOpcodeDecision()
787 o2 << "},\n"; in emitOpcodeDecision()
789 o2 << " /* struct OpcodeDecision */ {\n"; in emitOpcodeDecision()
791 o2.indent(i2); in emitOpcodeDecision()
793 o2 << "/*0x" << format("%02hhx", index) << "*/"; in emitOpcodeDecision()
795 emitModRMDecision(o1, o2, i1, i2, ModRMTableNum, in emitOpcodeDecision()
[all …]
H A DX86DisassemblerTables.h94 void emitModRMDecision(raw_ostream &o1, raw_ostream &o2, unsigned &i1,
122 void emitOpcodeDecision(raw_ostream &o1, raw_ostream &o2, unsigned &i1,
156 void emitContextDecision(raw_ostream &o1, raw_ostream &o2, unsigned &i1,
217 void emitContextDecisions(raw_ostream &o1, raw_ostream &o2, unsigned &i1,
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlvm.h21 #define equalobj(L,o1,o2) (ttisequal(o1, o2) && luaV_equalobj_(L, o1, o2)) argument
23 #define luaV_rawequalobj(o1,o2) equalobj(NULL,o1,o2) argument
/freebsd/crypto/openssl/crypto/
H A Dsparccpuid.S81 clr %o2
157 1: clr %o2
180 subcc %g0,1,%o2
181 .word 0x95408000 !rd %ccr,%o2, see comment above
182 cmp %o2,0x99
214 ld [%o0],%o2
215 1: add %o1,%o2,%o3
216 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3
217 cmp %o2,%o3
219 mov %o3,%o2 ! cas is always fetching to dest. register
[all …]
/freebsd/lib/libc/net/
H A Deui64.c146 unsigned int o0, o1, o2, o3, o4, o5, o6, o7; in eui64_aton() local
150 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); in eui64_aton()
155 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); in eui64_aton()
160 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); in eui64_aton()
165 &o0, &o1, &o2, &o5, &o6, &o7); in eui64_aton()
173 &o0, &o1, &o2, &o5, &o6, &o7); in eui64_aton()
185 e->octet[2]=o2; in eui64_aton()
H A Dether_addr.c89 unsigned int o0, o1, o2, o3, o4, o5; in ether_aton_r() local
91 i = sscanf(a, "%x:%x:%x:%x:%x:%x", &o0, &o1, &o2, &o3, &o4, &o5); in ether_aton_r()
96 e->octet[2]=o2; in ether_aton_r()
/freebsd/crypto/openssl/crypto/objects/
H A Dobjxref.pl104 my $o2 = "NID_$p2},";
105 if (length("$o1 $o2") < 78)
107 print "$o1 $o2\n";
111 print "$o1\n $o2\n";
/freebsd/contrib/unbound/contrib/
H A Ddrop2rpz14 use vars qw{$o1 $o2 $o3 $o4 $m};
29 if(($o1, $o2, $o3, $o4, $m) = m{(\d+)\.(\d+)\.(\d+)\.(\d+)/(\d+)}) {
30 print "$m.$o4.$o3.$o2.$o1.rpz-ip.$origin CNAME $rpz_action\n";
/freebsd/sys/powerpc/include/
H A Dbus.h272 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
273 (*(t)->__bs_opname(c,sz))(h1, o1, h2, o2, cnt)
445 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \
446 __bs_copy(1, t, h1, o1, h2, o2, c)
447 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \
448 __bs_copy(2, t, h1, o1, h2, o2, c)
449 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \
450 __bs_copy(4, t, h1, o1, h2, o2, c)
451 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \
452 __bs_copy(8, t, h1, o1, h2, o2, c)
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_freeobjects.ksh60 o2=$(ls -li $f2 | awk '{print $1}')
63 if [[ $o2 -ne $(( $o1 + 1 )) ]] || [[ $o3 -ne $(( $o2 + 1 )) ]]; then
/freebsd/contrib/unbound/smallapp/
H A Dworker_cb.c218 const struct order_id* o2 = e2; in order_lock_cmp() local
219 if(o1->thr < o2->thr) return -1; in order_lock_cmp()
220 if(o1->thr > o2->thr) return 1; in order_lock_cmp()
221 if(o1->instance < o2->instance) return -1; in order_lock_cmp()
222 if(o1->instance > o2->instance) return 1; in order_lock_cmp()
/freebsd/contrib/netbsd-tests/lib/csu/arch/sparc64/
H A Dh_initfini_align.S9 and %o1, 15, %o2
11 not %o2, %o0
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl49 $acc3="%o2";
534 ld [%i0+8],%o2
544 st %o2,[%i1+8]
589 or %l0,%l2,%o2
616 srl %o2,24,%l0
619 srl %o2,16,%l1
621 srl %o2,8,%l2
625 stb %o2,[%i1+11]
1080 ld [%i0+8],%o2
1090 st %o2,[%i1+8]
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-for-break.mk23 .for outer in o1 o2 o3
25 . if ${outer} == o2 && ${inner} == i2
/freebsd/sys/riscv/include/
H A Dbus.h270 #define __bs_copy(sz, t, h1, o1, h2, o2, cnt) \ argument
271 (*(t)->__bs_opname(c,sz))((t)->bs_cookie, h1, o1, h2, o2, cnt)
443 #define bus_space_copy_region_1(t, h1, o1, h2, o2, c) \ argument
444 __bs_copy(1, t, h1, o1, h2, o2, c)
445 #define bus_space_copy_region_2(t, h1, o1, h2, o2, c) \ argument
446 __bs_copy(2, t, h1, o1, h2, o2, c)
447 #define bus_space_copy_region_4(t, h1, o1, h2, o2, c) \ argument
448 __bs_copy(4, t, h1, o1, h2, o2, c)
449 #define bus_space_copy_region_8(t, h1, o1, h2, o2, c) \ argument
450 __bs_copy(8, t, h1, o1, h2, o2, c)

123