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

  /src/external/gpl3/gcc/dist/gcc/
function.cc 2568 HOST_WIDE_INT pretend_bytes = 0;
2633 PRETEND_BYTES is the size of the registers we need to store.
2648 pretend_bytes = partial;
2649 all->pretend_args_size = CEIL_ROUND (pretend_bytes, STACK_BYTES);
2668 pretend_bytes = all->extra_pretend_bytes - pretend_bytes;
2669 data->locate.slot_offset.constant += pretend_bytes;
2670 data->locate.offset.constant += pretend_bytes;
2555 HOST_WIDE_INT pretend_bytes = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
function.cc 2564 HOST_WIDE_INT pretend_bytes = 0;
2629 PRETEND_BYTES is the size of the registers we need to store.
2644 pretend_bytes = partial;
2645 all->pretend_args_size = CEIL_ROUND (pretend_bytes, STACK_BYTES);
2664 pretend_bytes = all->extra_pretend_bytes - pretend_bytes;
2665 data->locate.slot_offset.constant += pretend_bytes;
2666 data->locate.offset.constant += pretend_bytes;
2551 HOST_WIDE_INT pretend_bytes = 0; local

Completed in 24 milliseconds