Searched refs:this_insn_uses_ix (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68hc11/
H A Dm68hc11.c4096 int this_insn_uses_ix;
4223 this_insn_uses_ix = reg_mentioned_p (ix_reg, src)
4249 if (this_insn_uses_z && this_insn_uses_ix && this_insn_uses_iy)
4259 if (this_insn_uses_ix && this_insn_uses_iy)
4264 if (this_insn_uses_ix && X_REG_P (dst) && GET_MODE (dst) == SImode)
4267 if (info->x_used == 0 && this_insn_uses_ix)
4451 this_insn_uses_ix = 0;
4475 this_insn_uses_ix |= uses_ix;
4495 this_insn_uses_ix, this_insn_uses_iy,
4537 if (this_insn_uses_ix
4079 int this_insn_uses_ix; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68hc11/
H A Dm68hc11.c4076 int this_insn_uses_ix;
4203 this_insn_uses_ix = reg_mentioned_p (ix_reg, src)
4229 if (this_insn_uses_z && this_insn_uses_ix && this_insn_uses_iy)
4239 if (this_insn_uses_ix && this_insn_uses_iy)
4244 if (this_insn_uses_ix && X_REG_P (dst) && GET_MODE (dst) == SImode)
4247 if (info->x_used == 0 && this_insn_uses_ix)
4435 this_insn_uses_ix = 0;
4459 this_insn_uses_ix |= uses_ix;
4479 this_insn_uses_ix, this_insn_uses_iy,
4521 if (this_insn_uses_ix
4060 int this_insn_uses_ix; local
[all...]

Completed in 117 milliseconds