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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_32_sr.S103 #define KVM_LOAD_BAT(n, reg, RA, RB) \
105 lwz RB,(n*16)+4(reg); \
107 mtspr SPRN_IBAT##n##L,RB; \
109 lwz RB,(n*16)+12(reg); \
111 mtspr SPRN_DBAT##n##L,RB; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S88 3: .long 0x20000000 ! RB=1
141 2: .long 0x20000000 ! RB=1
142 3: .long 0xdfffffff ! RB=0
H A Dentry.S506 1: .long 0xcfffffff ! RB=0, BL=0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_color.c173 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)((RW)-(RB)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dhead_32.S62 mov.l 1f, r0 ! MD=1, RB=0, BL=0, IMASK=0xF
333 1: .long 0x400080F0 ! MD=1, RB=0, BL=0, FD=1, IMASK=0xF
H A Drelocate_kernel.S226 .long 0x20000000 ! RB=1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dmisc_64.S304 #define LBZCIX(RT,RA,RB) .long (0x7c0006aa|(RT<<21)|(RA<<16)|(RB << 11))
305 #define STBCIX(RS,RA,RB) .long (0x7c0007aa|(RS<<21)|(RA<<16)|(RB << 11))
H A Dhead_32.S39 #define LOAD_BAT(n, reg, RA, RB) \
45 lwz RB,(n*16)+4(reg); \
47 mtspr SPRN_IBAT##n##L,RB; \
50 lwz RB,(n*16)+12(reg); \
52 mtspr SPRN_DBAT##n##L,RB; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dtraps_mm.h110 #define RB (0x1000) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlvm.c491 #define RB(i) check_exp(getBMode(GET_OPCODE(i)) == OpArgR, base+GETARG_B(i)) macro
558 setobjs2s(L, ra, RB(i));
589 Protect(luaV_gettable(L, RB(i), RKC(i), ra));
613 StkId rb = RB(i);
636 TValue *rb = RB(i);
646 TValue *rb = RB(i);
651 Protect(luaV_objlen(L, ra, RB(i)));
701 TValue *rb = RB(i);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dmain.c2048 #define RB (sizeof(u32) * RW) macro
2058 BUILD_BUG_ON(RB > AR9170_MAX_CMD_LEN - 4);
2061 BUILD_BUG_ON(sizeof(ar->eeprom) % RB);
2064 for (i = 0; i < sizeof(ar->eeprom)/RB; i++) {
2067 RB * i + 4 * j);
2070 RB, (u8 *) &offsets,
2071 RB, eeprom + RB * i);
2077 #undef RB macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dsleep.S241 rb_bit: .long 0x20000000 ! RB=1
403 _rb_bit: .long 0x20000000 ! RB=1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-sa1100.S149 mcr p15, 0, ip, c9, c0, 0 @ invalidate RB
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dtraps.c1021 if (ssw & RB)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsha.cpp212 RB##r(i, edx, edi )/* H + Wt + Kt + Ch(E,F,G) */\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin2611 �k���A����&0��V���6�z����� �=� 4}h�{��L� ��RB!�P�o �6dvP��r��S�KQ8�C9�B��a�Y�q�a���,�:�Y�8�$�L'y�LcIZ�@@Sp�R�x���fi�����~�x@��,��|�Pr}����6?9���e�����e��S���{a�p^�!��Z��d��U��0"��d}��K R
4324 eg#����RBK�~P����0������R$#!r�Xae.��
8396 i~����5/p��`3���V�RB���D���i���\��>�Y�$��LB�}Y�r�����F�i���i\%����6l�+ul������l`�J���/!6���)ui%.�������G�k������1a��Z����a��Dfz�~
9725 �#��gN�����6s�����9��~����T�X��� b��N7����)sX�e���/�����z�����aQ��!e��.7���z:��m����t���$s��Jr'_�8�!uL��- wE��&�� ��g������b���P$����t���[|��]���/ �M������A5�Si�����-���sZr�2 ���������@�����+������$d�$��|��K�BB�RI�R ��K��R� � ����@f8��RB������$��D#��0�_nZU���'�����\S��R�;��m����r�������w�TGa���A��b�����Qa�L��4dJ��4�=�8�K�MJ��X��Y&�W:,U2��YM$������] ���K!��Wn����"���|��L�p�M� �+�.�{\�x�h3,$R E'k$��������6WM�_���"V� Zo
10537 ��L����>�i�{��r_��+K��#g@�����|W9�K��-O���QA�U>Wn>�����62*%�=��7 $?�K��n,���_� ���+��3C�RB�D�@|������5�%$t�;�(/����lE)����������W��H��BQ���� ���J��=u�s��i���,a�������/���:���1G�Ug!��~T���r��]�����-����C�w�x��e��&�X���m3�\,35?�?��1�j!� ���u>���}L��y���)����;G��_f���������i?Y�>k�s����� ���ys�j|?F�0-�K2bJ���xqn��� �7�f�#�� ��7�-�������&���,i�P��%�(}�(�<�h�J2 ���yy �C����E?���*�THR��P5GH@�p�ly����Z&-�&��Y\ �R��r�4�
14299 >����nS�0��qF;���/�`V��s������Y���(al�o}�i���Ehr����P~��K���W��&w�Qx����UD��61ZO���RB�����?�D�N{�����1���sj2�������n��{�:d�j2h:�+�P��&9��m������3��.%DB�QT)tBp�V��N���S �p���O���+��`2
15274 �Z � 3A9RB������ �P���n�N�i���2��Jr."���-8G����8�P�����t�I��,< h���#I��Rm"���������O�# ��qj��H��|��GP: ht�6�����
[all...]

Completed in 346 milliseconds