regop.isa (5426:0bdcc60ccc45) regop.isa (5427:1c389acefeb9)
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

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

1003 DestReg = SegBaseDest;
1004 '''
1005
1006 class Rdlimit(SegOp):
1007 code = '''
1008 DestReg = SegLimitSrc1;
1009 '''
1010
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

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

1003 DestReg = SegBaseDest;
1004 '''
1005
1006 class Rdlimit(SegOp):
1007 code = '''
1008 DestReg = SegLimitSrc1;
1009 '''
1010
1011 class RdAttr(SegOp):
1012 code = '''
1013 DestReg = SegAttrSrc1;
1014 '''
1015
1011 class Rdsel(SegOp):
1012 code = '''
1013 DestReg = SegSelSrc1;
1014 '''
1015
1016 class Chks(SegOp):
1017 code = '''
1018 // The selector is in source 1 and can be at most 16 bits.

--- 71 unchanged lines hidden ---
1016 class Rdsel(SegOp):
1017 code = '''
1018 DestReg = SegSelSrc1;
1019 '''
1020
1021 class Chks(SegOp):
1022 code = '''
1023 // The selector is in source 1 and can be at most 16 bits.

--- 71 unchanged lines hidden ---