Home
last modified time | relevance | path

Searched full:adds_s (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/
H A Dtest_msa_adds_s_d.c2 * Test program for MSA instruction ADDS_S.D
40 char *instruction_name = "ADDS_S.D"; in main()
H A Dtest_msa_adds_s_b.c2 * Test program for MSA instruction ADDS_S.B
40 char *instruction_name = "ADDS_S.B"; in main()
H A Dtest_msa_adds_s_w.c2 * Test program for MSA instruction ADDS_S.W
40 char *instruction_name = "ADDS_S.W"; in main()
H A Dtest_msa_adds_s_h.c2 * Test program for MSA instruction ADDS_S.H
40 char *instruction_name = "ADDS_S.H"; in main()
/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h322 DO_MSA__WD__WS_WT(ADDS_S_B, adds_s.b)
323 DO_MSA__WD__WS_WT(ADDS_S_H, adds_s.h)
324 DO_MSA__WD__WS_WT(ADDS_S_W, adds_s.w)
325 DO_MSA__WD__WS_WT(ADDS_S_D, adds_s.d)
/openbmc/qemu/target/mips/tcg/
H A Dmsa.decode123 ADDS_S 011110 010.. ..... ..... ..... 010000 @3r
H A Dmsa_translate.c470 TRANS_DF_iii(ADDS_S, trans_msa_3r, gen_helper_msa_adds_s);
H A Dmsa_helper.c792 * | ADDS_S.B | Vector Signed Saturated Add (of Signed) (byte) |
793 * | ADDS_S.H | Vector Signed Saturated Add (of Signed) (halfword) |
794 * | ADDS_S.W | Vector Signed Saturated Add (of Signed) (word) |
795 * | ADDS_S.D | Vector Signed Saturated Add (of Signed) (doubleword) |
/openbmc/qemu/disas/
H A Dmips.c1609 {"adds_s.b", "+d,+e,+f", 0x79000010, 0xffe0003f, WR_VD|RD_VS|RD_VT, 0, MSA},
1610 {"adds_s.h", "+d,+e,+f", 0x79200010, 0xffe0003f, WR_VD|RD_VS|RD_VT, 0, MSA},
1611 {"adds_s.w", "+d,+e,+f", 0x79400010, 0xffe0003f, WR_VD|RD_VS|RD_VT, 0, MSA},
1612 {"adds_s.d", "+d,+e,+f", 0x79600010, 0xffe0003f, WR_VD|RD_VS|RD_VT, 0, MSA},