Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Dlshift.S34 add %o1,%g1,%o1 ! make %o1 point at end of src
35 ldx [%o1-8],%g2 ! load first limb
46 .Loop0: ldx [%o1-16],%g3
48 add %o1,-8,%o1
60 .Loop: ldx [%o1-16],%g3
66 ldx [%o1-24],%g2
72 ldx [%o1-32],%g3
78 ldx [%o1-40],%g2
84 add %o1,-32,%o1
H A Drshift.S33 ldx [%o1],%g2 ! load first limb
43 .Loop0: ldx [%o1+8],%g3
45 add %o1,8,%o1
57 .Loop: ldx [%o1+8],%g3
63 ldx [%o1+16],%g2
69 ldx [%o1+24],%g3
75 ldx [%o1+32],%g2
81 add %o1,32,%o1
H A Dsub_n.S34 add %o1,%g1,%o1 ! make s1_ptr point at end
42 ldx [%o1+%o5],%o3 ! load s1 limb
H A Dadd_n.S37 add %o1,%g1,%o1 ! make s1_ptr point at end
45 ldx [%o1+%o5],%o3 ! load s1 limb
H A Dmul_1.S42 srl %i3,0,%o1 ! extract low 32 bits of s2_limb
56 mulx %o1,%i0,%i4 ! lo product
58 mulx %o1,%g5,%l2 ! mid-2 product
H A Dsubmul_1.S38 srl %i3,0,%o1 ! extract low 32 bits of s2_limb
53 mulx %o1,%i0,%i4 ! lo product
55 mulx %o1,%g5,%l2 ! mid-2 product
H A Daddmul_1.S39 srl %i3,0,%o1 ! extract low 32 bits of s2_limb
54 mulx %o1,%i0,%i4 ! lo product
56 mulx %o1,%g5,%l2 ! mid-2 product
/haiku/src/bin/fwcontrol/
H A Deui64.c159 unsigned int o0, o1, o2, o3, o4, o5, o6, o7; in eui64_aton() local
163 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); in eui64_aton()
168 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); in eui64_aton()
173 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7); in eui64_aton()
178 &o0, &o1, &o2, &o5, &o6, &o7); in eui64_aton()
186 &o0, &o1, &o2, &o5, &o6, &o7); in eui64_aton()
197 e->octet[1]=o1; in eui64_aton()
/haiku/src/libs/compat/freebsd_network/compat/machine/generic/
H A Dbus.h282 #define bus_space_copy_region_stream_1(t, h1, o1, h2, o2, c) \ argument
283 bus_space_copy_region_1((t), (h1), (o1), (h2), (o2), (c))
284 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \ argument
285 bus_space_copy_region_2((t), (h1), (o1), (h2), (o2), (c))
286 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \ argument
287 bus_space_copy_region_4((t), (h1), (o1), (h2), (o2), (c))
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Darch_start_kernel.S31 mov %g0, %o1
/haiku/headers/posix/arch/sparc64/
H A Dsignal.h26 ulong o1; member
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dbus.h1101 #define bus_space_copy_region_stream_1(t, h1, o1, h2, o2, c) \ argument
1102 bus_space_copy_region_1((t), (h1), (o1), (h2), (o2), (c))
1103 #define bus_space_copy_region_stream_2(t, h1, o1, h2, o2, c) \ argument
1104 bus_space_copy_region_2((t), (h1), (o1), (h2), (o2), (c))
1105 #define bus_space_copy_region_stream_4(t, h1, o1, h2, o2, c) \ argument
1106 bus_space_copy_region_4((t), (h1), (o1), (h2), (o2), (c))
/haiku/headers/libs/agg/
H A Dagg_path_storage.h211 unsigned o1 = v1 & block_mask; in swap_vertices() local
213 T* pv1 = m_coord_blocks[b1] + (o1 << 1); in swap_vertices()
218 int8u cmd = m_cmd_blocks[b1][o1]; in swap_vertices()
219 m_cmd_blocks[b1][o1] = m_cmd_blocks[b2][o2]; in swap_vertices()
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp206 cmp_offset(const void* o1, const void* o2) in cmp_offset() argument
208 off_t offset1 = *static_cast<const off_t*>(o1); in cmp_offset()
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp571 cmp_partition_position(const void* o1, const void* o2) in cmp_partition_position() argument
573 off_t offset1 = ((PartitionPosition*)o1)->offset; in cmp_partition_position()