decoder.isa (3272:c28038eaefb8) decoder.isa (3274:75d7e0bc4c1b)
1// Copyright (c) 2006 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

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

946 0x16: FailUnimpl::ldblockf_aiup();
947 //ASI_BLOCK_AS_IF_USER_SECONDARY
948 0x17: FailUnimpl::ldblockf_aius();
949 //ASI_BLOCK_AS_IF_USER_PRIMARY_LITTLE
950 0x1E: FailUnimpl::ldblockf_aiupl();
951 //ASI_BLOCK_AS_IF_USER_SECONDARY_LITTLE
952 0x1F: FailUnimpl::ldblockf_aiusl();
953 //ASI_BLOCK_PRIMARY
1// Copyright (c) 2006 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

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

946 0x16: FailUnimpl::ldblockf_aiup();
947 //ASI_BLOCK_AS_IF_USER_SECONDARY
948 0x17: FailUnimpl::ldblockf_aius();
949 //ASI_BLOCK_AS_IF_USER_PRIMARY_LITTLE
950 0x1E: FailUnimpl::ldblockf_aiupl();
951 //ASI_BLOCK_AS_IF_USER_SECONDARY_LITTLE
952 0x1F: FailUnimpl::ldblockf_aiusl();
953 //ASI_BLOCK_PRIMARY
954 0xF0: ldblockf_p({{Frd_%(micro_pc)d = Mem.udw}});
954 0xF0: ldblockf_p({{Frd_N = Mem.udw;}});
955 //ASI_BLOCK_SECONDARY
956 0xF1: FailUnimpl::ldblockf_s();
957 //ASI_BLOCK_PRIMARY_LITTLE
958 0xF8: FailUnimpl::ldblockf_pl();
959 //ASI_BLOCK_SECONDARY_LITTLE
960 0xF9: FailUnimpl::ldblockf_sl();
961 }
962

--- 59 unchanged lines hidden ---
955 //ASI_BLOCK_SECONDARY
956 0xF1: FailUnimpl::ldblockf_s();
957 //ASI_BLOCK_PRIMARY_LITTLE
958 0xF8: FailUnimpl::ldblockf_pl();
959 //ASI_BLOCK_SECONDARY_LITTLE
960 0xF9: FailUnimpl::ldblockf_sl();
961 }
962

--- 59 unchanged lines hidden ---