/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/arm/ |
aeabi_cdcmple_test.c | 37 int expected_z, expected_c; local in function:test__aeabi_cdcmple 40 expected_c = 0; 43 expected_c = 1; 47 expected_c = 1; 51 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { 53 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); 58 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { 60 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c);
|
aeabi_cfcmple_test.c | 37 int expected_z, expected_c; local in function:test__aeabi_cfcmple 40 expected_c = 0; 43 expected_c = 1; 47 expected_c = 1; 51 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { 53 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); 58 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { 60 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c);
|
aeabi_cdcmple_test.c | 37 int expected_z, expected_c; local in function:test__aeabi_cdcmple 40 expected_c = 0; 43 expected_c = 1; 47 expected_c = 1; 51 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { 53 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); 58 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { 60 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c);
|
aeabi_cfcmple_test.c | 37 int expected_z, expected_c; local in function:test__aeabi_cfcmple 40 expected_c = 0; 43 expected_c = 1; 47 expected_c = 1; 51 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { 53 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); 58 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { 60 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c);
|