HomeSort by relevance Sort by last modified time
    Searched defs:cpsr (Results 1 - 15 of 15) sorted by null

  /external/compiler-rt/test/builtins/Unit/arm/
aeabi_cdcmpeq_test.c 27 union cpsr cpsr = { .value = cpsr_value }; local
28 if (expected != cpsr.flags.z) {
30 a, b, cpsr.flags.z, expected);
aeabi_cfcmpeq_test.c 27 union cpsr cpsr = { .value = cpsr_value }; local
28 if (expected != cpsr.flags.z) {
30 a, b, cpsr.flags.z, expected);
aeabi_cdcmple_test.c 50 union cpsr cpsr = { .value = cpsr_value }; local
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);
57 cpsr.value = r_cpsr_value;
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)
    [all...]
aeabi_cfcmple_test.c 50 union cpsr cpsr = { .value = cpsr_value }; local
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);
57 cpsr.value = r_cpsr_value;
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)
    [all...]
call_apsr.h 22 union cpsr { union
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-arm.c 58 { "", 512, 0 }, // some floating point registers here. So, cpsr
65 { "cpsr", 512, 32 },
225 UInt cpsr = LibVEX_GuestARM_get_cpsr (arm); local
227 VG_(transfer) (&cpsr, buf, dir, size, mod);
232 *mod = newcpsr != cpsr;
  /device/google/contexthub/firmware/inc/cpu/cortexm4f/
pendsv.h 27 uint32_t r12, lr, pc, cpsr; member in struct:PendsvRegsLow
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_arm.h 105 /* CPSR (flags, basically): 32 bits:
112 uint32_t cpsr; member in struct:__anon11397
minidump_cpu_arm64.h 100 /* CPSR (flags, basically): 32 bits:
107 uint32_t cpsr; member in struct:__anon11399
  /external/valgrind/none/tests/arm/
v6intThumb.c 22 unsigned int cpsr; \
28 "mrs %1,cpsr;" \
29 : "=&r" (out), "=&r" (cpsr) \
33 printf("%s :: rd 0x%08x, c:v-in %d, cpsr 0x%08x %c%c%c%c\n", \
36 cpsr & 0xffff0000, \
37 ((1<<31) & cpsr) ? 'N' : ' ', \
38 ((1<<30) & cpsr) ? 'Z' : ' ', \
39 ((1<<29) & cpsr) ? 'C' : ' ', \
40 ((1<<28) & cpsr) ? 'V' : ' ' \
50 unsigned int cpsr; \
354 unsigned int cpsr; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_armtrap.h 60 uint32 cpsr; member in struct:_trap_struct
  /external/ltrace/sysdeps/linux-gnu/arm/
trace.c 645 uint32_t cpsr; local
646 if (arm_get_register(proc, ARM_REG_CPSR, &cpsr) < 0)
649 const unsigned thumb_p = BIT(cpsr, 5);
  /external/valgrind/VEX/priv/
guest_arm_helpers.c 435 they appear in the CPSR, viz bits 31:28 for N Z C V respectively.
965 UInt cpsr = 0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 872 MRS r4, cpsr ;// preserve flags variable
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 875 MRS r4, cpsr ;// preserve flags variable

Completed in 607 milliseconds