Deleted Added
sdiff udiff text old ( 8290:3c628a51f6e1 ) new ( 10959:30c700ee0d47 )
full compact
1# Copyright (c) 2007 The Hewlett-Packard Development Company
2# Copyright (c) 2012-2013 AMD
3# All rights reserved.
4#
5# The license below extends only to copyright in the software and shall
6# not be construed as granting a license to any other intellectual
7# property including but not limited to intellectual property relating
8# to a hardware implementation of the functionality of the software
9# licensed hereunder. You may use the software subject to the license
10# terms below provided that you ensure that this notice is replicated

--- 63 unchanged lines hidden (view full) ---

74 .serializing
75 .adjust_env maxOsz
76
77 # Get the limit
78 ld t1, seg, sib, disp, dataSize=2
79 # Get the base
80 ld t2, seg, sib, 'adjustedDisp + 2', dataSize=4
81 zexti t2, t2, 23, dataSize=8
82 wrbase tsg, t2, dataSize=8
83 wrlimit tsg, t1
84};
85
86def macroop LGDT_16_P
87{
88 .serializing
89 .adjust_env maxOsz
90

--- 44 unchanged lines hidden (view full) ---

135 .serializing
136 .adjust_env maxOsz
137
138 # Get the limit
139 ld t1, seg, sib, disp, dataSize=2
140 # Get the base
141 ld t2, seg, sib, 'adjustedDisp + 2', dataSize=4
142 zexti t2, t2, 23, dataSize=8
143 wrbase idtr, t2, dataSize=8
144 wrlimit idtr, t1
145};
146
147def macroop LIDT_16_P
148{
149 .serializing
150 .adjust_env maxOsz
151

--- 126 unchanged lines hidden ---