|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] hvm_decode() questions
1) single-byte opcode 0x87 (xchg): What is this strange conditional
if ( ((*(opcode+1)) & 0xc7) == 5 )
supposed to address? xchg has absolutely symmetric operands.
2) two-byte opcode 0xB7 (movzx): What is this dependency on rex
bit 3 doing here? Apparently this was based on Intel's (broken)
documentation - the source operand is always 16 bits.
Unless someone can explain these, I'll send a patch to remove them.
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] hvm_decode() questions,
Jan Beulich <=
|
|
|
|
|