Home
last modified time | relevance | path

Searched defs:fop (Results 1 – 9 of 9) sorted by relevance

/arch/x86/include/asm/
Duser_32.h60 unsigned short fop; member
Duser_64.h56 unsigned short fop; member
Duser32.h24 unsigned short fop; member
/arch/x86/include/asm/fpu/
Dtypes.h38 u16 fop; /* Last Instruction Opcode */ member
/arch/arm/vfp/
Dvfpdouble.c1135 struct op *fop; in vfp_double_cpdo() local
Dvfpsingle.c1180 struct op *fop; in vfp_single_cpdo() local
/arch/x86/include/uapi/asm/
Dsigcontext.h154 __u16 fop; member
/arch/x86/kvm/
Demulate.c1082 void (*fop)(void) = (void *)em_setcc + 4 * (condition & 0xf); in test_cc() local
5759 void (*fop)(struct fastop *) = (void *)ctxt->execute; in x86_emulate_insn() local
/arch/powerpc/xmon/
Dppc-opc.c2502 #define SCI8BF(op, fop, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 11) | (((fop) & 7) << 2… argument