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

  /src/external/gpl3/gcc/dist/gcc/config/m32c/
m32c.cc 1075 /* This maps register numbers to the PUSHM/POPM bitfield, and tells us
1131 instructions for saving (pushm) or restoring (popm) the
1212 rtx pushm; local
1226 pushm = F (emit_insn (gen_pushm (GEN_INT (reg_mask))));
1228 add_reg_note (pushm, REG_FRAME_RELATED_EXPR, note);
1236 pushm = emit_insn (gen_pushhi_16 (gen_rtx_REG (HImode, i)));
1238 pushm = emit_insn (gen_pushhi_24 (gen_rtx_REG (HImode, i)));
1239 F (pushm);
2423 /* This is in order according to the bitfield that pushm/popm use. */
2653 /* pushm and popm encode a register set into a single byte. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/m32c/
m32c.cc 1072 /* This maps register numbers to the PUSHM/POPM bitfield, and tells us
1128 instructions for saving (pushm) or restoring (popm) the
1209 rtx pushm; local
1223 pushm = F (emit_insn (gen_pushm (GEN_INT (reg_mask))));
1225 add_reg_note (pushm, REG_FRAME_RELATED_EXPR, note);
1233 pushm = emit_insn (gen_pushhi_16 (gen_rtx_REG (HImode, i)));
1235 pushm = emit_insn (gen_pushhi_24 (gen_rtx_REG (HImode, i)));
1236 F (pushm);
2420 /* This is in order according to the bitfield that pushm/popm use. */
2650 /* pushm and popm encode a register set into a single byte. *
    [all...]

Completed in 99 milliseconds