Home
last modified time | relevance | path

Searched refs:emulate_1op (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/x86/kvm/
Demulate.c303 #define emulate_1op(_op, _dst, _eflags) \ macro
1450 emulate_1op("neg", c->dst, ctxt->eflags); in emulate_grp3()
1481 emulate_1op("inc", c->dst, ctxt->eflags); in emulate_grp45()
1484 emulate_1op("dec", c->dst, ctxt->eflags); in emulate_grp45()
3091 emulate_1op("inc", c->dst, ctxt->eflags); in x86_emulate_insn()
3094 emulate_1op("dec", c->dst, ctxt->eflags); in x86_emulate_insn()