summaryrefslogtreecommitdiffstats
path: root/target/mips/tcg/msa_translate.c
Commit message (Expand)AuthorAgeFilesLines
* target/mips: Fix FTRUNC_S and FTRUNC_U trans helperNi Hui2022-06-111-2/+2
* target/mips: Do not treat msa INSERT as NOP when wd is zeroNi Hui2022-06-111-5/+10
* target/mips: Fix msa checking condition in trans_msa_elm_fn()Ni Hui2022-06-111-1/+1
* target/mips: Fix df_extract_val() and df_extract_df() dfe lookupNi Hui2022-06-111-3/+3
* target/mips: Fix SAT_S trans helperNi Hui2022-06-111-1/+1
* target/mips: Remove generic MSA opcodePhilippe Mathieu-Daudé2021-11-021-7/+0Star
* target/mips: Convert CTCMSA opcode to decodetreePhilippe Mathieu-Daudé2021-11-021-57/+12Star
* target/mips: Convert CFCMSA opcode to decodetreePhilippe Mathieu-Daudé2021-11-021-8/+19
* target/mips: Convert MSA MOVE.V opcode to decodetreePhilippe Mathieu-Daudé2021-11-021-5/+14
* target/mips: Convert MSA COPY_S and INSERT opcodes to decodetreePhilippe Mathieu-Daudé2021-11-021-88/+17Star
* target/mips: Convert MSA COPY_U opcode to decodetreePhilippe Mathieu-Daudé2021-11-021-26/+40
* target/mips: Convert MSA ELM instruction format to decodetreePhilippe Mathieu-Daudé2021-11-021-13/+44
* target/mips: Convert MSA 3R instruction format to decodetree (part 4/4)Philippe Mathieu-Daudé2021-11-021-863/+53Star
* target/mips: Convert MSA 3R instruction format to decodetree (part 3/4)Philippe Mathieu-Daudé2021-11-021-34/+6Star
* target/mips: Convert MSA 3R instruction format to decodetree (part 2/4)Philippe Mathieu-Daudé2021-11-021-158/+24Star
* target/mips: Convert MSA 3R instruction format to decodetree (part 1/4)Philippe Mathieu-Daudé2021-11-021-12/+5Star
* target/mips: Convert MSA 3RF instruction format to decodetree (DF_WORD)Philippe Mathieu-Daudé2021-11-021-176/+37Star
* target/mips: Convert MSA 3RF instruction format to decodetree (DF_HALF)Philippe Mathieu-Daudé2021-11-021-39/+29Star
* target/mips: Convert MSA VEC instruction format to decodetreePhilippe Mathieu-Daudé2021-11-021-75/+23Star
* target/mips: Convert MSA 2R instruction format to decodetreePhilippe Mathieu-Daudé2021-11-021-75/+16Star
* target/mips: Convert MSA FILL opcode to decodetreePhilippe Mathieu-Daudé2021-11-021-12/+19
* target/mips: Convert MSA 2RF instruction format to decodetreePhilippe Mathieu-Daudé2021-11-021-85/+33Star
* target/mips: Convert MSA load/store instruction format to decodetreePhilippe Mathieu-Daudé2021-11-021-59/+32Star
* target/mips: Convert MSA I8 instruction format to decodetreePhilippe Mathieu-Daudé2021-11-021-56/+19Star
* target/mips: Convert MSA SHF opcode to decodetreePhilippe Mathieu-Daudé2021-11-021-17/+19
* target/mips: Convert MSA BIT instruction format to decodetreePhilippe Mathieu-Daudé2021-11-021-97/+82Star
* target/mips: Convert MSA I5 instruction format to decodetreePhilippe Mathieu-Daudé2021-11-021-77/+25Star
* target/mips: Convert MSA LDI opcode to decodetreePhilippe Mathieu-Daudé2021-11-021-8/+14
* target/mips: Rename sa16 -> sa, bz_df -> bz -> bz_vPhilippe Mathieu-Daudé2021-11-021-10/+10
* target/mips: Use enum definitions from CPUMIPSMSADataFormat enumPhilippe Mathieu-Daudé2021-11-021-3/+3
* target/mips: Have check_msa_access() return a booleanPhilippe Mathieu-Daudé2021-11-021-7/+18
* target/mips: Use dup_const() to simplifyPhilippe Mathieu-Daudé2021-11-021-20/+3Star
* target/mips: Adjust style in msa_translate_init()Philippe Mathieu-Daudé2021-11-021-1/+3
* target/mips: Use explicit extract32() calls in gen_msa_i5()Philippe Mathieu-Daudé2021-10-181-7/+4Star
* target/mips: Use tcg_constant_i32() in gen_msa_3rf()Philippe Mathieu-Daudé2021-10-181-9/+14
* target/mips: Use tcg_constant_i32() in gen_msa_2r()Philippe Mathieu-Daudé2021-10-181-3/+2Star
* target/mips: Use tcg_constant_i32() in gen_msa_2rf()Philippe Mathieu-Daudé2021-10-181-2/+1Star
* target/mips: Use tcg_constant_i32() in gen_msa_elm_df()Philippe Mathieu-Daudé2021-10-181-2/+1Star
* target/mips: Remove unused register from MSA 2R/2RF instruction formatPhilippe Mathieu-Daudé2021-10-181-6/+0Star
* target/mips: Rename 'rtype' as 'r'Philippe Mathieu-Daudé2021-08-251-2/+2
* target/mips: Merge msa32/msa64 decodetree definitionsPhilippe Mathieu-Daudé2021-06-241-10/+4Star
* target/mips: Remove pointless gen_msa()Philippe Mathieu-Daudé2021-06-241-6/+1Star
* target/mips: Optimize regnames[] arraysPhilippe Mathieu-Daudé2021-06-241-1/+1
* target/mips: Move TCG source files under tcg/ sub directoryPhilippe Mathieu-Daudé2021-05-021-0/+2286