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

/freebsd-11-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-11-stable/contrib/gcc/config/i386/
H A Dcrtfastmath.c89 unsigned short int fop; member in struct:__anon1238
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c712 linux_get_fop(struct linux_file *filp, const struct file_operations **fop, argument
719 *fop = filp->f_op;
725 *fop = ldev->ops;
763 const struct file_operations *fop; local
779 linux_get_fop(filp, &fop, &ldev);
781 if (fop->open != NULL) {
782 error = -fop->open(file->f_vnode, filp);
932 const struct file_operations *fop, u_long cmd, caddr_t data,
958 if (fop->compat_ioctl != NULL) {
959 error = -OPW(fp, td, fop
931 linux_file_ioctl_sub(struct file *fp, struct linux_file *filp, const struct file_operations *fop, u_long cmd, caddr_t data, struct thread *td) argument
1149 const struct file_operations *fop; local
1226 linux_file_mmap_single(struct file *fp, const struct file_operations *fop, vm_ooffset_t *offset, vm_size_t size, struct vm_object **object, int nprot, struct thread *td) argument
1389 const struct file_operations *fop; local
1431 const struct file_operations *fop; local
1474 const struct file_operations *fop; local
1497 const struct file_operations *fop; local
1537 const struct file_operations *fop; local
1592 linux_file_mmap_sub(struct thread *td, vm_size_t objsize, vm_prot_t prot, vm_prot_t *maxprotp, int *flagsp, struct file *fp, vm_ooffset_t *foff, const struct file_operations *fop, vm_object_t *objp) argument
1616 const struct file_operations *fop; local
[all...]
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodev.py134 fop = FindOp()
135 fop.crid = crid
136 fop.name = name
137 s = array.array('B', fop.pack_hdr())
139 fop.unpack(s)
142 idx = fop.name.index('\x00')
143 name = fop.name[:idx]
145 name = fop.name
147 return fop.crid, name
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
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 DRegisterContext_x86.h256 uint16_t fop; // Last Instruction Opcode (fop) member in struct:lldb_private::FXSAVE
H A DRegisterInfos_x86_64.h259 DEFINE_FPR(fop, fop, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM),
405 UPDATE_FPR_INFO(fop, fop);
H A DRegisterContextDarwin_i386.cpp307 {DEFINE_FPU_UINT(fop),
634 value = fpu.fop;
751 fpu.fop = value.GetAsUInt16();
H A DRegisterInfos_i386.h236 DEFINE_FPR(fop, fop, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,
H A DRegisterContextDarwin_x86_64.cpp361 {DEFINE_FPU_UINT(fop),
685 value = fpu.fop;
811 fpu.fop = value.GetAsUInt16();
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_htable.c211 iplookupflush_t fop; local
213 fop.iplf_type = IPLT_HASH;
214 fop.iplf_unit = IPL_LOGALL;
215 fop.iplf_arg = 0;
216 fop.iplf_count = 0;
217 *fop.iplf_name = '\0';
218 ipf_htable_flush(softc, arg, &fop);
H A Dip_dstlist.c261 /* fop(I) - pointer to lookup flush operation data */
268 ipf_dstlist_flush(softc, arg, fop)
271 iplookupflush_t *fop;
278 if (fop->iplf_unit != IPLT_ALL && fop->iplf_unit != i)
283 if ((*fop->iplf_name != '\0') &&
284 strncmp(fop->iplf_name, node->ipld_name,
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c918 Dwarf_Unsigned len, Dwarf_Unsigned *count, Dwarf_Frame_Op *fop,
927 if (fop != NULL) \
928 fop[*count].fp_base_op = (x) >> 6; \
935 if (fop != NULL) \
936 fop[*count].fp_extended_op = (x); \
943 if (fop != NULL) \
944 fop[*count].fp_register = (x); \
951 if (fop != NULL) \
952 fop[*count].fp_offset = (x); \
960 if (fop !
917 _dwarf_frame_convert_inst(Dwarf_Debug dbg, uint8_t addr_size, uint8_t *insts, Dwarf_Unsigned len, Dwarf_Unsigned *count, Dwarf_Frame_Op *fop, Dwarf_Frame_Op3 *fop3, Dwarf_Error *error) argument
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dip_dstlist.c261 /* fop(I) - pointer to lookup flush operation data */
268 ipf_dstlist_flush(softc, arg, fop)
271 iplookupflush_t *fop;
278 if (fop->iplf_unit != IPLT_ALL && fop->iplf_unit != i)
283 if ((*fop->iplf_name != '\0') &&
284 strncmp(fop->iplf_name, node->ipld_name,
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux.h198 u_int16_t fop; member in struct:l_fpstate
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_ptrace.c203 l_ushort fop; member in struct:linux_pt_fpxreg
/freebsd-11-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-11-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 308 milliseconds