Searched refs:A_MASK (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.c897 #define A_MASK A (0x3f, 0x1f, 1)
899 /* An A_MASK with the FRB field fixed. */
900 #define AFRB_MASK (A_MASK | FRB_MASK)
902 /* An A_MASK with the FRC field fixed. */
903 #define AFRC_MASK (A_MASK | FRC_MASK)
905 /* An A_MASK with the FRA and FRC fields fixed. */
906 #define AFRAFRC_MASK (A_MASK | FRA_MASK | FRC_MASK)
2552 { "fmsubs", A(59,28,0), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
2553 { "fmsubs.", A(59,28,1), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
2555 { "fmadds", A(59,29,0), A_MASK, PP
894 #define A_MASK macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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 63 milliseconds