Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dexcept.c255 (targetm.unwind_word_mode (), 1), in init_eh()
1286 scalar_int_mode unwind_word_mode = targetm.unwind_word_mode (); in sjlj_emit_dispatch_table() local
1315 mem = adjust_address (fc, unwind_word_mode, sjlj_fc_data_ofs); in sjlj_emit_dispatch_table()
1316 if (unwind_word_mode != ptr_mode) in sjlj_emit_dispatch_table()
1326 mem = adjust_address (fc, unwind_word_mode, in sjlj_emit_dispatch_table()
1327 sjlj_fc_data_ofs + GET_MODE_SIZE (unwind_word_mode)); in sjlj_emit_dispatch_table()
1328 if (unwind_word_mode != filter_mode) in sjlj_emit_dispatch_table()
2313 return convert_modes (targetm.unwind_word_mode (), ptr_mode, addr, extend); in expand_builtin_extend_pointer()
H A Dtarghooks.c230 return targetm.unwind_word_mode (); in default_eh_return_filter_mode()
H A Dbuiltin-types.def78 (targetm.unwind_word_mode (), 1))
H A Dtarget.def2097 (unwind_word_mode,
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dexcept.c231 (targetm.unwind_word_mode (), 1), in init_eh()
1227 enum machine_mode unwind_word_mode = targetm.unwind_word_mode (); in sjlj_emit_dispatch_table() local
1258 mem = adjust_address (fc, unwind_word_mode, sjlj_fc_data_ofs); in sjlj_emit_dispatch_table()
1259 if (unwind_word_mode != ptr_mode) in sjlj_emit_dispatch_table()
1269 mem = adjust_address (fc, unwind_word_mode, in sjlj_emit_dispatch_table()
1270 sjlj_fc_data_ofs + GET_MODE_SIZE (unwind_word_mode)); in sjlj_emit_dispatch_table()
1271 if (unwind_word_mode != filter_mode) in sjlj_emit_dispatch_table()
2198 return convert_modes (targetm.unwind_word_mode (), ptr_mode, addr, extend); in expand_builtin_extend_pointer()
H A Dtarghooks.c207 return targetm.unwind_word_mode (); in default_eh_return_filter_mode()
H A Dbuiltin-types.def83 (targetm.unwind_word_mode (), 1))
H A Dtarget.def1093 (unwind_word_mode,
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-attribs.c1527 mode = targetm.unwind_word_mode (); in handle_mode_attribute()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c6534 mode = targetm.unwind_word_mode (); in handle_mode_attribute()