From bb82aefe17866cdcb996ae35a3895bb36b4d674b Mon Sep 17 00:00:00 2001 From: Shahab Vahedi Date: Tue, 7 Jan 2020 15:25:15 +0200 Subject: [ARC] Add finer details for LLOCK and SCOND This patch changes the "class" of LLOCK/SCOND from "MEMORY" to "LLOCK/SCOND" respectively. Moreover, it corrects the "data_size_mode". These changes are necessary for GDB's atmoic sequence handler. Signed-off-by: Shahab Vahedi --- include/opcode/arc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/opcode') diff --git a/include/opcode/arc.h b/include/opcode/arc.h index 13368c0..3a05cd8 100644 --- a/include/opcode/arc.h +++ b/include/opcode/arc.h @@ -64,6 +64,7 @@ typedef enum JUMP, KERNEL, LEAVE, + LLOCK, LOAD, LOGICAL, LOOP, @@ -76,6 +77,7 @@ typedef enum PMU, POP, PUSH, + SCOND, SJLI, STORE, SUB, -- cgit v1.1