decoder.isa (6227:a17798f2a52c) decoder.isa (6739:48d10ba361c9)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2006 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

622 0x8000: fetch();
623 0xa000: fetch_m();
624 0xe800: ecb();
625 }
626
627 format MiscPrefetch {
628 0xf800: wh64({{ EA = Rb & ~ULL(63); }},
629 {{ xc->writeHint(EA, 64, memAccessFlags); }},
1// -*- mode:c++ -*-
2
3// Copyright (c) 2003-2006 The Regents of The University of Michigan
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

622 0x8000: fetch();
623 0xa000: fetch_m();
624 0xe800: ecb();
625 }
626
627 format MiscPrefetch {
628 0xf800: wh64({{ EA = Rb & ~ULL(63); }},
629 {{ xc->writeHint(EA, 64, memAccessFlags); }},
630 mem_flags = NO_FAULT,
630 mem_flags = PREFETCH,
631 inst_flags = [IsMemRef, IsDataPrefetch,
632 IsStore, MemWriteOp]);
633 }
634
635 format BasicOperate {
636 0xc000: rpcc({{
637#if FULL_SYSTEM
638 /* Rb is a fake dependency so here is a fun way to get

--- 305 unchanged lines hidden ---
631 inst_flags = [IsMemRef, IsDataPrefetch,
632 IsStore, MemWriteOp]);
633 }
634
635 format BasicOperate {
636 0xc000: rpcc({{
637#if FULL_SYSTEM
638 /* Rb is a fake dependency so here is a fun way to get

--- 305 unchanged lines hidden ---