Searched refs:A_MASK (Results 1 - 1 of 1) 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.c1542 #define A_MASK A (0x3f, 0x1f, 1)
1544 /* An A_MASK with the FRB field fixed. */
1545 #define AFRB_MASK (A_MASK | FRB_MASK)
1547 /* An A_MASK with the FRC field fixed. */
1548 #define AFRC_MASK (A_MASK | FRC_MASK)
1550 /* An A_MASK with the FRA and FRC fields fixed. */
1551 #define AFRAFRC_MASK (A_MASK | FRA_MASK | FRC_MASK)
4655 { "fmsubs", A(59,28,0), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4656 { "fmsubs.", A(59,28,1), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4658 { "fmadds", A(59,29,0), A_MASK, PP
1539 #define A_MASK macro
[all...]

Completed in 73 milliseconds