Lines Matching refs:fastop
212 struct fastop;
225 void (*fastop)(struct fastop *fake); member
315 static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *));
325 extern void em_##op(struct fastop *fake); \
1022 return fastop(ctxt, em_bsf); in em_bsf_c()
1030 return fastop(ctxt, em_bsr); in em_bsr_c()
2299 fastop(ctxt, em_cmp); in em_cmpxchg()
3400 fastop(ctxt, em_or); in em_das()
3426 fastop(ctxt, em_or); in em_aam()
3444 fastop(ctxt, em_or); in em_aad()
3535 return fastop(ctxt, em_imul); in em_imul_3op()
4343 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) }
5407 static int fastop(struct x86_emulate_ctxt *ctxt, void (*fop)(struct fastop *)) in fastop() argument
5586 void (*fop)(struct fastop *) = (void *)ctxt->execute; in x86_emulate_insn()
5587 rc = fastop(ctxt, fop); in x86_emulate_insn()