Deleted Added
sdiff udiff text old ( 9759:8f1f1bdedf8c ) new ( 9765:da0e0df0ba97 )
full compact
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * Copyright (c) 2011 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

263 tc->setIntReg(X86ISA::INTREG_PSEUDO(3), 0);
264 tc->setIntReg(X86ISA::INTREG_PSEUDO(4), 0);
265
266 // Update the RFLAGS misc reg with whatever didn't go into the
267 // magic registers.
268 tc->setMiscReg(MISCREG_RFLAGS, val & ~(ccFlagMask | cfofMask | DFBit));
269}
270
271} // namespace X86_ISA