yasm/modules
Paul Blinzer 91d628ac60 New AMD Excavator MONITORX, MWAITX instruction support (for 32bit/64bit) (#78)
MONITORX has opcode "0F 01 FA".
rAX contains address to be monitored
ECX specifies optional extensions
EDX specifies optional hints

MWAITX has opcode "0F 01 FA".
EAX specifies optional hints
ECX specifies optional extensions

Public documentation: http://support.amd.com/TechDocs/24594.pdf

New CLZERO instruction support (for 32bit/64bit)
		* clzero has opcode "0F 01 FC".
		* clzero gets enabled with CPUID, 8000_0008, EBX[0] =1.
		* clzero instruction zero's out the 64 byte cache line specified in rAX. Bits 5:0 of rAX are ignored

Copyright (c) 2016 Advanced Micro Devices, Inc. All rights reserved.
Redistributed under simplified 2-clause BSD licence
2017-09-23 15:08:03 -07:00
..
arch New AMD Excavator MONITORX, MWAITX instruction support (for 32bit/64bit) (#78) 2017-09-23 15:08:03 -07:00
dbgfmts COFF/PE: Always set paddr and vaddr to 0. 2014-09-26 21:12:42 -07:00
listfmts Remove $Id$ and RCSID() usage. 2011-08-19 10:43:16 -07:00
objfmts Merge pull request #68 from jix/master 2015-01-01 21:51:00 -08:00
parsers gas-parse.c: Eliminate warning. 2012-08-30 23:53:41 -07:00
preprocs Support numbers prefixed with + or - in %ifnum 2015-10-17 21:50:15 +02:00
CMakeLists.txt Allow building of static executables with cmake. 2014-08-10 23:18:46 -07:00
Makefile.inc Remove $Id$ and RCSID() usage. 2011-08-19 10:43:16 -07:00