X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftv%2Fstrcalc.h;h=7056fe83068b4ee1fd56e48d6fe496cafae11020;hb=ea804e24181b555339e9c107eb75ea960f753297;hp=49b3a28b6e140c4e8fecc8a9c186752c92babff8;hpb=7816a44e81b81659b2cf355c8a4c9127de016d50;p=libfirm diff --git a/ir/tv/strcalc.h b/ir/tv/strcalc.h index 49b3a28b6..7056fe830 100644 --- a/ir/tv/strcalc.h +++ b/ir/tv/strcalc.h @@ -146,32 +146,32 @@ void sc_divmod(const void *value1, const void *value2, void *div_buffer, void *m /** * buffer = value1 << offset */ -void sc_shlI(const void *val1, long offset, int radius, int sign, void *buffer); +void sc_shlI(const void *val1, long shift_cnt, int bitsize, int sign, void *buffer); /** * buffer = value1 << value2 */ -void sc_shl(const void *value1, const void *value2, int radius, int sign, void *buffer); +void sc_shl(const void *value1, const void *value2, int bitsize, int sign, void *buffer); /** * buffer = value1 >>u offset */ -void sc_shrI(const void *val1, long offset, int radius, int sign, void *buffer); +void sc_shrI(const void *val1, long shift_cnt, int bitsize, int sign, void *buffer); /** * buffer = value1 >>u value2 */ -void sc_shr(const void *value1, const void *value2, int radius, int sign, void *buffer); +void sc_shr(const void *value1, const void *value2, int bitsize, int sign, void *buffer); /** * buffer = value1 >>s value2 */ -void sc_shrs(const void *value1, const void *value2, int radius, int sign, void *buffer); +void sc_shrs(const void *value1, const void *value2, int bitsize, int sign, void *buffer); /** * buffer = value1 <<>> value2 */ -void sc_rot(const void *value1, const void *value2, int radius, int sign, void *buffer); +void sc_rot(const void *value1, const void *value2, int bitsize, int sign, void *buffer); /** * buffer = 0