Home
last modified time | relevance | path

Searched refs:R2 (Results 1 – 25 of 68) sorted by relevance

123

/linux-3.4.99/arch/blackfin/lib/
Dudivsi3.S23 R2 = R1 << 16; define
24 CC = R2 <= R0 (IU);
27 R2 = R0 >> 31; /* if X is a 31-bit number */ define
29 R2 = R2 | R3; /* then it's okay to use the DIVQ builtins (fallthrough to fast)*/ define
30 CC = R2;
90 R2 = R0 >> 16; define
92 R2 = R3 - R2; /* shifted divisor < upper 16 bits of dividend */ define
111 R2.L = ONES R1;
112 R2 = R2.L (Z); define
113 CC = R2 == 1;
[all …]
Dmemset.S28 P2 = R2 ; /* P2 = count */
29 R3 = R0 + R2; /* end */
30 CC = R2 <= 7(IU);
33 R2 = 3; define
34 R2 = R0 & R2; /* addr bottom two bits */ define
35 CC = R2 == 0; /* AZ set if zero. */
40 R2 = R1 << 8; /* create quad filler */ define
41 R2.L = R2.L + R1.L(NS);
42 R2.H = R2.L + R1.H(NS);
47 [P0++] = R2;
[all …]
Ddivsi3.S100 R2.L = ONES R1;
101 R2 = R2.L (Z); define
102 CC = R2 == 1;
112 R2 = -R1; define
113 [--SP] = R2;
114 R2 = R0 << 1; /* R2 lsw of dividend */ define
119 R2 = R2 | R5; /* Shift quotient bit */ define
123 .Llst: R7 = R2 >> 31; /* record copy of carry from R2 */
124 R2 = R2 << 1; /* Shift 64 bit dividend up by 1 bit */ define
135 .Llend: R2 = R2 + R5; /* and then set shifted-in value to
[all …]
Douts.S16 CC = R2 == 0;
20 P2 = R2; /* P2 = count */
29 CC = R2 == 0;
33 P2 = R2; /* P2 = count */
42 CC = R2 == 0;
46 P2 = R2; /* P2 = count */
55 CC = R2 == 0;
59 P2 = R2; /* P2 = count */
Dmuldi3.S51 A0 = R2.H * R1.L, A1 = R2.L * R1.H (FU) || R3 = [SP + 12]; /* E1 */
56 A0 += R2.l * R1.l (FU); /* E2 */
58 A1 = R2.L * R0.L (FU); /* E4 */
61 A0 += R2.H * R0.H, A1 += R2.L * R0.H (FU); /* E2, E3c */
62 A1 += R0.L * R2.H (FU); /* E3c */
Dsmulsi3_highpart.S18 R2 = R1.L * R0.L (FU); define
22 R1.L = R2.H + R1.L;
24 R2 = cc; define
31 R1 = R1 + R2;
32 R2 = cc; define
33 R1 = R1 + R2;
Dstrncpy.S27 CC = R2 == 0;
30 P2 = R2 ; /* size */
49 R2 = LC0; define
50 CC = R2
57 CC = R2 < R3;
60 R2 += -1;
Dmemmove.S23 P2 = R2; /* P2 = count */
29 R3 = R1 + R2;
34 CC = R2 <= R3;
45 R2 = R2 & R3; /* remainder */ define
46 P2 = R2; /* set remainder */
Dmemcmp.S25 P2 = R2 ; /* P2 = count */
26 CC = R2 <= 7(IU);
36 R2 = R2 & R3; /* remainder */ define
37 P2 = R2; /* set remainder */
Dmemcpy.S32 CC = R2 <= 0; /* length not positive? */
37 P2 = R2 ; /* length */
42 R3 = R1 + R2;
61 P2 = R2;
89 R3 = R2 & R3;
Dstrncmp.S25 CC = R2 == 0;
37 R2 += -1; /* no, adjust count */
38 CC = R2 == 0;
Dmemchr.S23 P2 = R2; /* P2 = count */
25 CC = R2 == 0;
Dumulsi3_highpart.S18 R2 = R1.H * R0.H, R3 = R1.L * R0.H (FU); define
28 R0 = R1 + R2;
/linux-3.4.99/arch/x86/crypto/
Dtwofish-x86_64-asm_64.S51 #define R2 %rcx macro
242 encrypt_round(R0,R1,R2,R3,0);
243 encrypt_round(R2,R3,R0,R1,8);
244 encrypt_round(R0,R1,R2,R3,2*8);
245 encrypt_round(R2,R3,R0,R1,3*8);
246 encrypt_round(R0,R1,R2,R3,4*8);
247 encrypt_round(R2,R3,R0,R1,5*8);
248 encrypt_round(R0,R1,R2,R3,6*8);
249 encrypt_round(R2,R3,R0,R1,7*8);
250 encrypt_round(R0,R1,R2,R3,8*8);
[all …]
Dtwofish-i586-asm_32.S247 encrypt_round(R0,R1,R2,R3,0);
248 encrypt_round(R2,R3,R0,R1,8);
249 encrypt_round(R0,R1,R2,R3,2*8);
250 encrypt_round(R2,R3,R0,R1,3*8);
251 encrypt_round(R0,R1,R2,R3,4*8);
252 encrypt_round(R2,R3,R0,R1,5*8);
253 encrypt_round(R0,R1,R2,R3,6*8);
254 encrypt_round(R2,R3,R0,R1,7*8);
255 encrypt_round(R0,R1,R2,R3,8*8);
256 encrypt_round(R2,R3,R0,R1,9*8);
[all …]
Daes-x86_64-asm_64.S25 #define R2 %rbx macro
134 prologue(FUNC,KEY,B128,B192,R2,R8,R7,R9,R1,R3,R4,R6,R10,R5,R11)
136 #define return epilogue(R8,R2,R9,R7,R5,R6,R3,R4,R11)
139 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4) \
140 move_regs(R1,R2,R5,R6)
143 round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4)
146 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4) \
147 move_regs(R1,R2,R5,R6)
150 round(TAB,OFFSET,R2,R1,R4,R3,R6,R5,R7,R10,R5,R6,R3,R4)
/linux-3.4.99/arch/blackfin/mach-common/
Ddpmc_modes.S26 CLI R2;
29 STI R2;
35 R2 = IWR_DISABLE_ALL; define
70 R2 = IWR_DISABLE_ALL; define
77 CLI R2;
91 P5 = R2;
95 R2 = IWR_DISABLE_ALL; define
122 R2 = 0x0404(Z); define
123 R1 = R1|R2;
125 R2 = DEPOSIT(R7, R1); define
[all …]
Dcache.S31 R2 = -L1_CACHE_BYTES; define
34 R0 = R0 & R2;
38 R1 = R1 & R2;
42 R2 = R1 - R0; define
43 R2 >>= L1_CACHE_SHIFT;
44 P1 = R2;
/linux-3.4.99/arch/parisc/kernel/
Dunaligned.c119 #define R2(i) (((i)>>16)&0x1f) macro
505 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0)<<shift; in handle_unaligned()
507 newbase += (R2(regs->iir)?regs->gr[R2(regs->iir)]:0); in handle_unaligned()
554 ret = emulate_sth(regs, R2(regs->iir)); in handle_unaligned()
559 ret = emulate_stw(regs, R2(regs->iir),0); in handle_unaligned()
572 ret = emulate_std(regs, R2(regs->iir),0); in handle_unaligned()
616 ret = emulate_ldd(regs,R2(regs->iir),1); in handle_unaligned()
620 ret = emulate_std(regs, R2(regs->iir),1); in handle_unaligned()
623 ret = emulate_ldd(regs, R2(regs->iir),0); in handle_unaligned()
626 ret = emulate_std(regs, R2(regs->iir),0); in handle_unaligned()
[all …]
/linux-3.4.99/arch/hexagon/kernel/
Dvm_entry.S73 R2.H = #HI(_THREAD_SIZE); } \
76 R2.L = #LO(_THREAD_SIZE); } \
79 R2 = neg(R2); } \
82 R2 = and(R0,R2); } \
84 THREADINFO_REG = R2; } \
87 R2 = #-1; } \
88 { memw(R0 + #_PT_SYSCALL_NR) = R2; \
/linux-3.4.99/arch/s390/kernel/
Dsclp.S24 # R2 = 0 for no timeout, non-zero for timeout in (approximated) seconds
27 # R2 = 0 on interrupt, 2 on timeout
28 # R3 = external interruption parameter if R2=0
103 # R2 = command word
107 # R2 = 0 on success, 1 on failure
108 # R3 = sccb response code if R2 = 0
137 # R2 = 0 to activate, non-zero to deactivate
140 # R2 = 0 on success, non-zero on failure
197 # R2 = address of nil-terminated ASCII text
200 # R2 = 0 on success, 1 on failure
[all …]
/linux-3.4.99/Documentation/hwmon/
Dltc426139 real voltage by multiplying the reported value with (R1+R2)/R2, where R1 is the
40 value of the divider resistor against the measured voltage and R2 is the value
/linux-3.4.99/arch/blackfin/mach-bf561/
Dsecondary.S140 CLI R2;
143 STI R2;
/linux-3.4.99/arch/sh/boards/
DKconfig297 bool "Magic Panel R2"
301 Select Magic Panel R2 if configuring for Magic Panel R2.
351 menu "Magic Panel R2 options"
357 Set the version of the Magic Panel R2
/linux-3.4.99/arch/mips/powertv/
DKconfig15 R1 - RNG-100 R2 - RNG-200

123