Searched refs:sc_shrs (Results 1 – 3 of 3) sorted by relevance
/dports/devel/libfirm/libfirm-1.21.0/ir/tv/ |
H A D | strcalc.h | 178 void sc_shrs(const void *value1, const void *value2, int bitsize, int sign, void *buffer);
|
H A D | tv.c | 1358 sc_shrs(a->value, temp_val, get_mode_size_bits(a->mode), mode_is_signed(a->mode), NULL); in tarval_shrs()
|
H A D | strcalc.c | 1583 void sc_shrs(const void *val1, const void *val2, int bitsize, int sign, void *buffer) in sc_shrs() function
|