From 52d8eda04d1e2e33bf4c09713d83360453cec435 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 9 Apr 2024 20:41:43 +0300 Subject: add blit to instructions --- include/qbt/nodes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/qbt/nodes.h b/include/qbt/nodes.h index b8c601b..98d36c6 100644 --- a/include/qbt/nodes.h +++ b/include/qbt/nodes.h @@ -19,6 +19,7 @@ enum insn_type { ALLOC, COPY, MOVE, + BLIT, EQ, NE, LE, @@ -68,6 +69,7 @@ enum insn_flags { M(ALLOC) \ M(COPY) \ M(MOVE) \ + M(BLIT) \ M(EQ) \ M(NE) \ M(LE) \ -- cgit v1.3