Searched refs:fastop (Results 1 – 2 of 2) sorted by relevance
299 struct fastop;301 typedef void (*fastop_t)(struct fastop *);
205 void (*fastop)(struct fastop *fake); member308 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop);326 extern void em_##op(struct fastop *fake); \1044 return fastop(ctxt, em_bsf); in em_bsf_c()1052 return fastop(ctxt, em_bsr); in em_bsr_c()2348 fastop(ctxt, em_cmp); in em_cmpxchg()3456 fastop(ctxt, em_or); in em_das()3482 fastop(ctxt, em_or); in em_aam()3500 fastop(ctxt, em_or); in em_aad()3591 return fastop(ctxt, em_imul); in em_imul_3op()[all …]