Home | History | Annotate | Download | only in opcodes

Lines Matching defs:SD4

562   /* The SD field of the SD4 form instruction.  */
566 /* The SD field of the SD4 form instruction, for halfword. */
570 /* The SD field of the SD4 form instruction, for word. */
2305 /* An SD4 form instruction. This is a 16-bit instruction. */
2306 #define SD4(op) ((((unsigned long)(op)) & 0xf) << 12)
2307 #define SD4_MASK SD4(0xf)
6626 {"se_lbz", SD4(8), SD4_MASK, PPCVLE, PPCNONE, {RZ, SE_SD, RX}},
6628 {"se_stb", SD4(9), SD4_MASK, PPCVLE, PPCNONE, {RZ, SE_SD, RX}},
6630 {"se_lhz", SD4(10), SD4_MASK, PPCVLE, PPCNONE, {RZ, SE_SDH, RX}},
6632 {"se_sth", SD4(11), SD4_MASK, PPCVLE, PPCNONE, {RZ, SE_SDH, RX}},
6634 {"se_lwz", SD4(12), SD4_MASK, PPCVLE, PPCNONE, {RZ, SE_SDW, RX}},
6636 {"se_stw", SD4(13), SD4_MASK, PPCVLE, PPCNONE, {RZ, SE_SDW, RX}},