summaryrefslogtreecommitdiffstats
path: root/target/hexagon/meson.build
diff options
context:
space:
mode:
authorTaylor Simpson2021-03-11 02:38:45 +0100
committerTaylor Simpson2021-11-03 22:01:30 +0100
commit82f8b3dce2918813ed5807ec8f1e94c5b2300f6c (patch)
tree5c32766fb9cff674d71304af32c66ec43bcf4777 /target/hexagon/meson.build
parentHexagon HVX (target/hexagon) C preprocessor for decode tree (diff)
downloadqemu-82f8b3dce2918813ed5807ec8f1e94c5b2300f6c.tar.gz
qemu-82f8b3dce2918813ed5807ec8f1e94c5b2300f6c.tar.xz
qemu-82f8b3dce2918813ed5807ec8f1e94c5b2300f6c.zip
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>
Diffstat (limited to 'target/hexagon/meson.build')
-rw-r--r--target/hexagon/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hexagon/meson.build b/target/hexagon/meson.build
index c6d858ffb2..0bfaa41ec3 100644
--- a/target/hexagon/meson.build
+++ b/target/hexagon/meson.build
@@ -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}