Searched refs:X86EMUL_OPC_F3 (Results 1 – 3 of 3) sorted by relevance
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 647 # define X86EMUL_OPC_F3(ext, byte) (X86EMUL_OPC(ext, byte) | 0x00000200) macro 658 (X86EMUL_OPC_F3(ext, byte) | X86EMUL_OPC_VEX_) 667 (X86EMUL_OPC_F3(ext, byte) | X86EMUL_OPC_EVEX_) 673 #define X86EMUL_OPC_XOP_F3(ext, byte) X86EMUL_OPC_F3(0x8f##ext, byte)
|
A D | x86_emulate.c | 2591 ctxt->opcode |= X86EMUL_OPC_F3(0, 0); in x86_decode_onebyte() 4445 case X86EMUL_OPC_F3(0, 0x90): /* pause / xchg %%r8,%%rax */ in x86_emulate() 7905 case X86EMUL_OPC_F3(0x0f, 0x7e): /* movq xmm/m64,xmm */ in x86_emulate() 8309 case X86EMUL_OPC_F3(0x0f, 0xae): /* Grp15 */ in x86_emulate() 8422 case X86EMUL_OPC_F3(0x0f, 0xb8): /* popcnt r/m,r */ in x86_emulate() 8871 case X86EMUL_OPC_F3(0x0f, 0xd6): /* movq2dq mm,xmm */ in x86_emulate() 10342 case X86EMUL_OPC_F3(0x0f38, 0xf6): /* adox r/m,r */ in x86_emulate() 10404 case X86EMUL_OPC_F3(0x0f38, 0xf8): /* enqcmds r,m512 */ in x86_emulate() 12252 case X86EMUL_OPC_F3(0x0f, 0x18) in x86_insn_is_mem_access() 12253 ... X86EMUL_OPC_F3(0x0f, 0x1f): /* NOP space */ in x86_insn_is_mem_access() [all …]
|
/xen/xen/include/asm-x86/hvm/svm/ |
A D | emulate.h | 31 #define INSTR_PAUSE INSTR_ENC(X86EMUL_OPC_F3(0, 0x90), 0)
|
Completed in 24 milliseconds