diff options
author | Taylor Simpson <tsimpson@quicinc.com> | 2023-03-06 18:58:17 -0800 |
---|---|---|
committer | Taylor Simpson <tsimpson@quicinc.com> | 2023-03-06 20:47:12 -0800 |
commit | b8552a78a2e419b6680ade33fcf172f453b3d67b (patch) | |
tree | 37f3122df8da138f6ccd975bda48646630423b48 /target/hexagon/gen_tcg.h | |
parent | 242af2c0b3cc71d5b83fc81770b87d7c23808cd6 (diff) | |
download | qemu-b8552a78a2e419b6680ade33fcf172f453b3d67b.zip qemu-b8552a78a2e419b6680ade33fcf172f453b3d67b.tar.gz qemu-b8552a78a2e419b6680ade33fcf172f453b3d67b.tar.bz2 |
Hexagon (target/hexagon) Add overrides for endloop1/endloop01
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230307025828.1612809-4-tsimpson@quicinc.com>
Diffstat (limited to 'target/hexagon/gen_tcg.h')
-rw-r--r-- | target/hexagon/gen_tcg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/hexagon/gen_tcg.h b/target/hexagon/gen_tcg.h index fb23d56..5b7263a 100644 --- a/target/hexagon/gen_tcg.h +++ b/target/hexagon/gen_tcg.h @@ -603,6 +603,10 @@ #define fGEN_TCG_J2_endloop0(SHORTCODE) \ gen_endloop0(ctx) +#define fGEN_TCG_J2_endloop1(SHORTCODE) \ + gen_endloop1(ctx) +#define fGEN_TCG_J2_endloop01(SHORTCODE) \ + gen_endloop01(ctx) /* * Compound compare and jump instructions |