mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target/mips: Introduce decodetree structure for NEC Vr54xx extension
The decoder is called but doesn't decode anything. This will ease reviewing the next commit. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210801235926.3178085-3-f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
6629f79f53
commit
9d00539239
5 changed files with 33 additions and 0 deletions
|
@ -2,6 +2,7 @@ gen = [
|
|||
decodetree.process('rel6.decode', extra_args: ['--decode=decode_isa_rel6']),
|
||||
decodetree.process('msa.decode', extra_args: '--decode=decode_ase_msa'),
|
||||
decodetree.process('tx79.decode', extra_args: '--static-decode=decode_tx79'),
|
||||
decodetree.process('vr54xx.decode', extra_args: '--decode=decode_ext_vr54xx'),
|
||||
]
|
||||
|
||||
mips_ss.add(gen)
|
||||
|
@ -19,6 +20,7 @@ mips_ss.add(files(
|
|||
'translate_addr_const.c',
|
||||
'txx9_translate.c',
|
||||
'vr54xx_helper.c',
|
||||
'vr54xx_translate.c',
|
||||
))
|
||||
mips_ss.add(when: 'TARGET_MIPS64', if_true: files(
|
||||
'tx79_translate.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue