Home
last modified time | relevance | path

Searched refs:CheckCondJumpWithZero (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp259 void CheckCondJumpWithZero(ConditionCode CC) in CheckCondJumpWithZero() function in panda::compiler::IrBuilderTest
1201 CheckCondJumpWithZero<true>(ConditionCode::CC_EQ); in TEST_F()
1207 CheckCondJumpWithZero<true>(ConditionCode::CC_NE); in TEST_F()
1213 CheckCondJumpWithZero<false>(ConditionCode::CC_EQ); in TEST_F()
1219 CheckCondJumpWithZero<false>(ConditionCode::CC_NE); in TEST_F()
1225 CheckCondJumpWithZero<false>(ConditionCode::CC_LT); in TEST_F()
1231 CheckCondJumpWithZero<false>(ConditionCode::CC_GT); in TEST_F()
1237 CheckCondJumpWithZero<false>(ConditionCode::CC_LE); in TEST_F()
1243 CheckCondJumpWithZero<false>(ConditionCode::CC_GE); in TEST_F()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h577 void CheckCondJumpWithZero(compiler::ConditionCode CC) in CheckCondJumpWithZero() function