Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tcg: Split out memory ops to tcg-op-ldst.c
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
rth7680 committed May 16, 2023
1 parent ddd63a3 commit 308ba8a
Show file tree
Hide file tree
Showing 3 changed files with 1,007 additions and 974 deletions.
1 change: 1 addition & 0 deletions tcg/meson.build
Expand Up @@ -6,6 +6,7 @@ tcg_ss.add(files(
'tcg.c',
'tcg-common.c',
'tcg-op.c',
'tcg-op-ldst.c',
'tcg-op-gvec.c',
'tcg-op-vec.c',
))
Expand Down

0 comments on commit 308ba8a

Please sign in to comment.