mediaop.isa (9471:4193ed60eed7) mediaop.isa (10042:d4405a6bcc5a)
1/// Copyright (c) 2009 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

1501 cfofBits = cfofBits | CFBit;
1502 else if(arg1 == arg2)
1503 ccFlagBits = ccFlagBits | ZFBit;
1504 '''
1505
1506 class Emms(MediaOp):
1507 def __init__(self):
1508 super(Emms, self).__init__('InstRegIndex(MISCREG_FTW)',
1/// Copyright (c) 2009 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

1501 cfofBits = cfofBits | CFBit;
1502 else if(arg1 == arg2)
1503 ccFlagBits = ccFlagBits | ZFBit;
1504 '''
1505
1506 class Emms(MediaOp):
1507 def __init__(self):
1508 super(Emms, self).__init__('InstRegIndex(MISCREG_FTW)',
1509 'InstRegIndex(0)', 'InstRegIndex(0)', 0)
1509 'InstRegIndex(0)', 'InstRegIndex(0)', 2)
1510 code = 'FTW = 0xFFFF;'
1511}};
1510 code = 'FTW = 0xFFFF;'
1511}};