X86: Add a microop to read a segments attribute register.
This commit is contained in:
parent
e0c20386ac
commit
6bd9cf3594
1 changed files with 5 additions and 0 deletions
|
@ -1008,6 +1008,11 @@ let {{
|
|||
DestReg = SegLimitSrc1;
|
||||
'''
|
||||
|
||||
class RdAttr(SegOp):
|
||||
code = '''
|
||||
DestReg = SegAttrSrc1;
|
||||
'''
|
||||
|
||||
class Rdsel(SegOp):
|
||||
code = '''
|
||||
DestReg = SegSelSrc1;
|
||||
|
|
Loading…
Reference in a new issue