Searched refs:label2 (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
H A D | assembler_aarch64_test.cpp | 252 Label label2; in HWTEST_F_L0() local 257 __ B(&label2); in HWTEST_F_L0() 262 __ Bind(&label2); in HWTEST_F_L0() 322 Label label2; in HWTEST_F_L0() local 325 __ Tbz(Register(X2), 32, &label2); in HWTEST_F_L0() local 328 __ Cbnz(Register(X4), &label2); in HWTEST_F_L0() local 334 __ Bind(&label2); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | bytecode_emitter_tests.cpp | 264 * jmp label2 268 * label2: 321 * jmp label2 325 * label2: 332 Label label2 = emitter.CreateLabel(); in TestJmpFwdBwd() local 335 emitter.Jmp(label2); in TestJmpFwdBwd() 343 emitter.Bind(label2); in TestJmpFwdBwd() 589 Label label2 = emitter.CreateLabel(); in HWTEST() local 591 emitter.Bind(label2); in HWTEST()
|
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | bytecode_emitter_tests.cpp | 266 * jmp label2 270 * label2: 325 * jmp label2 329 * label2: 336 Label label2 = emitter.CreateLabel(); in TestJmpFwdBwd() local 339 emitter.Jmp(label2); in TestJmpFwdBwd() 347 emitter.Bind(label2); in TestJmpFwdBwd() 772 Label label2 = emitter.CreateLabel(); in TEST() local 774 emitter.Bind(label2); in TEST()
|
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
H A D | hello_world_test.cpp | 918 std::string label2 = "third_label"; in HWTEST_F() local 921 std::string result_null = test.GetMappedLabel(label2, label_map); in HWTEST_F()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_emitter.cpp | 1356 * intrinsic_compare_swap_int x0, xt, xs, x1, x2, w3, w4, lable1, label2 1361 * b.ne label2 1364 * label2: 1407 Operand *label2 = &insn.GetOperand(kInsnNinethOpnd); in EmitCompareAndSwapInt() local 1408 /* b.ne label2 */ in EmitCompareAndSwapInt() 1410 label2->Accept(visitor); in EmitCompareAndSwapInt() 1429 /* label2: */ in EmitCompareAndSwapInt() 1430 label2->Accept(visitor); in EmitCompareAndSwapInt()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | interpreter_test.cpp | 564 Label label2 = emitter.CreateLabel(); in TestTwoLabelsJmp() local 567 emitter.Bind(label2); in TestTwoLabelsJmp() 571 emit(&emitter, 0, label2); in TestTwoLabelsJmp() 645 Label label2 = emitter.CreateLabel(); in TestTwoLabelsJmpz() local 648 emitter.Bind(label2); in TestTwoLabelsJmpz() 652 emit(&emitter, label2); in TestTwoLabelsJmpz()
|
Completed in 14 milliseconds