Home
last modified time | relevance | path

Searched refs:ret1 (Results 1 – 15 of 15) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/bn/asm/
Dpa-risc2.s7 ; in %ret0 and %ret1 vs just %ret0 as is done in 64-bit
48 ; return values ; r28,r29 (ret0,ret1)
144 COPY %r0,%ret1 ; return 0 by default
220 ADD %ret1,lt_0,lt_0 ; lt[0] = lt[0] + c;
231 ADD,DC ht_1,%r0,%ret1 ; ht[1]++
271 ADD %ret1,tmp_0,lt_0 ; lt = lt + c;
274 ADD,DC ht_0,%r0,%ret1 ; ht++
280 EXTRD,U %ret1,31,32,%ret0 ; for 32-bit, return in ret0/ret1
314 COPY %r0,%ret1 ; return 0 by default
386 ADD %ret1,lt_0,lt_0 ; lt = lt + c (ret1);
[all …]
Dpa-risc2W.s42 ; return values ; r28 (ret0,ret1)
/freebsd-9-stable/contrib/nvi/vi/
Dv_section.c134 goto ret1;
148 ret1: if (db_get(sp, --lno, DBG_FATAL, NULL, &len))
220 goto ret1;
241 ret1: if (vp->m_start.cno == 0) {
Dvs_line.c167 goto ret1;
334 goto ret1;
398 goto ret1;
460 ret1: (void)gp->scr_move(sp, oldy, oldx);
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
Dtst.ret.s34 ENTRY(ret1)
36 SET_SIZE(ret1)
90 call ret1
/freebsd-9-stable/contrib/gdtoa/
Ddtoa.c397 goto ret1;
421 goto ret1;
468 case 0: goto ret1;
491 goto ret1;
762 ret1:
Dgdtoa.c402 goto ret1;
471 goto ret1;
499 goto ret1;
756 ret1:
/freebsd-9-stable/lib/libutil/
Duucplock.c116 goto ret1; in uu_lock()
119 ret1: in uu_lock()
/freebsd-9-stable/lib/libc/ia64/sys/
Dfork.S33 cmp.ne p7,p0=ret1,r0 /* ret1!=0 for child */
DOvfork.S33 cmp.ne p7,p0=ret1,r0 /* ret1!=0 for child */
Dpipe.S44 st4 [r14]=ret1
/freebsd-9-stable/contrib/bsnmp/lib/
Dsnmpagent.c628 int ret, ret1; in snmp_dep_rollback() local
632 ret1 = SNMP_ERR_NOERROR; in snmp_dep_rollback()
647 if (ret1 == SNMP_ERR_NOERROR) in snmp_dep_rollback()
648 ret1 = ret; in snmp_dep_rollback()
651 return (ret1); in snmp_dep_rollback()
/freebsd-9-stable/contrib/binutils/gas/doc/
Dc-ia64.texi151 @samp{ret0} (@samp{r8}), @samp{ret1} (@samp{r9}), @samp{ret2} (@samp{r10}),
/freebsd-9-stable/contrib/gcc/
Dc-typeck.c1261 tree ret1, ret2; in function_types_compatible_p() local
1263 ret1 = TREE_TYPE (f1); in function_types_compatible_p()
1268 if (TYPE_VOLATILE (ret1) != TYPE_VOLATILE (ret2)) in function_types_compatible_p()
1270 if (TYPE_VOLATILE (ret1)) in function_types_compatible_p()
1271 ret1 = build_qualified_type (TYPE_MAIN_VARIANT (ret1), in function_types_compatible_p()
1272 TYPE_QUALS (ret1) & ~TYPE_QUAL_VOLATILE); in function_types_compatible_p()
1276 val = comptypes_internal (ret1, ret2); in function_types_compatible_p()
Ddwarf2out.c9130 dw_loc_descr_ref ret, ret1; in loc_descriptor_from_tree_1() local
9196 ret1 = new_loc_descr (DW_OP_GNU_push_tls_address, 0, 0); in loc_descriptor_from_tree_1()
9197 add_loc_descr (&ret, ret1); in loc_descriptor_from_tree_1()
9435 ret1 = loc_descriptor_from_tree_1 (TREE_OPERAND (loc, 1), 0); in loc_descriptor_from_tree_1()
9436 if (ret == 0 || ret1 == 0) in loc_descriptor_from_tree_1()
9439 add_loc_descr (&ret, ret1); in loc_descriptor_from_tree_1()