Searched refs:RB (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dppc-opc.c409 /* The RB field in an X, XO, M, or MDS form instruction. */
410 #define RB RAOPT + 1
414 /* The RB field in an X form instruction when it must be the same as
417 #define RBS RB + 1
1354 /* The RB field in an X form instruction when it must be the same as
1684 /* An X_MASK with the RB field fixed. */
1693 /* An X_MASK with the RA and RB fields fixed. */
1788 /* An XO_MASK with the RB field fixed. */
1987 { "macchw", XO(4,172,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1988 { "macchw.", XO(4,172,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
408 #define RB macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dppc-opc.c309 /* The RB field in an X, XO, M, or MDS form instruction. */
310 #define RB (44)
314 /* The RB field in an X form instruction when it must be the same as
794 /* The RB field in an X form instruction when it must be the same as
987 /* An X_MASK with the RB field fixed. */
993 /* An X_MASK with the RA and RB fields fixed. */
1058 /* An XO_MASK with the RB field fixed. */
1818 { "rlmi", M(22,0), M_MASK, POWER|M601, { RA,RS,RB,MBE,ME } },
1819 { "rlmi.", M(22,1), M_MASK, POWER|M601, { RA,RS,RB,MBE,ME } },
1821 { "rotlw", MME(23,31,0), MMBME_MASK, PPC, { RA, RS, RB } },
308 #define RB macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dhead.S53 mov.l 1f, r0 ! MD=1, RB=0, BL=0, IMASK=0xF
107 1: .long 0x400080F0 ! MD=1, RB=0, BL=0, FD=1, IMASK=0xF
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dsleep.S172 mcr p15, 0, r1, c9, c0, 0 @ invalidate RB
173 mcr p15, 0, r1, c9, c0, 5 @ allow user space to use RB
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmisc_64.S317 #define LBZCIX(RT,RA,RB) .long (0x7c0006aa|(RT<<21)|(RA<<16)|(RB << 11))
318 #define STBCIX(RS,RA,RB) .long (0x7c0007aa|(RS<<21)|(RA<<16)|(RB << 11))
H A Dhead_32.S40 #define LOAD_BAT(n, reg, RA, RB) \
46 lwz RB,(n*16)+4(reg); \
48 mtspr SPRN_IBAT##n##L,RB; \
51 lwz RB,(n*16)+12(reg); \
53 mtspr SPRN_DBAT##n##L,RB; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dtraps.h110 #define RB (0x1000) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S199 mov.l 1f, r9 ! BL =1, RB=1, IMASK=0x0F
239 or r9, r8 ! BL =1, RB=1
492 * a marker in r2 (now r2_bank since SR.RB changed), which we check
496 * INTEVT read until there. As a bonus, we can also clean up the SR.RB
515 3: .long 0xcfffffff ! RB=0, BL=0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dhead.S40 #define LOAD_BAT(n, reg, RA, RB) \
46 lwz RB,(n*16)+4(reg); \
48 mtspr SPRN_IBAT##n##L,RB; \
51 lwz RB,(n*16)+12(reg); \
53 mtspr SPRN_DBAT##n##L,RB; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-sa1100.S153 mcr p15, 0, ip, c9, c0, 0 @ invalidate RB
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dtraps.c1014 if (ssw & RB)

Completed in 117 milliseconds