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

/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Dlshift.S25 src_ptr %o1
34 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
[all...]
H A Drshift.S25 src_ptr %o1
33 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,3
[all...]
H A Dadd_n.S28 s1_ptr %o1
37 add %o1,%g1,%o1 ! make s1_ptr point at end
45 ldx [%o1+%o5],%o3 ! load s1 limb
H A Dsub_n.S26 s1_ptr %o1
34 add %o1,%g1,%o1 ! make s1_ptr point at end
42 ldx [%o1+%o5],%o3 ! load s1 limb
H A Daddmul_1.S27 s1_ptr o1
39 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
H A Dmul_1.S27 s1_ptr o1
42 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.S27 s1_ptr o1
38 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
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Darch_start_kernel.S12 o1 - kernelEntry
28 // o1 = current CPU
31 mov %g0, %o1
/haiku/src/bin/fwcontrol/
H A Deui64.c159 unsigned int o0, o1, o2, o3, o4, o5, o6, o7; local
163 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7);
168 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7);
173 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7);
178 &o0, &o1, &o2, &o5, &o6, &o7);
186 &o0, &o1, &o2, &o5, &o6, &o7);
197 e->octet[1]=o1;
/haiku/headers/posix/arch/sparc64/
H A Dsignal.h26 ulong o1; member in struct:vregs
/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) \
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) \
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) \
287 bus_space_copy_region_4((t), (h1), (o1), (h2), (o2), (c))
/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) \
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) \
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) \
1106 bus_space_copy_region_4((t), (h1), (o1), (h2), (o2), (c))
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp206 cmp_offset(const void* o1, const void* o2) argument
208 off_t offset1 = *static_cast<const off_t*>(o1);
/haiku/headers/libs/agg/
H A Dagg_path_storage.h211 unsigned o1 = v1 & block_mask; local
213 T* pv1 = m_coord_blocks[b1] + (o1 << 1);
218 int8u cmd = m_cmd_blocks[b1][o1];
219 m_cmd_blocks[b1][o1] = m_cmd_blocks[b2][o2];
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp571 cmp_partition_position(const void* o1, const void* o2) argument
573 off_t offset1 = ((PartitionPosition*)o1)->offset;

Completed in 77 milliseconds