Searched refs:true_branch (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 3140 auto true_branch = test->GetEncoder()->CreateLabel(); in TestJumpTest() local 3146 test->GetEncoder()->EncodeJumpTest(true_branch, param0, Imm(imm_value), cc); in TestJumpTest() 3148 test->GetEncoder()->EncodeJumpTest(true_branch, param0, param1, cc); in TestJumpTest() 3153 test->GetEncoder()->BindLabel(true_branch); in TestJumpTest()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 3135 auto true_branch = test->GetEncoder()->CreateLabel(); in TestJumpTest() local 3141 test->GetEncoder()->EncodeJumpTest(true_branch, param0, Imm(imm_value), cc); in TestJumpTest() 3143 test->GetEncoder()->EncodeJumpTest(true_branch, param0, param1, cc); in TestJumpTest() 3148 test->GetEncoder()->BindLabel(true_branch); in TestJumpTest()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 3252 auto true_branch = test->GetEncoder()->CreateLabel(); in TestJumpTest() local 3258 test->GetEncoder()->EncodeJumpTest(true_branch, param0, Imm(imm_value), cc); in TestJumpTest() 3260 test->GetEncoder()->EncodeJumpTest(true_branch, param0, param1, cc); in TestJumpTest() 3265 test->GetEncoder()->BindLabel(true_branch); in TestJumpTest()
|
Completed in 26 milliseconds