beinsn: Do not store, whether an insn has constraints.
[libfirm] / ir / tv / strcalc.h
index a2e9428..8d74b81 100644 (file)
@@ -167,6 +167,11 @@ void sc_shrI(const void *val1, long shift_cnt, int bitsize, int sign, void *buff
  */
 void sc_shr(const void *value1, const void *value2, int bitsize, int sign, void *buffer);
 
+/**
+ * buffer = value1 >>s offset
+ */
+void sc_shrsI(const void *val1, long shift_cnt, int bitsize, int sign, void *buffer);
+
 /**
  * buffer = value1 >>s value2
  */