Searched refs:I1 (Results 1 - 9 of 9) sorted by relevance
/arch/blackfin/lib/ |
H A D | memcpy.S | 74 I1 = P1; define 75 R3 = [I1++]; 80 R3 = [I1++]; 84 MNOP || [P0++] = R3 || R3 = [I1++]; 91 P1 = I1; /* in case there's something left, */
|
H A D | memmove.S | 20 I1 = P3; define 65 P3 = I1; 72 .Lfinished: P3 = I1; 90 P3 = I1;
|
H A D | memcmp.S | 22 I1 = P3; define 69 P3 = I1; 89 P3 = I1;
|
H A D | strncpy.S | 68 I1 = R0; define 75 R0 = I1;
|
/arch/blackfin/kernel/cplb-mpu/ |
H A D | Makefile | 7 CFLAGS_cplbmgr.o := -ffixed-I0 -ffixed-I1 -ffixed-I2 -ffixed-I3 \
|
/arch/blackfin/kernel/cplb-nompu/ |
H A D | Makefile | 7 CFLAGS_cplbmgr.o := -ffixed-I0 -ffixed-I1 -ffixed-I2 -ffixed-I3 \
|
/arch/sparc/crypto/ |
H A D | aes_asm.S | 6 #define ENCRYPT_TWO_ROUNDS(KEY_BASE, I0, I1, T0, T1) \ 7 AES_EROUND01(KEY_BASE + 0, I0, I1, T0) \ 8 AES_EROUND23(KEY_BASE + 2, I0, I1, T1) \ 10 AES_EROUND23(KEY_BASE + 6, T0, T1, I1) 12 #define ENCRYPT_TWO_ROUNDS_2(KEY_BASE, I0, I1, I2, I3, T0, T1, T2, T3) \ 13 AES_EROUND01(KEY_BASE + 0, I0, I1, T0) \ 14 AES_EROUND23(KEY_BASE + 2, I0, I1, T1) \ 18 AES_EROUND23(KEY_BASE + 6, T0, T1, I1) \ 22 #define ENCRYPT_TWO_ROUNDS_LAST(KEY_BASE, I0, I1, T0, T1) \ 23 AES_EROUND01(KEY_BASE + 0, I0, I1, T [all...] |
H A D | camellia_asm.S | 6 #define CAMELLIA_6ROUNDS(KEY_BASE, I0, I1) \ 7 CAMELLIA_F(KEY_BASE + 0, I1, I0, I1) \ 8 CAMELLIA_F(KEY_BASE + 2, I0, I1, I0) \ 9 CAMELLIA_F(KEY_BASE + 4, I1, I0, I1) \ 10 CAMELLIA_F(KEY_BASE + 6, I0, I1, I0) \ 11 CAMELLIA_F(KEY_BASE + 8, I1, I0, I1) \ 12 CAMELLIA_F(KEY_BASE + 10, I0, I1, I [all...] |
/arch/blackfin/include/asm/ |
H A D | dpmc.h | 368 I1 = I0; 375 I1.L = lo(DCPLB_ADDR0); 425 FP = I1; 510 I1 = I0; 517 I1.L = lo(DCPLB_ADDR15); 587 FP = I1;
|
Completed in 103 milliseconds