Searched refs:SPSR (Results 1 - 6 of 6) sorted by relevance

/external/arduino/libraries/SPI/
H A DSPI.cpp59 SPSR = (SPSR & ~SPI_2XCLOCK_MASK) | ((rate >> 2) & SPI_2XCLOCK_MASK);
H A DSPI.h34 #define SPI_2XCLOCK_MASK 0x01 // SPI2X = bit 0 on SPSR
57 while (!(SPSR & _BV(SPIF)))
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h223 SPSR = 1 << 22 enumerator in enum:v8::internal::SRegister
249 SPSR_c = SPSR | 1 << 16,
250 SPSR_x = SPSR | 1 << 17,
251 SPSR_s = SPSR | 1 << 18,
252 SPSR_f = SPSR | 1 << 19
/external/chromium_org/third_party/opus/src/celt/arm/
H A Darm2gnu.pl194 s/SPSR/spsr/;
/external/libopus/celt/arm/
H A Darm2gnu.pl168 s/SPSR/spsr/;
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp12071 // immediate constant from the LR, branches to the resulting address, and also copies the SPSR to the CPSR.
12094 CPSRWriteByInstr(SPSR[], �1111�, TRUE);
12239 // CPSRWriteByInstr(SPSR[], �1111�, TRUE);
12241 // For now, in emulation mode, we don't have access to the SPSR, so we will use the CPSR instead, and hope for

Completed in 1229 milliseconds