HomeSort by: relevance | last modified time | path
    Searched defs:unwind_word_mode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
except.cc 259 (targetm.unwind_word_mode (), 1),
1308 scalar_int_mode unwind_word_mode = targetm.unwind_word_mode ();
1337 mem = adjust_address (fc, unwind_word_mode, sjlj_fc_data_ofs);
1338 if (unwind_word_mode != ptr_mode)
1348 mem = adjust_address (fc, unwind_word_mode,
1349 sjlj_fc_data_ofs + GET_MODE_SIZE (unwind_word_mode));
1350 if (unwind_word_mode != filter_mode)
2363 return convert_modes (targetm.unwind_word_mode (), ptr_mode, addr, extend);
1298 scalar_int_mode unwind_word_mode = targetm.unwind_word_mode (); local
  /src/external/gpl3/gcc.old/dist/gcc/
except.cc 259 (targetm.unwind_word_mode (), 1),
1308 scalar_int_mode unwind_word_mode = targetm.unwind_word_mode ();
1337 mem = adjust_address (fc, unwind_word_mode, sjlj_fc_data_ofs);
1338 if (unwind_word_mode != ptr_mode)
1348 mem = adjust_address (fc, unwind_word_mode,
1349 sjlj_fc_data_ofs + GET_MODE_SIZE (unwind_word_mode));
1350 if (unwind_word_mode != filter_mode)
2340 return convert_modes (targetm.unwind_word_mode (), ptr_mode, addr, extend);
1298 scalar_int_mode unwind_word_mode = targetm.unwind_word_mode (); local

Completed in 17 milliseconds