regop.isa (5296:5caa774215cd) regop.isa (5409:0343cd06df4f)
1// Copyright (c) 2007 The Hewlett-Packard Development Company
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
9// use which is NOT directed to receiving any direct monetary

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

1013 ccFlagBits = ccFlagBits | (ext & (ZFBit | EZFBit));
1014 '''
1015
1016 class Wrdh(RegOp):
1017 code = '''
1018
1019 '''
1020
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
9// use which is NOT directed to receiving any direct monetary

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

1013 ccFlagBits = ccFlagBits | (ext & (ZFBit | EZFBit));
1014 '''
1015
1016 class Wrdh(RegOp):
1017 code = '''
1018
1019 '''
1020
1021 class Wrtsc(WrRegOp):
1022 code = '''
1023 TscOp = psrc1;
1024 '''
1025
1026 class Rdtsc(RdRegOp):
1027 code = '''
1028 DestReg = TscOp;
1029 '''
1030
1021 class Wrdl(RegOp):
1022 code = '''
1023 SegDescriptor desc = SrcReg1;
1024 SegAttr attr = 0;
1025 attr.dpl = desc.dpl;
1026 attr.defaultSize = desc.d;
1027 if (!desc.s) {
1028 SegBaseDest = SegBaseDest;

--- 24 unchanged lines hidden ---
1031 class Wrdl(RegOp):
1032 code = '''
1033 SegDescriptor desc = SrcReg1;
1034 SegAttr attr = 0;
1035 attr.dpl = desc.dpl;
1036 attr.defaultSize = desc.d;
1037 if (!desc.s) {
1038 SegBaseDest = SegBaseDest;

--- 24 unchanged lines hidden ---