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

/freebsd-10-stable/contrib/gdb/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...]
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dcrtfastmath.c89 unsigned short int fop; member in struct:__anon1058
/freebsd-10-stable/contrib/gdb/gdb/
H A Di387-tdep.c217 ULONGEST fop; local
234 fop = get_frame_register_unsigned (frame, I387_FOP_REGNUM);
287 local_hex_string_custom (fop ? (fop | 0xd800) : 0, "04"));
377 18 /* `fop' (bottom 11 bits). */
499 6, /* `fop' (bottom 11 bits). */
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_htable.c215 iplookupflush_t fop; local
217 fop.iplf_type = IPLT_HASH;
218 fop.iplf_unit = IPL_LOGALL;
219 fop.iplf_arg = 0;
220 fop.iplf_count = 0;
221 *fop.iplf_name = '\0';
222 ipf_htable_flush(softc, arg, &fop);
H A Dip_dstlist.c269 /* fop(I) - pointer to lookup flush operation data */
276 ipf_dstlist_flush(softc, arg, fop)
279 iplookupflush_t *fop;
286 if (fop->iplf_unit != IPLT_ALL && fop->iplf_unit != i)
291 if ((*fop->iplf_name != '\0') &&
292 strncmp(fop->iplf_name, node->ipld_name,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterInfos_x86_64.h177 DEFINE_FPR(fop, fop, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, gdb_fop_x86_64),
345 UPDATE_FPR_INFO(fop, fop);
H A DRegisterInfos_i386.h131 DEFINE_FPR(fop, fop, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, gdb_fop_i386),
H A DRegisterContext_x86.h400 uint16_t fop; // Last Instruction Opcode (fop) member in struct:FXSAVE
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h101 uint16_t fop; member in struct:RegisterContextDarwin_i386::FPU
H A DRegisterContextDarwin_x86_64.h105 uint16_t fop; // "fop" member in struct:RegisterContextDarwin_x86_64::FPU
H A DRegisterContextDarwin_i386.cpp255 { DEFINE_FPU_UINT(fop) , { LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM , gdb_fop , fpu_fop }, NULL, NULL},
606 value = fpu.fop;
726 fpu.fop = value.GetAsUInt16();
H A DRegisterContextDarwin_x86_64.cpp283 { DEFINE_FPU_UINT(fop) , { LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM , gdb_fpu_fop , fpu_fop }, NULL, NULL},
653 value = fpu.fop;
781 fpu.fop = value.GetAsUInt16();
/freebsd-10-stable/contrib/ipfilter/
H A Dip_dstlist.c269 /* fop(I) - pointer to lookup flush operation data */
276 ipf_dstlist_flush(softc, arg, fop)
279 iplookupflush_t *fop;
286 if (fop->iplf_unit != IPLT_ALL && fop->iplf_unit != i)
291 if ((*fop->iplf_name != '\0') &&
292 strncmp(fop->iplf_name, node->ipld_name,
/freebsd-10-stable/sys/amd64/linux/
H A Dlinux.h208 u_int16_t fop; member in struct:l_fpstate
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_ptrace.c207 l_ushort fop; member in struct:linux_pt_fpxreg
/freebsd-10-stable/contrib/binutils/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)
/freebsd-10-stable/contrib/gcc/
H A Dfold-const.c13338 tree fop = fold_read_from_constant_string (op);
13339 if (fop)
13340 return fop;
13303 tree fop = fold_read_from_constant_string (op); local

Completed in 167 milliseconds