X86: Add microassembler symbols for floating point stack register operands.
This commit is contained in:
@@ -219,6 +219,8 @@ let {{
|
||||
return regIdx("NUM_FLOATREGS + (((%s) + 8) %% 8)" % index)
|
||||
|
||||
assembler.symbols["st"] = stack_index
|
||||
assembler.symbols["sti"] = stack_index("env.reg")
|
||||
assembler.symbols["stim"] = stack_index("env.regm")
|
||||
|
||||
macroopDict = assembler.assemble(microcode)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user