# Copyright (c) 2021 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # testing of newarr instruction with different arguments .function u1 g(u1 a0) { newarr v0, a0, u1[] newarr v0, a0, i8[] newarr v0, a0, u8[] newarr v0, a0, i16[] newarr v0, a0, u16[] newarr v0, a0, i32[] newarr v0, a0, u32[] newarr v0, a0, f32[] newarr v0, a0, f64[] newarr v0, a0, i64[] newarr v0, a0, u64[] ldai 0 return }