aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 1295c59c1..a36566a5c 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -5824,6 +5824,10 @@ package Vhdl.Nodes is
Iir_Predefined_Ieee_Numeric_Std_Sla_Sgn_Int,
Iir_Predefined_Ieee_Numeric_Std_Sra_Uns_Int,
Iir_Predefined_Ieee_Numeric_Std_Sra_Sgn_Int,
+ Iir_Predefined_Ieee_Numeric_Std_Rol_Uns_Int,
+ Iir_Predefined_Ieee_Numeric_Std_Rol_Sgn_Int,
+ Iir_Predefined_Ieee_Numeric_Std_Ror_Uns_Int,
+ Iir_Predefined_Ieee_Numeric_Std_Ror_Sgn_Int,
Iir_Predefined_Ieee_Numeric_Std_And_Uns_Uns,
Iir_Predefined_Ieee_Numeric_Std_And_Sgn_Sgn,