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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 8204 rtx sp_adj1, sp_adj2, mem, reg, insn;
8277 sp_adj1 = stack_pointer_rtx;
8281 sp_adj1 = gen_rtx_REG (DImode, 23);
8282 emit_move_insn (sp_adj1,
8295 sp_adj2 = plus_constant (Pmode, sp_adj1, frame_size - low);
8297 sp_adj1 = sa_reg;
8300 sp_adj1 = gen_rtx_REG (DImode, 23);
8301 emit_move_insn (sp_adj1, sp_adj2);
8342 insn = emit_move_insn (stack_pointer_rtx, sp_adj1);
8345 gen_rtx_PLUS (DImode, sp_adj1, sp_adj2))
8187 rtx sp_adj1, sp_adj2, mem, reg, insn; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 8191 rtx sp_adj1, sp_adj2, mem, reg, insn;
8264 sp_adj1 = stack_pointer_rtx;
8268 sp_adj1 = gen_rtx_REG (DImode, 23);
8269 emit_move_insn (sp_adj1,
8282 sp_adj2 = plus_constant (Pmode, sp_adj1, frame_size - low);
8284 sp_adj1 = sa_reg;
8287 sp_adj1 = gen_rtx_REG (DImode, 23);
8288 emit_move_insn (sp_adj1, sp_adj2);
8329 insn = emit_move_insn (stack_pointer_rtx, sp_adj1);
8332 gen_rtx_PLUS (DImode, sp_adj1, sp_adj2))
8174 rtx sp_adj1, sp_adj2, mem, reg, insn; local
    [all...]

Completed in 27 milliseconds