Home
last modified time | relevance | path

Searched refs:sc_shr (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/tv/
H A Dstrcalc.h168 void sc_shr(const void *value1, const void *value2, int bitsize, int sign, void *buffer);
H A Dfltcalc.c122 #define _shift_right(x, y, res) sc_shr((x), (y), value_size*4, 0, (res))
H A Dtv.c1324 sc_shr(a->value, temp_val, get_mode_size_bits(a->mode), mode_is_signed(a->mode), NULL); in tarval_shr()
H A Dstrcalc.c1562 void sc_shr(const void *val1, const void *val2, int bitsize, int sign, void *buffer) in sc_shr() function