Home
last modified time | relevance | path

Searched refs:o0 (Results 1 – 12 of 12) sorted by relevance

/dragonfly/lib/libc/net/
H A Deui64.c148 unsigned int o0, o1, o2, o3, o4, o5, o6, o7; in eui64_aton() local
152 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); in eui64_aton()
157 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); in eui64_aton()
162 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); in eui64_aton()
167 &o0, &o1, &o2, &o5, &o6, &o7); in eui64_aton()
175 &o0, &o1, &o2, &o5, &o6, &o7); in eui64_aton()
185 e->octet[0]=o0; in eui64_aton()
H A Dether_addr.c93 unsigned int o0, o1, o2, o3, o4, o5; in ether_aton_r() local
95 i = sscanf(a, "%x:%x:%x:%x:%x:%x", &o0, &o1, &o2, &o3, &o4, &o5); in ether_aton_r()
98 e->octet[0]=o0; in ether_aton_r()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dwide-int.cc1150 x = o0 + o1 + carry; in add_large()
1153 carry = carry == 0 ? x < o0 : x <= o0; in add_large()
1175 o0 <<= shift; in add_large()
1179 *overflow = (x < o0); in add_large()
1382 o0 = op1.to_shwi (); in mul_internal()
1387 o0 = op1.to_uhwi (); in mul_internal()
1391 r = o0 * o1; in mul_internal()
1547 borrow = borrow == 0 ? o0 < o1 : o0 <= o1; in sub_large()
1562 unsigned HOST_WIDE_INT x = (o0 ^ o1) & (val[len - 1] ^ o0); in sub_large()
1569 o0 <<= shift; in sub_large()
[all …]
H A Dcombine.c10115 rtx o0, o1; in simplify_and_const_int_1() local
10117 o0 = simplify_and_const_int (NULL_RTX, mode, XEXP (varop, 0), constop); in simplify_and_const_int_1()
10119 if (o0 == const0_rtx) in simplify_and_const_int_1()
10122 return o0; in simplify_and_const_int_1()
H A Dtarget.def631 e.g.@: @samp{%o0} on a sparc. The addition must preserve the values of\n\
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-sparc.texi741 add %g7, %o0, %o0, %tie_add(symbol)
746 add %g7, %o0, %o0, %tie_add(symbol)
783 ldn [%o0], %o1
785 stn %o1, [%o0]
798 ld [%o0], %o1
799 lda [%o0] %asi, %o2
800 st %o1, [%o0]
801 sta %o2, [%o0] %asi
805 cas [%o0], %o1, %o2
813 ldx [%o0], %o1
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsimplify-rtx.c3551 double_int o0, o1, res, tmp; in simplify_const_binary_operation() local
3565 res = double_int_add (o0, o1); in simplify_const_binary_operation()
3569 res = double_int_mul (o0, o1); in simplify_const_binary_operation()
3574 o0.low, o0.high, o1.low, o1.high, in simplify_const_binary_operation()
3582 o0.low, o0.high, o1.low, o1.high, in simplify_const_binary_operation()
3590 o0.low, o0.high, o1.low, o1.high, in simplify_const_binary_operation()
3598 o0.low, o0.high, o1.low, o1.high, in simplify_const_binary_operation()
3605 res = double_int_and (o0, o1); in simplify_const_binary_operation()
3609 res = double_int_ior (o0, o1); in simplify_const_binary_operation()
3613 res = double_int_xor (o0, o1); in simplify_const_binary_operation()
[all …]
H A Dcombine.c9526 rtx o0, o1; in simplify_and_const_int_1() local
9528 o0 = simplify_and_const_int (NULL_RTX, mode, XEXP (varop, 0), constop); in simplify_and_const_int_1()
9530 if (o0 == const0_rtx) in simplify_and_const_int_1()
9533 return o0; in simplify_and_const_int_1()
/dragonfly/sys/net/
H A Dif_ethersubr.c1684 unsigned int o0, o1, o2, o3, o4, o5; in kether_aton() local
1690 n = ksscanf(macstr, "%x:%x:%x:%x:%x:%x", &o0, &o1, &o2, in kether_aton()
1695 addr[0] = o0; in kether_aton()
/dragonfly/etc/
H A Dgettytab98 :o0#0x00000007:o1#0x00000002:o2#0x00000007:\
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi4872 e.g.@: @samp{%o0} on a sparc. The addition must preserve the values of
H A Dtm.texi.in4809 e.g.@: @samp{%o0} on a sparc. The addition must preserve the values of