Deleted Added
sdiff udiff text old ( 13802:256af4f35139 ) new ( 13955:e0f46be83fc7 )
full compact
1// Copyright (c) 2017-2019 ARM Limited
2// All rights reserved
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

2891 default:
2892 return new Unknown64(machInst);
2893 }
2894 } // decodeSveFpMulAddIndexed
2895
2896 StaticInstPtr
2897 decodeSveMemGather32(ExtMachInst machInst)
2898 {
2899 return new Unknown64(machInst);
2900 } // decodeSveMemGather32
2901
2902 StaticInstPtr
2903 decodeSveMemContigLoad(ExtMachInst machInst)
2904 {
2905 return new Unknown64(machInst);
2906 } // decodeSveMemContigLoad
2907
2908 StaticInstPtr
2909 decodeSveMemGather64(ExtMachInst machInst)
2910 {
2911 return new Unknown64(machInst);
2912 } // decodeSveMemGather64
2913
2914 StaticInstPtr
2915 decodeSveMemStore(ExtMachInst machInst)
2916 {
2917 return new Unknown64(machInst);
2918 } // decodeSveMemStore
2919
2920} // namespace Aarch64
2921}};