Home
last modified time | relevance | path

Searched refs:fop (Results 1 – 14 of 14) sorted by relevance

/arch/x86/include/asm/
A Duser_32.h60 unsigned short fop; member
A Duser_64.h56 unsigned short fop; member
A Duser32.h24 unsigned short fop; member
/arch/arm/vfp/
A Dvfpdouble.c1135 struct op *fop; in vfp_double_cpdo() local
1139 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)]; in vfp_double_cpdo()
1145 if (fop->flags & OP_SD) in vfp_double_cpdo()
1153 if (fop->flags & OP_SM) in vfp_double_cpdo()
1162 if ((fop->flags & OP_SCALAR) || (FREG_BANK(dest) == 0)) in vfp_double_cpdo()
1170 if (!fop->fn) in vfp_double_cpdo()
1177 type = fop->flags & OP_SD ? 's' : 'd'; in vfp_double_cpdo()
1187 except = fop->fn(dest, dn, dm, fpscr); in vfp_double_cpdo()
A Dvfpsingle.c1180 struct op *fop; in vfp_single_cpdo() local
1184 fop = (op == FOP_EXT) ? &fops_ext[FEXT_TO_IDX(inst)] : &fops[FOP_TO_IDX(op)]; in vfp_single_cpdo()
1192 if (fop->flags & OP_DD) in vfp_single_cpdo()
1201 if ((fop->flags & OP_SCALAR) || FREG_BANK(dest) == 0) in vfp_single_cpdo()
1209 if (!fop->fn) in vfp_single_cpdo()
1217 type = fop->flags & OP_DD ? 'd' : 's'; in vfp_single_cpdo()
1227 except = fop->fn(dest, sn, m, fpscr); in vfp_single_cpdo()
/arch/x86/um/
A Dptrace.c89 membuf_store(&to, fxsave->fcs | ((unsigned long)fxsave->fop << 16)); in _um_i387_from_fxsr()
134 fxsave->fop = (unsigned short)((from->fcs & 0xffff0000ul) >> 16); in um_fxsr_from_i387()
/arch/x86/kernel/fpu/
A Dregset.c359 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16); in __convert_from_fxsr()
385 fxsave->fop = (u16) ((u32) env->fcs >> 16); in convert_to_fxsr()
/arch/x86/include/asm/fpu/
A Dtypes.h40 u16 fop; /* Last Instruction Opcode */ member
/arch/x86/include/uapi/asm/
A Dsigcontext.h154 __u16 fop; member
/arch/x86/kvm/
A Dkvm_emulate.h356 fastop_t fop; member
A Demulate.c291 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop);
1072 void (*fop)(void) = (void *)em_setcc + FASTOP_SIZE * (condition & 0xf); in test_cc() local
1076 : "=a"(rc), ASM_CALL_CONSTRAINT : [thunk_target]"r"(fop), [flags]"r"(flags)); in test_cc()
5077 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop) in fastop() argument
5082 fop += __ffs(ctxt->dst.bytes) * FASTOP_SIZE; in fastop()
5086 [thunk_target]"+S"(fop), ASM_CALL_CONSTRAINT in fastop()
5090 if (!fop) /* exception is returned in fop variable */ in fastop()
5260 rc = fastop(ctxt, ctxt->fop); in x86_emulate_insn()
A Dx86.c12140 fpu->last_opcode = fxsave->fop; in kvm_arch_vcpu_ioctl_get_fpu()
12164 fxsave->fop = fpu->last_opcode; in kvm_arch_vcpu_ioctl_set_fpu()
/arch/x86/kvm/svm/
A Dsev.c896 save->x87_fop = xsave->i387.fop; in sev_es_sync_vmsa()
/arch/powerpc/xmon/
A Dppc-opc.c2502 #define SCI8BF(op, fop, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 11) | (((fop) & 7) << 2… argument

Completed in 78 milliseconds