Searched refs:gpr_reg (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dkvx-dis.h49 int gpr_reg[3]; member in struct:kvx_prologue_epilogue_insn
H A Dkvx-dis.c1392 crt_peb_insn->gpr_reg[crt_peb_insn->nb_gprs++] = value;
1397 crt_peb_insn->gpr_reg[crt_peb_insn->nb_gprs++] = value * 2;
1401 crt_peb_insn->gpr_reg[crt_peb_insn->nb_gprs++] = value * 4;
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dkvx-dis.h49 int gpr_reg[3]; member in struct:kvx_prologue_epilogue_insn
H A Dkvx-dis.c1392 crt_peb_insn->gpr_reg[crt_peb_insn->nb_gprs++] = value;
1397 crt_peb_insn->gpr_reg[crt_peb_insn->nb_gprs++] = value * 2;
1401 crt_peb_insn->gpr_reg[crt_peb_insn->nb_gprs++] = value * 4;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c688 int gpr_reg = regno - GPR_FIRST;
690 if (gpr_reg == GR8_REG)
693 else if (gpr_reg == GR9_REG)
696 else if (gpr_reg == GR14_REG)
699 else if (gpr_reg == FDPIC_REGNO)
702 else if ((gpr_reg & 3) == 0)
705 else if ((gpr_reg & 1) == 0)
685 int gpr_reg = regno - GPR_FIRST; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc688 int gpr_reg = regno - GPR_FIRST;
690 if (gpr_reg == GR8_REG)
693 else if (gpr_reg == GR9_REG)
696 else if (gpr_reg == GR14_REG)
699 else if (gpr_reg == FDPIC_REGNO)
702 else if ((gpr_reg & 3) == 0)
705 else if ((gpr_reg & 1) == 0)
685 int gpr_reg = regno - GPR_FIRST; local

Completed in 215 milliseconds