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

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 3079 setup_spill_pointers (int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off)
3090 spill_fill_data.prev_off[0] = cfa_off;
3091 spill_fill_data.prev_off[1] = cfa_off;
3111 spill_restore_mem (rtx reg, HOST_WIDE_INT cfa_off)
3114 HOST_WIDE_INT disp = spill_fill_data.prev_off[iter] - cfa_off;
3204 spill_fill_data.prev_off[iter] = cfa_off;
3214 do_spill (rtx (*move_fn) (rtx, rtx, rtx), rtx reg, HOST_WIDE_INT cfa_off,
3221 mem = spill_restore_mem (reg, cfa_off);
3222 insn = emit_insn ((*move_fn) (mem, reg, GEN_INT (cfa_off)));
3239 off = - cfa_off;
3503 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs; local
3914 int regno, alt_regno, cfa_off; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 3069 setup_spill_pointers (int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off)
3080 spill_fill_data.prev_off[0] = cfa_off;
3081 spill_fill_data.prev_off[1] = cfa_off;
3101 spill_restore_mem (rtx reg, HOST_WIDE_INT cfa_off)
3104 HOST_WIDE_INT disp = spill_fill_data.prev_off[iter] - cfa_off;
3194 spill_fill_data.prev_off[iter] = cfa_off;
3204 do_spill (rtx (*move_fn) (rtx, rtx, rtx), rtx reg, HOST_WIDE_INT cfa_off,
3211 mem = spill_restore_mem (reg, cfa_off);
3212 insn = emit_insn ((*move_fn) (mem, reg, GEN_INT (cfa_off)));
3229 off = - cfa_off;
3493 int i, epilogue_p, regno, alt_regno, cfa_off, n_varargs; local
3904 int regno, alt_regno, cfa_off; local
    [all...]

Completed in 32 milliseconds