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

/haiku-buildtools/binutils/opcodes/
H A Dppc-opc.c403 /* The FRC field in an A form instruction. */
404 #define FRC FRBp + 1
410 #define FRS FRC + 1
2452 /* An A_MASK with the FRC field fixed. */
2455 /* An A_MASK with the FRA and FRC fields fixed. */
3227 {"ps_sum0", A (4, 10,0), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}},
3228 {"ps_sum0.", A (4, 10,1), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}},
3229 {"ps_sum1", A (4, 11,0), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}},
3230 {"ps_sum1.", A (4, 11,1), A_MASK, PPCPS, 0, {FRT, FRA, FRC, FRB}},
3231 {"ps_muls0", A (4, 12,0), AFRB_MASK, PPCPS, 0, {FRT, FRA, FRC}},
402 #define FRC macro
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dppc-opc.c285 /* The FRC field in an A form instruction. */
286 #define FRC FRB + 1
292 #define FRS FRC + 1
1509 /* An A_MASK with the FRC field fixed. */
1512 /* An A_MASK with the FRA and FRC fields fixed. */
4527 { "fmuls", A(59,25,0), AFRB_MASK, PPC, { FRT, FRA, FRC } },
4528 { "fmuls.", A(59,25,1), AFRB_MASK, PPC, { FRT, FRA, FRC } },
4533 { "fmsubs", A(59,28,0), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4534 { "fmsubs.", A(59,28,1), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4536 { "fmadds", A(59,29,0), A_MASK, PPC, { FRT,FRA,FRC,FR
284 #define FRC macro
[all...]

Completed in 72 milliseconds