mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Hexagon HVX (target/hexagon) instruction utility functions
Functions to support scatter/gather Add new file to target/hexagon/meson.build Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
This commit is contained in:
parent
9f1f2fe51e
commit
82f8b3dce2
3 changed files with 73 additions and 0 deletions
|
@ -174,6 +174,7 @@ hexagon_ss.add(files(
|
|||
'printinsn.c',
|
||||
'arch.c',
|
||||
'fma_emu.c',
|
||||
'mmvec/system_ext_mmvec.c',
|
||||
))
|
||||
|
||||
target_arch += {'hexagon': hexagon_ss}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue