Home
last modified time | relevance | path

Searched full:u1 (Results 1 – 25 of 194) sorted by relevance

12345678

/arkcompiler/runtime_core/disassembler/tests/sources/
Dmeta.pa19 .function u1 A.BBB(u1 a0) <ctor> {}
20 .function u1 A.CCC(u1 a0) <cctor> {}
22 .function u1 DDD(u1 a0) <external>
24 .function u1 A.EEE(A a0, u1 a1) {
30 .function u1 FFF() <noimpl>
32 .function u1 GGG() <native>
Dcalls.pa22 .function u8 B.Bhandler_short(B a0, u1 a1) {
26 .function u8 B.Bhandler_short2(B a0, u1[] a1, i64 a2) {
52 .function u8 handler_short(u1 a0) {
56 .function u8 handler_short2(u1 a0, i64 a1) {
76 .function u8 handler_short_ext(u1 a0) <external>
78 .function u8 handler_short2_ext(u1 a0, i64 a1) <external>
86 .function u1 g(u1 a0) {
Doverloading.pa16 .function void f(u1 a0) {}
18 .function void f(u1 a0, i8 a1) {}
22 call f:(u1), v1
23 call f:(u1, i8), v1, v1
Dnewarrs.pa16 .function u1 g(u1 a0) {
17 newarr v0, a0, u1[]
Dlabels1.pa14 .function u1 g() {
21 .function u1 gg() {
/arkcompiler/runtime_core/disassembler/tests/
Dmetadata_test.cpp.in36 EXPECT_TRUE(prog.find(".function u1 GGG() <native, static>") != std::string::npos);
37 EXPECT_TRUE(prog.find(".function u1 FFF() <noimpl, static>") != std::string::npos);
38 … EXPECT_TRUE(prog.find(".function u1 A._cctor_(u1 a0) <cctor, static> {\n}") != std::string::npos);
39 EXPECT_TRUE(prog.find(".function u1 A.EEE(A a0, u1 a1) {\n") != std::string::npos);
40 EXPECT_TRUE(prog.find("\tcall.short DDD:(u1), v0") != std::string::npos);
41 EXPECT_TRUE(prog.find(".function u1 A._ctor_(u1 a0) <ctor, static> {\n}") != std::string::npos);
42 EXPECT_TRUE(prog.find(".function u1 DDD(u1 a0) <external, static>") != std::string::npos);
43 EXPECT_TRUE(prog.find("initobj.short A._ctor_:(u1), v0") != std::string::npos);
44 EXPECT_TRUE(prog.find("initobj.short A._cctor_:(u1), v1") != std::string::npos);
Dfunctions_test.cpp.in46 ASSERT_NE(ss.str().find(".function void f(u1 a0, i8 a1) <static> {\n}"), std::string::npos);
47 ASSERT_NE(ss.str().find(".function void f(u1 a0) <static> {\n}"), std::string::npos);
49 "call.short f:(u1), v1\n\t"
50 "call.short f:(u1,i8), v1, v1"),
Dlabels_test.cpp.in34 size_t beg_g = ss.str().find("u1 g() <static> {\n");
36 size_t beg_gg = ss.str().find("u1 gg() <static> {\n");
43 …ss.str().substr(beg_g + strlen("u1 g() <static> {\n"), end_g - (beg_g + strlen("u1 g() <static> {\…
45 …ss.str().substr(beg_gg + strlen("u1 gg() <static> {\n"), end_gg - (beg_gg + strlen("u1 gg() <stati…
/arkcompiler/runtime_core/verification/
Dverification.yaml58 - u1
107 u1:
267 u1:
270 - u1
280 - u1
293 - u1
306 - u1
319 - u1
332 - u1
343 - u1
/arkcompiler/runtime_core/tests/checked/
Dcast_bool.pa18 .function u1 main_all() {
79 .function u1 __noinline__cast_u32(u32 a0) {
85 .function u1 __noinline__cast_i32(i32 a0) {
91 .function u1 __noinline__cast_u64(u64 a0) {
97 .function u1 __noinline__cast_i64(i64 a0) {
Dparameter_test.pa49 .function u1 foo_u1(u1 a0) {
100 .function u1 main() {
/arkcompiler/runtime_core/tests/benchmarks/
Daccess-nsieve.pa14 .function u1 main(){
22 .function u1 test(i32 a0, i32 a1, i32 a2){
43 newarr v5, v4, u1[] #flags
56 .function i32 nsieve(i32 a0, u1[] a1){
90 .function void init(u1[] a0){
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Du32tou1.yaml18 title: Conversions from integer types to u1
20 Conversion from integer types to u1 obeys the following rules.
30 acc: inout:u32->u1
58 acc: inout:u32->u1
110 acc: inout:u32->u1
Di64tou1.yaml18 title: Conversions from integer types to u1
20 Conversion from integer types to u1 obeys the following rules.
30 acc: inout:i64->u1
66 acc: inout:i64->u1
118 acc: inout:i64->u1
Du64tou1.yaml18 title: Conversions from integer types to u1
20 Conversion from integer types to u1 obeys the following rules.
30 acc: inout:u64->u1
58 acc: inout:u64->u1
110 acc: inout:u64->u1
Di32tou1.yaml18 title: Conversions from integer types to u1
20 Conversion from integer types to u1 obeys the following rules.
30 acc: inout:i32->u1
58 acc: inout:i32->u1
110 acc: inout:i32->u1
Dldstatic.yaml22 u1 fu1 <static>
45 u1 fu1 <static>
80 u1 fu1
263 # u1
264 - values: [0, 'u1', 0, 'u1', 'ucmp']
265 - values: [1, 'u1', 1, 'u1', 'ucmp']
343 # u1
344 - values: [0, 'u1', 0, 'u1', 'ucmp']
345 - values: [1, 'u1', 1, 'u1', 'ucmp']
Djmp.yaml167 .function u1 some_fnc() {
179 .function u1 jmp_target() {
183 .function u1 jmp_wrap() {
198 .function u1 jmp_wrap() {
203 .function u1 jmp_target() {
Dldarr.8.yaml53 - values: ['u1[]']
78 - values: ['u1[]']
97 .array arr_u1 u1 1 { 1 }
125 - values: [u1]
151 .array arr_u1 u1 1 { 1 }
176 - values: [u1]
226 - values: ['u1[]']
275 - values: ['u1[]']
681 - values: ['u1[]']
740 - values: ['u1[]']
[all …]
/arkcompiler/runtime_core/runtime/templates/
Dintrinsics.rb21 'u1' => 'U1',
43 'u1',
64 'u1' => 'Z',
/arkcompiler/runtime_core/tests/verifier-tests/
Dcflow_err_beyond_end_of_function.pa14 .function u1 error() {
19 .function u1 good() {
Dcflow_jump_out_of_body.pa14 .function u1 error () {
21 .function u1 good () {
Dcflow_execution_may_go_beyond_the_end.pa14 .function u1 error () {
22 .function u1 good () {
Dcflow_jump_on_exc_handler_from_body.pa14 .function u1 error () {
27 .function u1 good () {
Dcflow_fallthrough_to_exc_handler_from_body.pa14 .function u1 error () {
26 .function u1 good () {

12345678