Skip to content
Commit 6db4b4cc authored by Evan Cheng's avatar Evan Cheng
Browse files

Fix x86-64 encoding bug. REX prefix must always follow 0x0F prefix. For...

Fix x86-64 encoding bug. REX prefix must always follow 0x0F prefix. For example, extractps in 64bit mode: 66 REX 0F 3A 17, not 66 0F 3A REX 17.

llvm-svn: 49157
parent d9129d1d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment