xreturn.py (5433:1b0b8e9ba6a9) xreturn.py (5590:2ff5831fd2eb)
1# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use of this software in source and binary forms,
5# with or without modification, are permitted provided that the
6# following conditions are met:
7#
8# The software must be used only for Non-Commercial Use which means any

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

104 ld t3, tsl, [1, t0, t3], dataSize=8
105 bri t0, label("processDescriptor")
106globalDescriptor:
107 ld t3, tsg, [1, t0, t3], dataSize=8
108processDescriptor:
109 chks t2, t3, IretCheck, dataSize=8
110 # There should be validity checks on the RIP checks here, but I'll do
111 # that later.
1# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use of this software in source and binary forms,
5# with or without modification, are permitted provided that the
6# following conditions are met:
7#
8# The software must be used only for Non-Commercial Use which means any

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

104 ld t3, tsl, [1, t0, t3], dataSize=8
105 bri t0, label("processDescriptor")
106globalDescriptor:
107 ld t3, tsg, [1, t0, t3], dataSize=8
108processDescriptor:
109 chks t2, t3, IretCheck, dataSize=8
110 # There should be validity checks on the RIP checks here, but I'll do
111 # that later.
112 wrdl reg, t3, t2
113 wrsel reg, t2
112 wrdl cs, t3, t2
113 wrsel cs, t2
114 wrip t0, t1
115 bri t0, label("end")
116
117 # Do other stuff if they're not.
118end:
119 fault "NoFault"
120};
121'''
114 wrip t0, t1
115 bri t0, label("end")
116
117 # Do other stuff if they're not.
118end:
119 fault "NoFault"
120};
121'''