Searched refs:MDS (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Ddram_init.S26 ; Refer to BIF MDS for a description of SDRAM initialization
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dppc-opc.c269 /* The MB or ME field in an MD or MDS form instruction. The high
287 /* The RA field in an D, DS, X, XO, M, or MDS form instruction. */
309 /* The RB field in an X, XO, M, or MDS form instruction. */
320 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
693 /* The MB or ME field in an MD or MDS form instruction. The high bit
964 /* An MDS form instruction. */
965 #define MDS(op, xop, rc) (OP (op) | (((xop) & 0xf) << 1) | ((rc) & 1))
966 #define MDS_MASK MDS (0x3f, 0xf, 1)
1863 { "rotld", MDS(30,8,0), MDSMB_MASK, PPC|B64, { RA, RS, RB } },
1864 { "rldcl", MDS(3
962 #define MDS macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dppc-opc.c352 /* The MB or ME field in an MD or MDS form instruction. The high
374 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
409 /* The RB field in an X, XO, M, or MDS form instruction. */
420 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
1221 /* The MB or ME field in an MD or MDS form instruction. The high bit
1634 /* An MDS form instruction. */
1635 #define MDS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0xf) << 1) | ((rc) & 1))
1636 #define MDS_MASK MDS (0x3f, 0xf, 1)
3315 { "rotld", MDS(30,8,0), MDSMB_MASK, PPC64, { RA, RS, RB } },
3316 { "rldcl", MDS(3
1632 #define MDS macro
[all...]

Completed in 76 milliseconds