Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Demulate.c303 #define emulate_2op_SrcV(ctxt, _op) \ macro
1854 emulate_2op_SrcV(ctxt, "cmp"); in em_cmpxchg()
2621 emulate_2op_SrcV(ctxt, "or"); in em_das()
2680 emulate_2op_SrcV(ctxt, "add"); in em_add()
2686 emulate_2op_SrcV(ctxt, "or"); in em_or()
2692 emulate_2op_SrcV(ctxt, "adc"); in em_adc()
2698 emulate_2op_SrcV(ctxt, "sbb"); in em_sbb()
2704 emulate_2op_SrcV(ctxt, "and"); in em_and()
2710 emulate_2op_SrcV(ctxt, "sub"); in em_sub()
2716 emulate_2op_SrcV(ctxt, "xor"); in em_xor()
[all …]