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

  /src/external/gpl3/binutils/dist/opcodes/
metag-dis.c 1775 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,
  /src/external/gpl3/binutils.old/dist/opcodes/
metag-dis.c 1775 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,
  /src/external/gpl3/gdb/dist/opcodes/
metag-dis.c 1775 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,
  /src/external/gpl3/gdb.old/dist/opcodes/
metag-dis.c 1775 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,
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 113 int fpu_no; member in struct:m68k_frame
883 current_frame.fpu_no = saved;
1085 if (current_frame.fpu_no >= MIN_FMOVEM_REGS)
1086 fsize_with_regs += current_frame.fpu_no * GET_MODE_SIZE (DFmode);
1127 gcc_assert (current_frame.fpu_no >= MIN_FMOVEM_REGS);
1131 current_frame.fpu_no * -GET_MODE_SIZE (XFmode),
1132 current_frame.fpu_no, FP0_REG,
1147 current_frame.fpu_no, FP0_REG,
1252 if (current_frame.fpu_no >= MIN_FMOVEM_REGS)
1253 fsize_with_regs += current_frame.fpu_no * GET_MODE_SIZE (DFmode)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 113 int fpu_no; member in struct:m68k_frame
879 current_frame.fpu_no = saved;
1081 if (current_frame.fpu_no >= MIN_FMOVEM_REGS)
1082 fsize_with_regs += current_frame.fpu_no * GET_MODE_SIZE (DFmode);
1123 gcc_assert (current_frame.fpu_no >= MIN_FMOVEM_REGS);
1127 current_frame.fpu_no * -GET_MODE_SIZE (XFmode),
1128 current_frame.fpu_no, FP0_REG,
1143 current_frame.fpu_no, FP0_REG,
1248 if (current_frame.fpu_no >= MIN_FMOVEM_REGS)
1249 fsize_with_regs += current_frame.fpu_no * GET_MODE_SIZE (DFmode)
    [all...]

Completed in 37 milliseconds