Hi All,
The attached patch adds XACQ and XREL target flags to support HLE prefixes. It add assembler and encoding support for HLE prefixed insns.
Yours
- Michael
Paths
| Differential D438
Add HLE encoding/assembler support Needs ReviewPublic Authored by darkbuck on Feb 20 2013, 2:19 PM.
Details
Summary Hi All, The attached patch adds XACQ and XREL target flags to support HLE prefixes. It add assembler and encoding support for HLE prefixed insns. Yours
Diff Detail Event TimelineComment Actions this patch is rebased on the trunk and revised after the change replacing TargetFlags to HLEHint Comment Actions Hi All This patch is rebased against LLVM trunk. There's no significant change. Thanks
Revision Contents
Diff 1322 lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrInfo.td
test/MC/X86/x86_64-hle-encoding.s
|