Searched hist:"2 f2745c81a3c196fc149fcf243b11cae13fd126b" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | msa.decode | diff 2f2745c81a3c196fc149fcf243b11cae13fd126b Tue Oct 19 10:58:41 CDT 2021 Philippe Mathieu-Daudé <f4bug@amsat.org> target/mips: Convert MSA COPY_U opcode to decodetree
Convert the COPY_U opcode (Element Copy to GPR Unsigned) to decodetree.
Since the 'n' field is a constant value, use tcg_constant_i32() instead of a TCG temporary.
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211028210843.2120802-26-f4bug@amsat.org>
|
H A D | msa_translate.c | diff 2f2745c81a3c196fc149fcf243b11cae13fd126b Tue Oct 19 10:58:41 CDT 2021 Philippe Mathieu-Daudé <f4bug@amsat.org> target/mips: Convert MSA COPY_U opcode to decodetree
Convert the COPY_U opcode (Element Copy to GPR Unsigned) to decodetree.
Since the 'n' field is a constant value, use tcg_constant_i32() instead of a TCG temporary.
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211028210843.2120802-26-f4bug@amsat.org>
|