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

  /src/external/gpl3/gdb/dist/gdb/
i386-darwin-nat.c 95 x86_float_state_t fp_regs; local
100 (current_thread, x86_FLOAT_STATE, (thread_state_t) & fp_regs,
109 amd64_supply_fxsave (regcache, -1, &fp_regs.ufs.fs64.__fpu_fcw);
143 x86_float_state32_t fp_regs; local
148 (current_thread, x86_FLOAT_STATE32, (thread_state_t) &fp_regs,
157 i387_supply_fxsave (regcache, -1, &fp_regs.__fpu_fcw);
210 x86_float_state_t fp_regs; local
215 (current_thread, x86_FLOAT_STATE, (thread_state_t) & fp_regs,
218 gdb_assert (fp_regs.fsh.flavor == x86_FLOAT_STATE64);
219 gdb_assert (fp_regs.fsh.count == x86_FLOAT_STATE64_COUNT)
258 x86_float_state32_t fp_regs; local
    [all...]
mips-linux-nat.c 294 mips64_elf_fpregset_t fp_regs; local
297 (PTRACE_TYPE_ARG3) &fp_regs) == -1)
308 (const mips64_elf_fpregset_t *) &fp_regs);
376 mips64_elf_fpregset_t fp_regs; local
379 (PTRACE_TYPE_ARG3) &fp_regs) == -1)
382 mips64_fill_fpregset (regcache, &fp_regs, regno);
385 (PTRACE_TYPE_ARG3) &fp_regs) == -1)
  /src/external/gpl3/gdb.old/dist/gdb/
i386-darwin-nat.c 95 x86_float_state_t fp_regs; local
100 (current_thread, x86_FLOAT_STATE, (thread_state_t) & fp_regs,
109 amd64_supply_fxsave (regcache, -1, &fp_regs.ufs.fs64.__fpu_fcw);
143 x86_float_state32_t fp_regs; local
148 (current_thread, x86_FLOAT_STATE32, (thread_state_t) &fp_regs,
157 i387_supply_fxsave (regcache, -1, &fp_regs.__fpu_fcw);
210 x86_float_state_t fp_regs; local
215 (current_thread, x86_FLOAT_STATE, (thread_state_t) & fp_regs,
218 gdb_assert (fp_regs.fsh.flavor == x86_FLOAT_STATE64);
219 gdb_assert (fp_regs.fsh.count == x86_FLOAT_STATE64_COUNT)
258 x86_float_state32_t fp_regs; local
    [all...]
mips-linux-nat.c 294 mips64_elf_fpregset_t fp_regs; local
297 (PTRACE_TYPE_ARG3) &fp_regs) == -1)
308 (const mips64_elf_fpregset_t *) &fp_regs);
376 mips64_elf_fpregset_t fp_regs; local
379 (PTRACE_TYPE_ARG3) &fp_regs) == -1)
382 mips64_fill_fpregset (regcache, &fp_regs, regno);
385 (PTRACE_TYPE_ARG3) &fp_regs) == -1)
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.h 612 FP_REGS,
629 "ADDL_REGS", "GR_REGS", "FP_REGS", "FR_REGS", \
666 /* FP_REGS. */ \
698 && (REGNO) != R_FR(127) ? FP_REGS : FR_REGS \
744 : (((CLASS) == FR_REGS || (CLASS) == FP_REGS) && (MODE) == XFmode) ? 1 \
745 : (((CLASS) == FR_REGS || (CLASS) == FP_REGS) && (MODE) == RFmode) ? 1 \
746 : (((CLASS) == FR_REGS || (CLASS) == FP_REGS) && (MODE) == XCmode) ? 2 \
892 int fp_regs; /* # FR registers used so far */
904 (CUM).fp_regs = 0; \
921 (CUM).fp_regs = 0;
878 int fp_regs; \/* # FR registers used so far *\/ member in struct:ia64_args
    [all...]
ia64.cc 926 FP_REGS class. The constraint will also reject (reg f30:TI) so we must
4815 int fp_regs = cum->fp_regs;
4834 for (; (offset < byte_size && fp_regs < MAX_ARGUMENT_SLOTS
4839 + fp_regs)),
4843 fp_regs++;
4895 || cum->fp_regs == MAX_ARGUMENT_SLOTS)
4920 return gen_rtx_REG (arg.mode, FR_ARG_FIRST + cum->fp_regs);
4943 + cum->fp_regs)),
5041 cum->fp_regs = cum->words
4809 int fp_regs = cum->fp_regs; local
5047 int fp_regs = cum->fp_regs; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.h 612 FP_REGS,
629 "ADDL_REGS", "GR_REGS", "FP_REGS", "FR_REGS", \
666 /* FP_REGS. */ \
698 && (REGNO) != R_FR(127) ? FP_REGS : FR_REGS \
744 : (((CLASS) == FR_REGS || (CLASS) == FP_REGS) && (MODE) == XFmode) ? 1 \
745 : (((CLASS) == FR_REGS || (CLASS) == FP_REGS) && (MODE) == RFmode) ? 1 \
746 : (((CLASS) == FR_REGS || (CLASS) == FP_REGS) && (MODE) == XCmode) ? 2 \
892 int fp_regs; /* # FR registers used so far */
904 (CUM).fp_regs = 0; \
921 (CUM).fp_regs = 0;
878 int fp_regs; \/* # FR registers used so far *\/ member in struct:ia64_args
    [all...]
ia64.cc 916 FP_REGS class. The constraint will also reject (reg f30:TI) so we must
4804 int fp_regs = cum->fp_regs;
4823 for (; (offset < byte_size && fp_regs < MAX_ARGUMENT_SLOTS
4828 + fp_regs)),
4832 fp_regs++;
4884 || cum->fp_regs == MAX_ARGUMENT_SLOTS)
4909 return gen_rtx_REG (arg.mode, FR_ARG_FIRST + cum->fp_regs);
4932 + cum->fp_regs)),
5030 cum->fp_regs = cum->words
4798 int fp_regs = cum->fp_regs; local
5036 int fp_regs = cum->fp_regs; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 4178 with FP_REGS. */
5434 sparc_regno_reg_class[i] = FP_REGS;
6861 bool fp_regs; /* true if field eligible to FP registers. */
6872 data->fp_regs = true;
6992 if (data.fp_regs)
13288 ? FP_REGS : GENERAL_OR_FP_REGS);
13568 return FP_REGS;
13589 FP_REGS, and not via EXTRA_FP_REGS. Therefore if we try to
13591 an FP_REGS intermediate move. */
13598 return FP_REGS;
6850 bool fp_regs; \/* true if field eligible to FP registers. *\/ member in struct:__anon13533
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 4186 with FP_REGS. */
5441 sparc_regno_reg_class[i] = FP_REGS;
6853 bool fp_regs; /* true if field eligible to FP registers. */
6864 data->fp_regs = true;
6984 if (data.fp_regs)
13269 ? FP_REGS : GENERAL_OR_FP_REGS);
13549 return FP_REGS;
13570 FP_REGS, and not via EXTRA_FP_REGS. Therefore if we try to
13572 an FP_REGS intermediate move. */
13579 return FP_REGS;
6842 bool fp_regs; \/* true if field eligible to FP registers. *\/ member in struct:__anon15961
    [all...]

Completed in 50 milliseconds