Home
last modified time | relevance | path

Searched refs:expected_z (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/builtins/Unit/arm/
Daeabi_cfcmple_test.c37 int expected_z, expected_c; in test__aeabi_cfcmple() local
39 expected_z = 0; in test__aeabi_cfcmple()
42 expected_z = 1; in test__aeabi_cfcmple()
46 expected_z = 0; in test__aeabi_cfcmple()
51 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cfcmple()
53 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cfcmple()
58 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cfcmple()
60 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cfcmple()
Daeabi_cdcmple_test.c37 int expected_z, expected_c; in test__aeabi_cdcmple() local
39 expected_z = 0; in test__aeabi_cdcmple()
42 expected_z = 1; in test__aeabi_cdcmple()
46 expected_z = 0; in test__aeabi_cdcmple()
51 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cdcmple()
53 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cdcmple()
58 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cdcmple()
60 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cdcmple()
/external/vixl/test/aarch64/
Dtest-assembler-fp-aarch64.cc4158 void FjcvtzsHelper(uint64_t value, uint64_t expected, uint32_t expected_z) { in FjcvtzsHelper() argument
4169 ASSERT_EQUAL_32(expected_z, w1); in FjcvtzsHelper()