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

/external/qemu/disas/
H A Dppc.c688 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
723 /* The RB field in an X, XO, M, or MDS form instruction. */
735 instruction or the RT field in a D, DS, X, XFX or XO form
1859 /* An XO form instruction. */
1860 #define XO(op, xop, oe, rc) \
1862 #define XO_MASK XO (0x3f, 0x1ff, 1, 1)
2063 { "macchw", XO(4,172,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
2064 { "macchw.", XO(4,172,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
2065 { "macchwo", XO(4,172,1,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
2066 { "macchwo.", XO(
1855 #define XO macro
[all...]

Completed in 110 milliseconds