Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexcept.cc256 (targetm.unwind_word_mode (), 1), in init_eh()
1296 scalar_int_mode unwind_word_mode = targetm.unwind_word_mode (); in sjlj_emit_dispatch_table() local
1325 mem = adjust_address (fc, unwind_word_mode, sjlj_fc_data_ofs); in sjlj_emit_dispatch_table()
1326 if (unwind_word_mode != ptr_mode) in sjlj_emit_dispatch_table()
1336 mem = adjust_address (fc, unwind_word_mode, in sjlj_emit_dispatch_table()
1337 sjlj_fc_data_ofs + GET_MODE_SIZE (unwind_word_mode)); in sjlj_emit_dispatch_table()
1338 if (unwind_word_mode != filter_mode) in sjlj_emit_dispatch_table()
2324 return convert_modes (targetm.unwind_word_mode (), ptr_mode, addr, extend); in expand_builtin_extend_pointer()
H A Dbuiltin-types.def81 (targetm.unwind_word_mode (), 1))
H A DChangeLog-200816243 * targhooks.h (struct gcc_target): New member unwind_word_mode.
16246 (default_eh_return_filter_mode): Return targetm.unwind_word_mode ()
16255 * except.c (init_eh): Use targetm.unwind_word_mode () instead of
16259 targetm.unwind_word_mode () if they differ.
16266 targetm.unwind_word_mode () instead of word_mode.
H A DChangeLog-201718059 (unwind_word_mode): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexcept.c255 (targetm.unwind_word_mode (), 1), in init_eh()
1295 scalar_int_mode unwind_word_mode = targetm.unwind_word_mode (); in sjlj_emit_dispatch_table() local
1324 mem = adjust_address (fc, unwind_word_mode, sjlj_fc_data_ofs); in sjlj_emit_dispatch_table()
1325 if (unwind_word_mode != ptr_mode) in sjlj_emit_dispatch_table()
1335 mem = adjust_address (fc, unwind_word_mode, in sjlj_emit_dispatch_table()
1336 sjlj_fc_data_ofs + GET_MODE_SIZE (unwind_word_mode)); in sjlj_emit_dispatch_table()
1337 if (unwind_word_mode != filter_mode) in sjlj_emit_dispatch_table()
2323 return convert_modes (targetm.unwind_word_mode (), ptr_mode, addr, extend); in expand_builtin_extend_pointer()
H A Dtarghooks.c233 return targetm.unwind_word_mode (); in default_eh_return_filter_mode()
H A Dbuiltin-types.def78 (targetm.unwind_word_mode (), 1))
H A Dtarget.def2166 (unwind_word_mode,
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc664 machine_mode mode = targetm.unwind_word_mode (); in d_build_builtins_module()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc648 machine_mode mode = targetm.unwind_word_mode (); in d_build_builtins_module()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c1742 mode = targetm.unwind_word_mode (); in handle_mode_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc2062 mode = targetm.unwind_word_mode (); in handle_mode_attribute()