From dbfba9ce5b93aa3f35f4472af0ff3e5605af0de8 Mon Sep 17 00:00:00 2001 From: JanLJL Date: Fri, 3 Mar 2023 14:39:28 +0100 Subject: [PATCH] added another instruction --- osaca/data/a64fx.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/osaca/data/a64fx.yml b/osaca/data/a64fx.yml index 150b592..3775b8d 100644 --- a/osaca/data/a64fx.yml +++ b/osaca/data/a64fx.yml @@ -1915,15 +1915,26 @@ instruction_forms: operands: - class: register prefix: v - shape: b + shape: '*' width: '*' - class: register prefix: v - shape: b + shape: '*' width: '*' throughput: 0.5 latency: 4.0 # 1*p02 port_pressure: [[1, '02']] +- name: mov + operands: + - class: register + prefix: '*' + - class: register + prefix: v + shape: '*' + width: '*' + throughput: 3.0 + latency: 15.0 # 3*p0+3*p3 + port_pressure: [[3, '0'], [3, '3']] - name: movprfx operands: - class: register