From 920474115c3182b19008598b0def86cb8fdf1318 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Thu, 30 Jun 2016 16:14:32 +0200 Subject: x86-64-asm: More opcodes Implement some more opcodes, syscall, sysret, lfence, mfence, sfence. --- tests/asmtest.S | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/asmtest.S b/tests/asmtest.S index 79419b9..bf51c44 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -607,6 +607,13 @@ int $0x10 rdmsr rdpmc ud2 +#ifdef __x86_64__ + syscall + sysret + lfence + mfence + sfence +#endif emms movd %edx, %mm3 -- cgit v1.3.1