Searched refs:unwind_word_mode (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | except.c | 255 (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 D | targhooks.c | 230 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 | 2097 (unwind_word_mode,
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | except.c | 231 (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 D | targhooks.c | 207 return targetm.unwind_word_mode (); in default_eh_return_filter_mode()
|
H A D | builtin-types.def | 83 (targetm.unwind_word_mode (), 1))
|
H A D | target.def | 1093 (unwind_word_mode,
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-attribs.c | 1527 mode = targetm.unwind_word_mode (); in handle_mode_attribute()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.c | 6534 mode = targetm.unwind_word_mode (); in handle_mode_attribute()
|