From ce8be82f047a15edd86f5844492ed63705e99914 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Thu, 22 Sep 2022 13:31:06 -0700 Subject: Add a trivial indirect jump predictor and matching test --- tests/loop-indirect.hex | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/loop-indirect.hex (limited to 'tests/loop-indirect.hex') diff --git a/tests/loop-indirect.hex b/tests/loop-indirect.hex new file mode 100644 index 0000000..c8b07f7 --- /dev/null +++ b/tests/loop-indirect.hex @@ -0,0 +1 @@ +00 # 0: jmp r0 if r0 == 0 -- cgit v1.2.3