Lines Matching full:s12
119 * S32LDD XRa, Rb, s12 S32MADD XRa, XRd, Rs, Rt
120 * S32STD XRa, Rb, s12 S32MADDU XRa, XRd, Rs, Rt
123 * S32LDI XRa, Rb, s12 S32MUL XRa, XRd, Rs, Rt
124 * S32SDI XRa, Rb, s12 S32MULU XRa, XRd, Rs, Rt
127 * S32LDDR XRa, Rb, s12 D16MULF XRa, XRb, XRc, optn2
128 * S32STDR XRa, Rb, s12 D16MAC XRa, XRb, XRc, XRd, aptn2, optn2
131 * S32LDIR XRa, Rb, s12 D16MADL XRa, XRb, XRc, XRd, aptn2, optn2
132 * S32SDIR XRa, Rb, s12 S16MAD XRa, XRb, XRc, XRd, aptn1, optn2
1511 * S32LDD XRa, Rb, S12 - Load a word from memory to XRF
1512 * S32LDDR XRa, Rb, S12 - Load a word from memory to XRF
1514 * S32LDI XRa, Rb, S12 - Load a word from memory to XRF,
1516 * S32LDIR XRa, Rb, S12 - Load a word from memory to XRF,
1522 uint32_t XRa, Rb, s12; in gen_mxu_s32ldxx() local
1528 s12 = sextract32(ctx->opcode, 10, 10); in gen_mxu_s32ldxx()
1532 tcg_gen_movi_tl(t1, s12 * 4); in gen_mxu_s32ldxx()
1546 * S32STD XRa, Rb, S12 - Store a word from XRF to memory
1547 * S32STDR XRa, Rb, S12 - Store a word from XRF to memory
1549 * S32SDI XRa, Rb, S12 - Store a word from XRF to memory,
1551 * S32SDIR XRa, Rb, S12 - Store a word from XRF to memory,
1557 uint32_t XRa, Rb, s12; in gen_mxu_s32stxx() local
1563 s12 = sextract32(ctx->opcode, 10, 10); in gen_mxu_s32stxx()
1567 tcg_gen_movi_tl(t1, s12 * 4); in gen_mxu_s32stxx()