HomeSort by: relevance | last modified time | path
    Searched defs:FXM (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 793 /* FXM mask in mfcr and mtcrf instructions. */
812 /* If only one bit of the FXM field is set, we can use the new form
3256 /* The FXM field in an XFX instruction. */
3257 #define FXM FRSp + 1
3261 #define FXM4 FXM + 1
4937 /* A mask for the FXM version of an XFX form instruction. */
4940 /* An XFX form instruction with the FXM field filled in. */
4941 #define XFXM(op, xop, fxm, p4) \
4943 | ((((uint64_t)(fxm)) & 0xff) << 12) \
7258 {"mfocrf", XFXM(31,19,0,1), XFXFXM_MASK, COM, 0, {RT, FXM}},
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 793 /* FXM mask in mfcr and mtcrf instructions. */
812 /* If only one bit of the FXM field is set, we can use the new form
3256 /* The FXM field in an XFX instruction. */
3257 #define FXM FRSp + 1
3261 #define FXM4 FXM + 1
4921 /* A mask for the FXM version of an XFX form instruction. */
4924 /* An XFX form instruction with the FXM field filled in. */
4925 #define XFXM(op, xop, fxm, p4) \
4927 | ((((uint64_t)(fxm)) & 0xff) << 12) \
7229 {"mfocrf", XFXM(31,19,0,1), XFXFXM_MASK, COM, 0, {RT, FXM}},
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 747 /* FXM mask in mfcr and mtcrf instructions. */
766 /* If only one bit of the FXM field is set, we can use the new form
3178 /* The FXM field in an XFX instruction. */
3179 #define FXM FRSp + 1
3183 #define FXM4 FXM + 1
4802 /* A mask for the FXM version of an XFX form instruction. */
4805 /* An XFX form instruction with the FXM field filled in. */
4806 #define XFXM(op, xop, fxm, p4) \
4808 | ((((uint64_t)(fxm)) & 0xff) << 12) \
7110 {"mfocrf", XFXM(31,19,0,1), XFXFXM_MASK, COM, 0, {RT, FXM}},
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 747 /* FXM mask in mfcr and mtcrf instructions. */
766 /* If only one bit of the FXM field is set, we can use the new form
3178 /* The FXM field in an XFX instruction. */
3179 #define FXM FRSp + 1
3183 #define FXM4 FXM + 1
4802 /* A mask for the FXM version of an XFX form instruction. */
4805 /* An XFX form instruction with the FXM field filled in. */
4806 #define XFXM(op, xop, fxm, p4) \
4808 | ((((uint64_t)(fxm)) & 0xff) << 12) \
7110 {"mfocrf", XFXM(31,19,0,1), XFXFXM_MASK, COM, 0, {RT, FXM}},
    [all...]

Completed in 50 milliseconds