Searched refs:a0 (Results 1 - 25 of 51) sorted by relevance

123

/haiku-fatelf/src/system/libroot/os/arch/m68k/
H A Datomic.S10 * d0,d1,a0,a1 are scratch regs, not to be saved.
26 move.l (4,%a7),%a0
27 move.l (%a0),%d0
30 cas.l %d0,%d1,(%a0)
39 move.l (4,%a7),%a0
40 move.l (%a0),%d0
43 cas.l %d0,%d1,(%a0)
52 move.l (4,%a7),%a0
53 move.l (%a0),%d0
56 cas.l %d0,%d1,(%a0)
[all...]
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_fax3.h222 printf("SETVAL: %d\t%d\n", RunLength + (x), a0); \
223 a0 += x; \
244 a0 += (x); \
288 if (a0 != lastx) { \
289 badlength(a0, lastx); \
290 while (a0 > lastx && pa > thisrun) \
291 a0 -= *--pa; \
292 if (a0 < lastx) { \
293 if (a0 < 0) \
294 a0
[all...]
H A Dtif_fax3.c109 int a0; /* reference element */ \
182 Fax3Unexpected(const char* module, TIFF* tif, uint32 a0) argument
185 tif->tif_name, tif->tif_row, (tif_long) a0);
187 #define unexpected(table, a0) Fax3Unexpected(module, tif, a0)
190 Fax3Extension(const char* module, TIFF* tif, uint32 a0) argument
194 tif->tif_name, tif->tif_row, (tif_long) a0);
196 #define extension(a0) Fax3Extension(module, tif, a0)
199 Fax3BadLength(const char* module, TIFF* tif, uint32 a0, uint3 argument
209 Fax3PrematureEOF(const char* module, TIFF* tif, uint32 a0) argument
971 uint32 a0 = 0; local
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtif_fax3.h222 printf("SETVALUE: %d\t%d\n", RunLength + (x), a0); \
223 a0 += x; \
244 a0 += (x); \
288 if (a0 != lastx) { \
289 badlength(a0, lastx); \
290 while (a0 > lastx && pa > thisrun) \
291 a0 -= *--pa; \
292 if (a0 < lastx) { \
293 if (a0 < 0) \
294 a0
[all...]
/haiku-fatelf/src/system/libroot/posix/arch/m68k/
H A Dsigsetjmp.S13 // a0: buffer, d0: saveMask
14 move.l (4,%a7),%a0
19 movem.l %d2-%d7/%a2-%a7,(%a0)
24 move.w %d0,(JMP_REGS_CCR,%a0)
25 move.l (%a7),(JMP_REGS_PC,%a0)
36 move.l (%a7)+,%a0
40 move.l %a0,-(%a7)
H A Dsiglongjmp.S14 // a0: buffer, d0: saveMask
15 move.l (4,%a7),%a0
19 movem.l (%a0),%d2-%d7/%a2-%a7
22 move.w (JMP_REGS_CCR,%a0),%d0
24 move.l (JMP_REGS_PC,%a0),(%a7)
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_030_asm.S21 move.l (4,%a7),%a0
22 pflush #0,#0,(%a0)
H A Darch_cpu_asm.S33 move.l #temp_vectors,%a0
34 movec %a0,%vbr
37 move.l 4(%sp),%a0
39 move.w (%a0),%d1
62 move.l #temp_vectors,%a0
63 movec %a0,%vbr
66 move.l 4(%sp),%a0
69 move.w %d1,(%a0)
H A Darch_040_asm.S28 move.l (4,%a7),%a0
29 pflush (%a0)
H A Darch_asm.S81 //passed through a0 or d0:d1 ?
92 movem.l %d0-%d7/%a0-%a7,-(%sp)
101 movem.l (%sp)+,%d0-%d7/%a0-%a7
114 move.l 4(%sp),%a0
115 jsr (%a0)
116 move.l 8(%sp),%a0
117 jsr (%a0)
118 move.l 12(%sp),%a0
119 jsr (%a0)
H A Darch_exceptions.S96 movem.l %d0-%d7/%a0-%a6,-(%sp) /* push the iframe address */
128 movem.l (%sp)+,%d0-%d7/%a0-%a6
/haiku-fatelf/src/system/libroot/posix/string/arch/m68k/
H A Darch_string.S17 move.l (8,%a7),%a0
22 move.b (%a0)+,(%a1)+
25 move.l (4,%a7),%a0
26 move.l %a0,%d0
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmemcmp.c97 op_t a0, b0; local
101 a0 = srcp1[0];
106 while (a0 == b0);
107 return a0 - b0;
120 op_t a0, a1; local
127 a0 = ((op_t *) srcp1)[0];
143 a0 = ((op_t *) srcp1)[0];
159 a0 = ((op_t *) srcp1)[0];
167 if (a0 != b0)
168 return CMP_LT_OR_GT (a0, b
205 op_t a0, a1, a2, a3; local
305 op_t a0; local
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmemcmp.c95 op_t a0, b0; local
99 a0 = ((byte *) srcp1)[0];
104 while (a0 == b0);
105 return a0 - b0;
118 op_t a0, a1; local
125 a0 = ((op_t *) srcp1)[0];
141 a0 = ((op_t *) srcp1)[0];
157 a0 = ((op_t *) srcp1)[0];
165 if (a0 != b0)
166 return CMP_LT_OR_GT (a0, b
203 op_t a0, a1, a2, a3; local
303 op_t a0; local
[all...]
/haiku-fatelf/src/libs/mapm/
H A Dmapm_cpi.c112 M_APM tmp1, tmp2, a0, b0, c0, a1, b1, sum, pow_2; local
117 a0 = M_get_stack_var();
127 m_apm_copy(a0, MM_One);
134 m_apm_add(tmp1, a0, b0);
137 m_apm_multiply(tmp1, a0, b0);
140 m_apm_subtract(tmp1, a0, b0);
159 m_apm_copy(a0, a1);
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dstage1.S87 lea.l str,%a0
89 move.b (%a0)+,%d0
108 movem.l %a0,-(%sp)
114 movem.l (%sp)+,%a0
H A Dshell.S100 movem.l %d1-%d7/%a0-%a6,-(%sp)
103 // lea _bs_entry(%pc),%a0
104 // move.l %a0,%d0
107 lea str,%a0
126 //lea label_floppy,%a0
147 lea msg_j1,%a0
160 lea failure_string,%a0
164 movem.l (%sp)+,%d1-%d7/%a0-%a6
269 movem.l %d0-%d2/%a0-%a2,-(%sp)
286 movem.l (%sp)+,%d0-%d2/%a0
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/m68k/
H A Dadd_n.S42 movel MEM_DISP(sp,16),R(a0)
52 movel MEM_POSTINC(a0),R(d0)
56 L(L1:) movel MEM_POSTINC(a0),R(d0)
H A Dsub_n.S42 movel MEM_DISP(sp,16),R(a0)
52 movel MEM_POSTINC(a0),R(d0)
56 L(L1:) movel MEM_POSTINC(a0),R(d0)
/haiku-fatelf/headers/os/arch/m68k/
H A Darch_debugger.h17 uint32 a0; member in struct:m68k_debug_cpu_state
/haiku-fatelf/headers/posix/arch/m68k/
H A Dsignal.h18 a0, a1, a2, a3, a4, a5, a6, a7; member in struct:vregs
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Dstage1.S117 lea window_name(%pc),%a0
118 move.l %a0,%d1
165 move.l _dosbase,%a0
166 move.l 0x16(%a0),%a0
190 lea alert_data(%pc),%a0
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Ddsp.c90 const int a0 = (d0 + d3) << 3; local
94 tmp[0 + i * 4] = (a0 + a1);
96 tmp[2 + i * 4] = (a0 - a1);
100 const int a0 = (tmp[0 + i] + tmp[12 + i]); local
104 out[0 + i] = (a0 + a1 + 7) >> 4;
106 out[8 + i] = (a0 - a1 + 7) >> 4;
115 const int a0 = in[0 + i] + in[12 + i]; local
119 tmp[0 + i] = a0 + a1;
120 tmp[8 + i] = a0 - a1;
126 const int a0 local
142 const int a0 = (in[0 * 16] + in[2 * 16]) << 2; local
152 const int a0 = (tmp[0 + i] + tmp[8 + i]); local
531 const int a0 = (in[0] + in[2]) << 2; local
541 const int a0 = (tmp[0 + i] + tmp[8 + i]); local
[all...]
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_dsp_simple.c90 (dsp_coeff->a0 * dsp_data[dsp_phase_index]
/haiku-fatelf/src/add-ons/media/plugins/ac3_decoder/liba52/
H A Dimdct.c112 #define BUTTERFLY(a0,a1,a2,a3,wr,wi) do { \
121 a2.real = a0.real - tmp1; \
122 a2.imag = a0.imag - tmp2; \
125 a0.real += tmp1; \
126 a0.imag += tmp2; \
133 #define BUTTERFLY_ZERO(a0,a1,a2,a3) do { \
138 a2.real = a0.real - tmp1; \
139 a2.imag = a0.imag - tmp2; \
142 a0.real += tmp1; \
143 a0
[all...]

Completed in 202 milliseconds

123