Searched defs:FRC (Results 1 - 1 of 1) sorted by relevance

/external/qemu/disas/
H A Dppc.c612 /* The FRC field in an A form instruction. */
613 #define FRC FRB + 1
619 #define FRS FRC + 1
1619 /* An A_MASK with the FRC field fixed. */
1622 /* An A_MASK with the FRA and FRC fields fixed. */
4732 { "fmuls", A(59,25,0), AFRB_MASK, PPC, { FRT, FRA, FRC } },
4733 { "fmuls.", A(59,25,1), AFRB_MASK, PPC, { FRT, FRA, FRC } },
4738 { "fmsubs", A(59,28,0), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4739 { "fmsubs.", A(59,28,1), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4741 { "fmadds", A(59,29,0), A_MASK, PPC, { FRT,FRA,FRC,FR
609 #define FRC macro
[all...]

Completed in 538 milliseconds