misc.hh (9010:7891b96e1526) misc.hh (9211:46c3a74952ec)
1/*
2 * Copyright (c) 2007-2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

60 EZFBit = 1 << 5,
61 ZFBit = 1 << 6,
62 SFBit = 1 << 7,
63 DFBit = 1 << 10,
64 OFBit = 1 << 11
65 };
66
67 const uint32_t cfofMask = CFBit | OFBit;
1/*
2 * Copyright (c) 2007-2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

60 EZFBit = 1 << 5,
61 ZFBit = 1 << 6,
62 SFBit = 1 << 7,
63 DFBit = 1 << 10,
64 OFBit = 1 << 11
65 };
66
67 const uint32_t cfofMask = CFBit | OFBit;
68 const uint32_t ccFlagMask = PFBit | AFBit | ZFBit | SFBit | DFBit;
68 const uint32_t ccFlagMask = PFBit | AFBit | ZFBit | SFBit;
69
70 enum RFLAGBit {
71 TFBit = 1 << 8,
72 IFBit = 1 << 9,
73 NTBit = 1 << 14,
74 RFBit = 1 << 16,
75 VMBit = 1 << 17,
76 ACBit = 1 << 18,

--- 847 unchanged lines hidden ---
69
70 enum RFLAGBit {
71 TFBit = 1 << 8,
72 IFBit = 1 << 9,
73 NTBit = 1 << 14,
74 RFBit = 1 << 16,
75 VMBit = 1 << 17,
76 ACBit = 1 << 18,

--- 847 unchanged lines hidden ---