Lines Matching refs:fastop
202 void (*fastop)(struct fastop *fake); member
309 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop);
329 extern void em_##op(struct fastop *fake); \
1088 return fastop(ctxt, em_bsf); in em_bsf_c()
1096 return fastop(ctxt, em_bsr); in em_bsr_c()
2395 fastop(ctxt, em_cmp); in em_cmpxchg()
3506 fastop(ctxt, em_or); in em_das()
3532 fastop(ctxt, em_or); in em_aam()
3550 fastop(ctxt, em_or); in em_aad()
3641 return fastop(ctxt, em_imul); in em_imul_3op()
4423 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) }
5519 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop) in fastop() function
5698 rc = fastop(ctxt, ctxt->fop); in x86_emulate_insn()