Lines Matching defs:fastop
168 #define Fastop ((u64)1 << 44) /* Use opcode::u.fastop */
202 void (*fastop)(struct fastop *fake);
293 * fastop functions have a special calling convention:
299 * ex: rsi (in:fastop pointer, out:zero if exception)
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);
1096 return fastop(ctxt, em_bsr);
2395 fastop(ctxt, em_cmp);
3506 fastop(ctxt, em_or);
3532 fastop(ctxt, em_or);
3550 fastop(ctxt, em_or);
3641 return fastop(ctxt, em_imul);
4423 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) }
5519 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop)
5698 rc = fastop(ctxt, ctxt->fop);