regop.isa (5661:443e6f925027) regop.isa (5670:1df7cdfc4aa6)
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

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

996
997 class Wrsel(SegOp):
998 code = '''
999 SegSelDest = psrc1;
1000 '''
1001
1002 class Rdbase(SegOp):
1003 code = '''
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

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

996
997 class Wrsel(SegOp):
998 code = '''
999 SegSelDest = psrc1;
1000 '''
1001
1002 class Rdbase(SegOp):
1003 code = '''
1004 DestReg = SegBaseDest;
1004 DestReg = SegBaseSrc1;
1005 '''
1006
1007 class Rdlimit(SegOp):
1008 code = '''
1009 DestReg = SegLimitSrc1;
1010 '''
1011
1012 class RdAttr(SegOp):

--- 133 unchanged lines hidden ---
1005 '''
1006
1007 class Rdlimit(SegOp):
1008 code = '''
1009 DestReg = SegLimitSrc1;
1010 '''
1011
1012 class RdAttr(SegOp):

--- 133 unchanged lines hidden ---