Searched refs:fop (Results 1 - 22 of 22) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/ext/re/t/
H A Dlexical_debug.pl3 $_ = 'foo bar baz bop boq bor fip fop';
28 /fop/ and $count++;
H A Dlexical_debug.t31 ok( $out !~ /EXACT <fop>/, "No 'baz'" );
/openbsd-current/gnu/usr.bin/binutils/gdb/gdbserver/
H A Di387-fp.c34 /* All these are only sixteen bits, plus padding, except for fop (which
41 unsigned short fop; member in struct:i387_fsave
50 /* All these are only sixteen bits, plus padding, except for fop (which
55 unsigned short fop; member in struct:i387_fxsave
87 collect_register_by_name ("fop", &val2);
88 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800);
141 val = (fp->fop) & 0x7FF;
142 supply_register_by_name ("fop", &val);
164 collect_register_by_name ("fop",
[all...]
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dcrtfastmath.c89 unsigned short int fop; member in struct:__anon154
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextNetBSD_i386.cpp39 uint16_t fop; // Last Instruction Opcode (fop) member in struct:FPR_i386
H A DRegisterContextLinux_i386.cpp39 uint16_t fop; // Last Instruction Opcode (fop) member in struct:FPR_i386
H A DRegisterContextDarwin_i386.h81 uint16_t fop; member in struct:RegisterContextDarwin_i386::FPU
H A DRegisterContextDarwin_x86_64.h86 uint16_t fop; // "fop" member in struct:RegisterContextDarwin_x86_64::FPU
H A DRegisterContextDarwin_i386.cpp288 {DEFINE_FPU_UINT(fop),
605 value = fpu.fop;
722 fpu.fop = value.GetAsUInt16();
H A DRegisterInfos_i386.h235 DEFINE_FPR(fop, fop, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,
H A DRegisterContext_x86.h270 uint16_t fop; // Last Instruction Opcode (fop) member in struct:lldb_private::FXSAVE
H A DRegisterInfos_x86_64.h266 DEFINE_FPR(fop, fop, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM),
416 UPDATE_FPR_INFO(fop, fop);
H A DRegisterContextDarwin_x86_64.cpp337 {DEFINE_FPU_UINT(fop),
651 value = fpu.fop;
777 fpu.fop = value.GetAsUInt16();
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di387-tdep.c217 ULONGEST fop; local
234 fop = get_frame_register_unsigned (frame, I387_FOP_REGNUM);
287 hex_string_custom (fop ? (fop | 0xd800) : 0, 4));
375 18 /* `fop' (bottom 11 bits). */
523 6, /* `fop' (bottom 11 bits). */
/openbsd-current/gnu/usr.bin/perl/t/base/
H A Dlex.t580 sub fop() { 0 }
582 { local $SIG{__WARN__}=sub{}; eval 'fop bas'; }
583 print "not " unless ref $::{fop} eq 'SCALAR';
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dsparc-opc.c1431 #define CONDFC(fop, cop, mask, flags) \
1432 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
1433 FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags), \
1436 #define CONDFCL(fop, cop, mask, flags) \
1437 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
1438 FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags), \
1441 #define CONDF(fop, mask, flags) \
1442 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
1443 FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags)
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dsparc-opc.c1400 #define CONDFC(fop, cop, mask, flags) \
1401 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
1402 FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags), \
1405 #define CONDFCL(fop, cop, mask, flags) \
1406 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
1407 FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags), \
1410 #define CONDF(fop, mask, flags) \
1411 FBRX(fop, F2(0, 5)|COND(mask), F2(~0, ~5)|COND(~(mask)), flags), /* v9 */ \
1412 FBR(fop, F2(0, 6)|COND(mask), F2(~0, ~6)|COND(~(mask)), flags)
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp1337 {e_regSetFPU, fpu_fop, "fop", NULL, Uint, Hex, FPU_SIZE_UINT(fop),
1338 FPU_OFFSET(fop), INVALID_NUB_REGNUM, INVALID_NUB_REGNUM,
1428 {e_regSetFPU, fpu_fop, "fop", NULL, Uint, Hex, FPU_SIZE_UINT(fop),
1429 AVX_OFFSET(fop), INVALID_NUB_REGNUM, INVALID_NUB_REGNUM,
1577 {e_regSetFPU, fpu_fop, "fop", NULL, Uint, Hex, FPU_SIZE_UINT(fop),
1578 AVX_OFFSET(fop), INVALID_NUB_REGNUM, INVALID_NUB_REGNUM,
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1754 {e_regSetFPU, fpu_fop, "fop", NULL, Uint, Hex, FPU_SIZE_UINT(fop),
1755 FPU_OFFSET(fop), -1U, -1U, -1U, -1U, NULL, NULL},
1869 {e_regSetFPU, fpu_fop, "fop", NULL, Uint, Hex, FPU_SIZE_UINT(fop),
1870 AVX_OFFSET(fop), -1U, -1U, -1U, -1U, NULL, NULL},
2067 {e_regSetFPU, fpu_fop, "fop", NULL, Uint, Hex, FPU_SIZE_UINT(fop),
2068 AVX_OFFSET(fop), -1U, -1U, -1U, -1U, NULL, NULL},
/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp.c2213 U8 fop = OP(first); local
2216 if (fop == NOTHING || fop == MBOL || fop == SBOL || fop == PLUS) {
2223 if (REGNODE_TYPE(fop) == NOTHING && nop == END)
2225 else if ((fop == MBOL || (fop == SBOL && !FLAGS(first))) && nop == END)
2226 /* when fop is SBOL first->flags will be true only when it was
2232 else if (fop
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.pm270 =item fop=STRING
/openbsd-current/gnu/gcc/gcc/
H A Dfold-const.c13315 tree fop = fold_read_from_constant_string (op);
13316 if (fop)
13317 return fop;
13280 tree fop = fold_read_from_constant_string (op); local

Completed in 380 milliseconds