Searched refs:fastop (Results 1 – 2 of 2) sorted by relevance
297 struct fastop;299 typedef void (*fastop_t)(struct fastop *);
204 void (*fastop)(struct fastop *fake); member307 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop);325 extern void em_##op(struct fastop *fake); \1042 return fastop(ctxt, em_bsf); in em_bsf_c()1050 return fastop(ctxt, em_bsr); in em_bsr_c()2244 fastop(ctxt, em_cmp); in em_cmpxchg()3361 fastop(ctxt, em_or); in em_das()3387 fastop(ctxt, em_or); in em_aam()3405 fastop(ctxt, em_or); in em_aad()3496 return fastop(ctxt, em_imul); in em_imul_3op()[all …]