Searched refs:I0 (Results 1 – 8 of 8) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/bfin/ |
A D | memcpy.S | 34 I0 = R1; define 44 R1 = [I0++]; 47 .Lquad_loop: MNOP || [P0++] = R1 || R1 = [I0++]; 51 .Lquad_loop_e: R1 = [I0++]; 56 P3 = I0; /* Ammend P3 for remaining copy */
|
A D | memcmp.S | 34 I0 = R1; /* s2 */ define 48 MNOP || R0 = [P0++] || R1 = [I0++]; 51 R1 = [I0++]; 58 P3 = I0; /* s2 */ 88 P3 = I0; /* quads, and increase the*/
|
A D | memmove.S | 49 I0 = P3; define 55 R1 = [I0++]; 59 .Lquad_loop: MNOP || [P0++] = R1 || R1 = [I0++]; 63 .Lquad_loop_e: R1 = [I0++]; 68 P3 = I0; /* Ammend P3 to updated ptr. */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/ |
A D | bsd-_setjmp.S | 54 R0 = I0; /* Index Registers */
|
A D | setjmp.S | 55 R0 = I0; /* Index Registers */
|
A D | __longjmp.S | 59 I0 = R0; define
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/ |
A D | op-2.h | 151 #define __FP_FRAC_SET_2(X,I1,I0) (X##_f0 = I0, X##_f1 = I1) argument
|
A D | op-4.h | 522 #define __FP_FRAC_SET_4(X,I3,I2,I1,I0) \ argument 523 (X##_f[3] = I3, X##_f[2] = I2, X##_f[1] = I1, X##_f[0] = I0)
|
Completed in 10 milliseconds