Home
last modified time | relevance | path

Searched refs:sc_shrs (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/tv/
H A Dstrcalc.h178 void sc_shrs(const void *value1, const void *value2, int bitsize, int sign, void *buffer);
H A Dtv.c1358 sc_shrs(a->value, temp_val, get_mode_size_bits(a->mode), mode_is_signed(a->mode), NULL); in tarval_shrs()
H A Dstrcalc.c1583 void sc_shrs(const void *val1, const void *val2, int bitsize, int sign, void *buffer) in sc_shrs() function