X86: Let microops force folding an index into the high byte of a register.
This commit is contained in:
@@ -151,6 +151,10 @@ let {{
|
||||
assembler.symbols["r%s" % reg] = \
|
||||
regIdx("INTREG_R%s" % reg.upper())
|
||||
|
||||
for reg in ('ah', 'bh', 'ch', 'dh'):
|
||||
assembler.symbols[reg] = \
|
||||
regIdx("INTREG_FOLDED(INTREG_%s, IntFoldBit)" % reg.upper())
|
||||
|
||||
for reg in range(16):
|
||||
assembler.symbols["cr%d" % reg] = regIdx("MISCREG_CR%d" % reg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user