RESOLVED FIXED 71867
Move code to handle 8bit regs from X86Assembler to MacroAssembler
https://bugs.webkit.org/show_bug.cgi?id=71867
Summary Move code to handle 8bit regs from X86Assembler to MacroAssembler
Gavin Barraclough
Reported 2011-11-08 17:08:18 PST
This code is fine, but is in the wrong place really. X86 assembler should basically just format up exactly the instruction you request - not expand out to a set of instructions (that is what the macro assembler layer is for!). For other 8-bit ops, on X86 we don't guard against clients accessing the XH registers.
Attachments
Gavin Barraclough
Comment 1 2011-11-08 17:12:07 PST
Fixed in r99640
Note You need to log in before you can comment on or make changes to this bug.