Searched refs:XRC (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dppc-opc.c979 #define XRC(op, xop, rc) (X ((op), (xop)) | ((rc) & 1))
982 #define X_MASK XRC (0x3f, 0x3ff, 1)
1945 { "slw", XRC(31,24,0), X_MASK, PPC, { RA, RS, RB } },
1946 { "sl", XRC(31,24,0), X_MASK, POWER, { RA, RS, RB } },
1947 { "slw.", XRC(31,24,1), X_MASK, PPC, { RA, RS, RB } },
1948 { "sl.", XRC(31,24,1), X_MASK, POWER, { RA, RS, RB } },
1950 { "cntlzw", XRC(31,26,0), XRB_MASK, PPC, { RA, RS } },
1951 { "cntlz", XRC(31,26,0), XRB_MASK, POWER, { RA, RS } },
1952 { "cntlzw.", XRC(31,26,1), XRB_MASK, PPC, { RA, RS } },
1953 { "cntlz.", XRC(3
976 #define XRC macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dppc-opc.c1670 #define XRC(op, xop, rc) (X ((op), (xop)) | ((rc) & 1))
1676 #define X_MASK XRC (0x3f, 0x3ff, 1)
2035 { "mulchw", XRC(4,168,0), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2036 { "mulchw.", XRC(4,168,1), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2037 { "mulchwu", XRC(4,136,0), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2038 { "mulchwu.", XRC(4,136,1), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2039 { "mulhhw", XRC(4,40,0), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2040 { "mulhhw.", XRC(4,40,1), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2041 { "mulhhwu", XRC(4,8,0), X_MASK, PPC405|PPC440, { RT, RA, RB } },
2042 { "mulhhwu.", XRC(
1667 #define XRC macro
[all...]

Completed in 77 milliseconds