Home
last modified time | relevance | path

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

/dports/lang/cparser/cparser-0.9.14/
H A Dast2firm.c1923 ir_node *count_res_shr = new_Const_long(mode_uint, base_bits - bitsize); in bitfield_store_to_firm() local
1925 res_shr = new_d_Shrs(dbgi, shiftl, count_res_shr, mode); in bitfield_store_to_firm()
1927 res_shr = new_d_Shr(dbgi, shiftl, count_res_shr, mode); in bitfield_store_to_firm()