Lines Matching refs:fastop
206 struct fastop;
219 void (*fastop)(struct fastop *fake); member
309 static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *));
315 extern void em_##op(struct fastop *fake); \
951 return fastop(ctxt, em_bsf); in em_bsf_c()
959 return fastop(ctxt, em_bsr); in em_bsr_c()
969 : "=a"(rc) : [fastop]"r"(fop), [flags]"r"(flags)); in test_cc()
2232 fastop(ctxt, em_cmp); in em_cmpxchg()
2999 fastop(ctxt, em_or); in em_das()
3025 fastop(ctxt, em_or); in em_aam()
3043 fastop(ctxt, em_or); in em_aad()
3134 return fastop(ctxt, em_imul); in em_imul_3op()
3748 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) }
4797 static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *)) in fastop() function
4804 [fastop]"+S"(fop) in fastop()
4970 void (*fop)(struct fastop *) = (void *)ctxt->execute; in x86_emulate_insn()
4971 rc = fastop(ctxt, fop); in x86_emulate_insn()