Searched refs:MDS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 474 /* The MB or ME field in an MD or MDS form instruction. The high 503 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */ 540 /* The RB field in an X, XO, M, or MDS form instruction. */ 564 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form 1645 /* The MB or ME field in an MD or MDS form instruction. The high bit 2489 /* An MDS form instruction. */ 2490 #define MDS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0xf) << 1) | ((rc) & 1)) 2491 #define MDS_MASK MDS (0x3f, 0xf, 1) 4653 {"rotld", MDS(30,8,0), MDSMB_MASK, PPC64, PPCVLE, {RA, RS, RB}}, 4654 {"rldcl", MDS(3 2487 #define MDS global() macro [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 474 /* The MB or ME field in an MD or MDS form instruction. The high 503 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */ 540 /* The RB field in an X, XO, M, or MDS form instruction. */ 564 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form 1645 /* The MB or ME field in an MD or MDS form instruction. The high bit 2489 /* An MDS form instruction. */ 2490 #define MDS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0xf) << 1) | ((rc) & 1)) 2491 #define MDS_MASK MDS (0x3f, 0xf, 1) 4653 {"rotld", MDS(30,8,0), MDSMB_MASK, PPC64, PPCVLE, {RA, RS, RB}}, 4654 {"rldcl", MDS(3 2487 #define MDS global() macro [all...] |
Completed in 16 milliseconds