Home
last modified time | relevance | path

Searched refs:and_res (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp3045 T and_res = tmp0 & second_operand; in TestSelectTest() local
3046 bool res = cc == Condition::TST_EQ ? and_res == 0 : and_res != 0; in TestSelectTest()
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp3036 T and_res = tmp0 & tmp1; in TestSelectTest() local
3037 bool res = cc == Condition::TST_EQ ? and_res == 0 : and_res != 0; in TestSelectTest()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp3153 T and_res = tmp0 & tmp1; in TestSelectTest() local
3154 bool res = cc == Condition::TST_EQ ? and_res == 0 : and_res != 0; in TestSelectTest()

Completed in 13 milliseconds