Lines Matching defs:fastop
169 #define Fastop ((u64)1 << 44) /* Use opcode::u.fastop */
205 void (*fastop)(struct fastop *fake);
275 * fastop functions have a special calling convention:
281 * ex: rsi (in:fastop pointer, out:zero if exception)
291 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop);
313 extern void em_##op(struct fastop *fake); \
1053 return fastop(ctxt, em_bsf);
1061 return fastop(ctxt, em_bsr);
2284 fastop(ctxt, em_cmp);
3078 fastop(ctxt, em_or);
3104 fastop(ctxt, em_or);
3122 fastop(ctxt, em_or);
3213 return fastop(ctxt, em_imul);
3998 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) }
5104 static int fastop(struct x86_emulate_ctxt *ctxt, fastop_t fop)
5287 rc = fastop(ctxt, ctxt->fop);