Searched refs:unwind_word_mode (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | except.cc | 256 (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 D | builtin-types.def | 81 (targetm.unwind_word_mode (), 1))
|
H A D | ChangeLog-2008 | 16243 * 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 D | ChangeLog-2017 | 18059 (unwind_word_mode): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | except.c | 255 (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 D | targhooks.c | 233 return targetm.unwind_word_mode (); in default_eh_return_filter_mode()
|
H A D | builtin-types.def | 78 (targetm.unwind_word_mode (), 1))
|
H A D | target.def | 2166 (unwind_word_mode,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-builtins.cc | 664 machine_mode mode = targetm.unwind_word_mode (); in d_build_builtins_module()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-builtins.cc | 648 machine_mode mode = targetm.unwind_word_mode (); in d_build_builtins_module()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-attribs.c | 1742 mode = targetm.unwind_word_mode (); in handle_mode_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-attribs.cc | 2062 mode = targetm.unwind_word_mode (); in handle_mode_attribute()
|