| /src/usr.bin/fpr/ |
| Makefile | 4 PROG= fpr
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ft32-dis.c | 32 static fprintf_ftype fpr; variable 57 fpr (stream, "%s", oo->name); 59 fpr (stream, ".%c ", "bsl"[(iword >> FT32_FLD_DW_BIT) & 3]); 61 fpr (stream, " "); 76 case 0x00: fpr (stream, "nz"); break; 77 case 0x01: fpr (stream, "z"); break; 78 case 0x10: fpr (stream, "ae"); break; 79 case 0x11: fpr (stream, "b"); break; 80 case 0x20: fpr (stream, "no"); break; 81 case 0x21: fpr (stream, "o"); break [all...] |
| moxie-dis.c | 30 static fprintf_ftype fpr; variable 51 fpr = info->fprintf_func; 69 fpr (stream, "%s", opcode->name); 72 fpr (stream, "%s\t%s", opcode->name, 76 fpr (stream, "%s\t%s, %s", opcode->name, 89 fpr (stream, "%s\t%s, 0x%x", opcode->name, 103 fpr (stream, "%s\t0x%x", opcode->name, imm); 116 fpr (stream, "%s\t", opcode->name); 122 fpr (stream, "%s\t(%s), %s", opcode->name, 126 fpr (stream, "%s\t%s, (%s)", opcode->name [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ft32-dis.c | 32 static fprintf_ftype fpr; variable 57 fpr (stream, "%s", oo->name); 59 fpr (stream, ".%c ", "bsl"[(iword >> FT32_FLD_DW_BIT) & 3]); 61 fpr (stream, " "); 76 case 0x00: fpr (stream, "nz"); break; 77 case 0x01: fpr (stream, "z"); break; 78 case 0x10: fpr (stream, "ae"); break; 79 case 0x11: fpr (stream, "b"); break; 80 case 0x20: fpr (stream, "no"); break; 81 case 0x21: fpr (stream, "o"); break [all...] |
| moxie-dis.c | 30 static fprintf_ftype fpr; variable 51 fpr = info->fprintf_func; 69 fpr (stream, "%s", opcode->name); 72 fpr (stream, "%s\t%s", opcode->name, 76 fpr (stream, "%s\t%s, %s", opcode->name, 89 fpr (stream, "%s\t%s, 0x%x", opcode->name, 103 fpr (stream, "%s\t0x%x", opcode->name, imm); 116 fpr (stream, "%s\t", opcode->name); 122 fpr (stream, "%s\t(%s), %s", opcode->name, 126 fpr (stream, "%s\t%s, (%s)", opcode->name [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ft32-dis.c | 32 static fprintf_ftype fpr; variable 57 fpr (stream, "%s", oo->name); 59 fpr (stream, ".%c ", "bsl"[(iword >> FT32_FLD_DW_BIT) & 3]); 61 fpr (stream, " "); 76 case 0x00: fpr (stream, "nz"); break; 77 case 0x01: fpr (stream, "z"); break; 78 case 0x10: fpr (stream, "ae"); break; 79 case 0x11: fpr (stream, "b"); break; 80 case 0x20: fpr (stream, "no"); break; 81 case 0x21: fpr (stream, "o"); break [all...] |
| moxie-dis.c | 30 static fprintf_ftype fpr; variable 51 fpr = info->fprintf_func; 69 fpr (stream, "%s", opcode->name); 72 fpr (stream, "%s\t%s", opcode->name, 76 fpr (stream, "%s\t%s, %s", opcode->name, 89 fpr (stream, "%s\t%s, 0x%x", opcode->name, 103 fpr (stream, "%s\t0x%x", opcode->name, imm); 116 fpr (stream, "%s\t", opcode->name); 122 fpr (stream, "%s\t(%s), %s", opcode->name, 126 fpr (stream, "%s\t%s, (%s)", opcode->name [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ft32-dis.c | 32 static fprintf_ftype fpr; variable 57 fpr (stream, "%s", oo->name); 59 fpr (stream, ".%c ", "bsl"[(iword >> FT32_FLD_DW_BIT) & 3]); 61 fpr (stream, " "); 76 case 0x00: fpr (stream, "nz"); break; 77 case 0x01: fpr (stream, "z"); break; 78 case 0x10: fpr (stream, "ae"); break; 79 case 0x11: fpr (stream, "b"); break; 80 case 0x20: fpr (stream, "no"); break; 81 case 0x21: fpr (stream, "o"); break [all...] |
| moxie-dis.c | 30 static fprintf_ftype fpr; variable 51 fpr = info->fprintf_func; 69 fpr (stream, "%s", opcode->name); 72 fpr (stream, "%s\t%s", opcode->name, 76 fpr (stream, "%s\t%s, %s", opcode->name, 89 fpr (stream, "%s\t%s, 0x%x", opcode->name, 103 fpr (stream, "%s\t0x%x", opcode->name, imm); 116 fpr (stream, "%s\t", opcode->name); 122 fpr (stream, "%s\t(%s), %s", opcode->name, 126 fpr (stream, "%s\t%s, (%s)", opcode->name [all...] |
| /src/external/gpl3/gdb/dist/sim/mips/ |
| cp1.c | 113 int fpr, 125 fmt = FPR_STATE[fpr]; 134 if (FPR_STATE[fpr] == fmt_uninterpreted) 136 FPR_STATE[fpr] = fmt; 138 printf ("DBG: Register %d was fmt_uninterpreted. Now %s\n", fpr, 142 else if (fmt != FPR_STATE[fpr] 144 && FPR_STATE[fpr] == fmt_double 145 && (FGR[fpr] == 0 || FGR[fpr] == 0xFFFFFFFF))) 147 sim_io_eprintf (SD, "FPR %d (format %s) being accessed with format %s - setting to unknown (PC = 0x%s)\n" [all...] |
| /src/external/gpl3/gdb.old/dist/sim/mips/ |
| cp1.c | 113 int fpr, 125 fmt = FPR_STATE[fpr]; 134 if (FPR_STATE[fpr] == fmt_uninterpreted) 136 FPR_STATE[fpr] = fmt; 138 printf ("DBG: Register %d was fmt_uninterpreted. Now %s\n", fpr, 142 else if (fmt != FPR_STATE[fpr] 144 && FPR_STATE[fpr] == fmt_double 145 && (FGR[fpr] == 0 || FGR[fpr] == 0xFFFFFFFF))) 147 sim_io_eprintf (SD, "FPR %d (format %s) being accessed with format %s - setting to unknown (PC = 0x%s)\n" [all...] |
| /src/sys/arch/m68k/m68k/ |
| sig_machdep.c | 365 const __fpregset_t *fpr = &mcp->__fpregs; local 381 fpr->__fp_fpregs, sizeof(fpf->fpf_regs)); 382 fpf->fpf_fpcr = fpr->__fp_pcr; 383 fpf->fpf_fpsr = fpr->__fp_psr; 384 fpf->fpf_fpiar = fpr->__fp_piaddr; 398 (void)memcpy(fpf->fpf_regs, fpr->__fp_fpregs, 400 fpf->fpf_fpcr = fpr->__fp_pcr; 401 fpf->fpf_fpsr = fpr->__fp_psr; 402 fpf->fpf_fpiar = fpr->__fp_piaddr;
|
| /src/tests/lib/libc/sys/ |
| t_ptrace_register_wait.h | 44 struct fpreg fpr; local 119 SYSCALL_REQUIRE(ptrace(PT_GETFPREGS, child, &fpr, 0) != -1); 126 ptrace(PT_SETFPREGS, child, &fpr, 0) != -1);
|
| t_ptrace_x86_wait.h | 2934 struct fpreg fpr; local 3582 fxs = &fpr.fxstate; 3587 SYSCALL_REQUIRE(ptrace(PT_GETFPREGS, child, &fpr, 0) 3649 fxs = &fpr.fxstate; 3655 "NetBSD-CORE@*", PT_GETFPREGS, &fpr, sizeof(fpr)), 3656 sizeof(fpr)); 3678 ? &fpr.fstate.s87_ac[n].f87_exp_sign \ 3683 ? &fpr.fstate.s87_ac[n].f87_mantissa \ 3752 ATF_CHECK_EQ(fpr.fstate.s87_cw [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32_isr.h | 407 NDS32_FPU8_TAB fpr; member in struct:__anon13394 409 NDS32_FPU16_TAB fpr; member in struct:__anon13394 411 NDS32_FPU32_TAB fpr; member in struct:__anon13394 413 NDS32_FPU64_TAB fpr; member in struct:__anon13394
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32_isr.h | 407 NDS32_FPU8_TAB fpr; member in struct:__anon15828 409 NDS32_FPU16_TAB fpr; member in struct:__anon15828 411 NDS32_FPU32_TAB fpr; member in struct:__anon15828 413 NDS32_FPU64_TAB fpr; member in struct:__anon15828
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-early-ra.cc | 115 // Enumerates the single FPR sizes that matter for register allocation. 124 // A live range for an FPR, containing program points [START_POINT, 125 // END_POINT]. If ALLOCNO is not INVALID_ALLOCNO, the FPR is known 196 // allocnos, such that two allocnos joined by an edge use the same FPR. 200 // that has one allocno for every FPR that needs to be allocated to 237 // The largest size of FPR needed by references to the allocno group. 254 // Represents a single FPR-sized quantity that needs to be allocated. 258 // allocnos. Quantities that occupy a single FPR are assigned their own 372 // Represents information about a copy between an allocno and an FPR. 373 // This establishes an affinity between the allocno and the FPR 380 unsigned int fpr : 16; member in struct:__anon12651::early_ra::allocno_copy_info 1638 unsigned int fpr = REGNO (src) - V0_REGNUM; local 1657 unsigned int fpr = REGNO (dest) - V0_REGNUM; local 2824 unsigned int fpr = copy.fpr - offset; local 2961 unsigned int fpr = color->hard_regno - V0_REGNUM; local 3084 unsigned int fpr = color->hard_regno - V0_REGNUM; local [all...] |
| /src/sys/arch/sparc64/sparc64/ |
| netbsd32_machdep.c | 451 netbsd32_fpregset_t *fpr = &mcp->__fpregs; 461 memcpy(&fpr->__fpu_fr, fsp->fs_regs, sizeof (fpr->__fpu_fr)); 537 const netbsd32_fpregset_t *fpr = &mcp->__fpregs; local 558 /* Note: sizeof fpr->__fpu_fr <= sizeof fsp->fs_regs. */ 559 memcpy(fsp->fs_regs, fpr->__fpu_fr, sizeof (fpr->__fpu_fr)); 560 fsp->fs_fsr = fpr->__fpu_fsr; /* don't care about fcc1-3 */ 874 const __fpregset_t *fpr = &mcp->__fpregs; local 889 /* Note: sizeof fpr->__fpu_fr <= sizeof fsp->fs_regs. * 959 __fpregset_t *fpr = &mcp->__fpregs; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| ppc-obsd-nat.c | 209 ppcobsd_reg_offsets.f0_offset = offsetof (struct reg, fpr); 212 ppcobsd_fpreg_offsets.f0_offset = offsetof (struct fpreg, fpr);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ppc-obsd-nat.c | 209 ppcobsd_reg_offsets.f0_offset = offsetof (struct reg, fpr); 212 ppcobsd_fpreg_offsets.f0_offset = offsetof (struct fpreg, fpr);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.xml/ |
| tdesc-regs.exp | 56 set core-regs {s390-core32.xml s390-acr.xml s390-fpr.xml}
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.xml/ |
| tdesc-regs.exp | 59 set core-regs {s390-core32.xml s390-acr.xml s390-fpr.xml}
|
| /src/usr.bin/ |
| Makefile | 13 false fdformat fgen fincore find finger flock fmt fold fpr from \
|
| /src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| linux-unwind.h | 71 double fpr[32]; member in struct:gcc_regs 255 fs->regs.reg[i + 32].loc.offset = (long) ®s->fpr[i] - new_cfa;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| linux-unwind.h | 71 double fpr[32]; member in struct:gcc_regs 255 fs->regs.reg[i + 32].loc.offset = (long) ®s->fpr[i] - new_cfa;
|