misc.hh (8902:75b524b64c28) misc.hh (9010:7891b96e1526)
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

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

59 AFBit = 1 << 4,
60 EZFBit = 1 << 5,
61 ZFBit = 1 << 6,
62 SFBit = 1 << 7,
63 DFBit = 1 << 10,
64 OFBit = 1 << 11
65 };
66
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

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

59 AFBit = 1 << 4,
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;
69
67 enum RFLAGBit {
68 TFBit = 1 << 8,
69 IFBit = 1 << 9,
70 NTBit = 1 << 14,
71 RFBit = 1 << 16,
72 VMBit = 1 << 17,
73 ACBit = 1 << 18,
74 VIFBit = 1 << 19,

--- 846 unchanged lines hidden ---
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,
77 VIFBit = 1 << 19,

--- 846 unchanged lines hidden ---