From 043ea8ec3faecadf34ef9010bdd539f595f9c6da Mon Sep 17 00:00:00 2001 From: Shaked Flur Date: Thu, 8 Feb 2018 12:06:00 +0000 Subject: replaced NIA_LR/CTR/register with NIA_indirect; removed IK_cond_branch, and added IK_branch --- etc/regfp.sail | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/regfp.sail b/etc/regfp.sail index cc057f2e..9a6172a9 100644 --- a/etc/regfp.sail +++ b/etc/regfp.sail @@ -16,9 +16,7 @@ typedef regfps = list typedef niafp = const union { NIAFP_successor; (bit[64]) NIAFP_concrete_address; - NIAFP_LR; - NIAFP_CTR; - (regfp) NIAFP_register; + NIAFP_indirect_address; } typedef niafps = list @@ -90,7 +88,7 @@ typedef instruction_kind = const union { (read_kind) IK_mem_read; (write_kind) IK_mem_write; (read_kind, write_kind) IK_mem_rmw; - IK_cond_branch; + IK_branch; (trans_kind) IK_trans; IK_simple } -- cgit v1.2.3