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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c113 int fpu_no; member in struct:m68k_frame
865 current_frame.fpu_no = saved;
1067 if (current_frame.fpu_no >= MIN_FMOVEM_REGS)
1068 fsize_with_regs += current_frame.fpu_no * GET_MODE_SIZE (DFmode);
1109 gcc_assert (current_frame.fpu_no >= MIN_FMOVEM_REGS);
1113 current_frame.fpu_no * -GET_MODE_SIZE (XFmode),
1114 current_frame.fpu_no, FP0_REG,
1129 current_frame.fpu_no, FP0_REG,
1234 if (current_frame.fpu_no >= MIN_FMOVEM_REGS)
1235 fsize_with_regs += current_frame.fpu_no * GET_MODE_SIZ
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc113 int fpu_no; member in struct:m68k_frame
865 current_frame.fpu_no = saved;
1067 if (current_frame.fpu_no >= MIN_FMOVEM_REGS)
1068 fsize_with_regs += current_frame.fpu_no * GET_MODE_SIZE (DFmode);
1109 gcc_assert (current_frame.fpu_no >= MIN_FMOVEM_REGS);
1113 current_frame.fpu_no * -GET_MODE_SIZE (XFmode),
1114 current_frame.fpu_no, FP0_REG,
1129 current_frame.fpu_no, FP0_REG,
1234 if (current_frame.fpu_no >= MIN_FMOVEM_REGS)
1235 fsize_with_regs += current_frame.fpu_no * GET_MODE_SIZ
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c1775 unsigned int fpu_no, data_no, data_unit; local
1778 fpu_no = (insn_word >> 14) & REG_MASK;
1786 lookup_reg_list (fpu_buf, REG_WIDTH, UNIT_FX, fpu_no,
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c1775 unsigned int fpu_no, data_no, data_unit; local
1778 fpu_no = (insn_word >> 14) & REG_MASK;
1786 lookup_reg_list (fpu_buf, REG_WIDTH, UNIT_FX, fpu_no,
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c1775 unsigned int fpu_no, data_no, data_unit; local
1778 fpu_no = (insn_word >> 14) & REG_MASK;
1786 lookup_reg_list (fpu_buf, REG_WIDTH, UNIT_FX, fpu_no,
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c1775 unsigned int fpu_no, data_no, data_unit; local
1778 fpu_no = (insn_word >> 14) & REG_MASK;
1786 lookup_reg_list (fpu_buf, REG_WIDTH, UNIT_FX, fpu_no,

Completed in 200 milliseconds