regop.isa (5901:76fc2c3e10d2) regop.isa (5905:e342ab8f92fa)
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

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

1004 SegLimitDest = psrc1;
1005 '''
1006
1007 class Wrsel(SegOp):
1008 code = '''
1009 SegSelDest = psrc1;
1010 '''
1011
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

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

1004 SegLimitDest = psrc1;
1005 '''
1006
1007 class Wrsel(SegOp):
1008 code = '''
1009 SegSelDest = psrc1;
1010 '''
1011
1012 class WrAttr(SegOp):
1013 code = '''
1014 SegAttrDest = psrc1;
1015 '''
1016
1012 class Rdbase(SegOp):
1013 code = '''
1014 DestReg = SegBaseSrc1;
1015 '''
1016
1017 class Rdlimit(SegOp):
1018 code = '''
1019 DestReg = SegLimitSrc1;

--- 207 unchanged lines hidden ---
1017 class Rdbase(SegOp):
1018 code = '''
1019 DestReg = SegBaseSrc1;
1020 '''
1021
1022 class Rdlimit(SegOp):
1023 code = '''
1024 DestReg = SegLimitSrc1;

--- 207 unchanged lines hidden ---