From 154529f64b96ca0e4cef8c4aeff6a1cfb8210e91 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 30 Sep 2020 14:07:40 +0200 Subject: non trapping --- aarch64/Op.v | 2 -- 1 file changed, 2 deletions(-) (limited to 'aarch64/Op.v') diff --git a/aarch64/Op.v b/aarch64/Op.v index 30f806d3..ef28dd6d 100644 --- a/aarch64/Op.v +++ b/aarch64/Op.v @@ -926,8 +926,6 @@ Qed. Definition is_trapping_op (op : operation) := match op with - | Odiv | Odivu | Odivl | Odivlu - | Oshrximm _ | Oshrlximm _ | Ointoffloat | Ointuoffloat | Ointofsingle | Ointuofsingle | Ofloatofint | Ofloatofintu -- cgit