From 82b35e764965fe1d3ad821b4b5ef39081498a003 Mon Sep 17 00:00:00 2001 From: JanLJL Date: Mon, 7 Dec 2020 01:02:05 +0100 Subject: [PATCH] new instruction --- osaca/data/a64fx.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/osaca/data/a64fx.yml b/osaca/data/a64fx.yml index 4026eaa..61fa670 100644 --- a/osaca/data/a64fx.yml +++ b/osaca/data/a64fx.yml @@ -227,6 +227,14 @@ instruction_forms: throughput: 1.0 latency: 0.0 port_pressure: [[1, '7']] +- name: cbz + operands: + - class: register + prefix: '*' + - class: identifier + throughput: 0.5 + latency: 1.0 # 1*p34 + port_pressure: [[1, '34']] - name: cmp operands: - class: register