Searched refs:getRn (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dfpa11_cpdt.c229 pBase = (unsigned int __user *) readRegister(getRn(opcode));
230 if (REG_PC == getRn(opcode)) {
263 writeRegister(getRn(opcode), (unsigned long) pFinal);
277 pBase = (unsigned int __user *) readRegister(getRn(opcode));
278 if (REG_PC == getRn(opcode)) {
314 writeRegister(getRn(opcode), (unsigned long) pFinal);
323 pBase = (unsigned int __user *) readRegister(getRn(opcode));
324 if (REG_PC == getRn(opcode)) {
350 writeRegister(getRn(opcode), (unsigned long) pFinal);
359 pBase = (unsigned int __user *) readRegister(getRn(opcod
[all...]
H A Dfpopcode.h354 #define getRn(opcode) ((opcode & MASK_Rn) >> 16) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dfpa11_cpdt.c212 pBase = (unsigned int*)readRegister(getRn(opcode));
213 if (REG_PC == getRn(opcode))
235 if (write_back) writeRegister(getRn(opcode),(unsigned int)pFinal);
247 pBase = (unsigned int*)readRegister(getRn(opcode));
248 if (REG_PC == getRn(opcode))
270 if (write_back) writeRegister(getRn(opcode),(unsigned int)pFinal);
279 pBase = (unsigned int*)readRegister(getRn(opcode));
280 if (REG_PC == getRn(opcode))
302 if (write_back) writeRegister(getRn(opcode),(unsigned int)pFinal);
311 pBase = (unsigned int*)readRegister(getRn(opcod
[all...]
H A Dfpopcode.h352 #define getRn(opcode) ((opcode & MASK_Rn) >> 16) macro

Completed in 118 milliseconds