From 169411a220f4cb10c973d5bb613b4a6b9915efb7 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Thu, 3 Mar 2016 17:40:48 -0500 Subject: add some (easy) instructions --- lisc/lisc.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lisc/lisc.h') diff --git a/lisc/lisc.h b/lisc/lisc.h index edac623..5702182 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -216,6 +216,8 @@ enum Op { ORem, OMul, OAnd, + OOr, + OXor, OCmpw, OCmpw1 = OCmpw + NICmp-1, OCmpl, @@ -248,6 +250,11 @@ enum Op { OExtub, #define isext(o) (OExtsw <= o && o <= OExtub) + OExts, + OTruncd, + OFtosi, + OSitof, + OAlloc, OAlloc1 = OAlloc + NAlign-1, -- cgit 1.4.1