Searched refs:cpsie (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Darch7m-bad.s5 cpsie a
6 cpsie i, #0x10
H A Darch7m-bad.l2 [^:]*:5: Error: selected processor does not support 'A' form of this instruction -- `cpsie a'
3 [^:]*:6: Error: Thumb does not support the 2-argument form of this instruction -- `cpsie i,#0x10'
H A Dthumbv6.s6 cpsie ia
H A Dthumbv6.d8 0+000 <[^>]*> b666 * cpsie ai
H A Darchv6.s7 cpsie if
217 cpsie if, #10
218 cpsie if, #21
H A Darchv6.d10 0+008 <[^>]*> f10800c0 ? cpsie if
220 0+350 <[^>]*> f10a00ca ? cpsie if,#10
221 0+354 <[^>]*> f10a00d5 ? cpsie if,#21
H A Dthumb32.s249 cpsie f
251 cpsie a
253 cpsie.w i
255 cpsie i, #0
H A Dt16-bad.l188 [^:]*:134: Error: Thumb does not support the 2-argument form of this instruction -- `cpsie ai,#5'
H A Dthumb32.d335 0[0-9a-f]+ <[^>]+> b661 cpsie f
337 0[0-9a-f]+ <[^>]+> b664 cpsie a
339 0[0-9a-f]+ <[^>]+> f3af 8440 cpsie\.w i
341 0[0-9a-f]+ <[^>]+> f3af 8540 cpsie i, #0
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dcpufunc.h631 static inline void cpsie(register_t psw) __attribute__((__unused__));
635 cpsie(register_t psw) function
643 case I32_bit: __asm("cpsie\ti"); break;
644 case F32_bit: __asm("cpsie\tf"); break;
645 case I32_bit|F32_bit: __asm("cpsie\tif"); break;
H A Dcpu.h98 #define IRQenable cpsie i
/netbsd-6-1-5-RELEASE/sys/arch/arm/imx/
H A Dimx31_icu.c190 cpsie(I32_bit);
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm32/
H A Dcpuswitch.S106 #define IRQenable cpsie i
/netbsd-6-1-5-RELEASE/sys/arch/arm/mpcore/
H A Ddic.c290 cpsie(I32_bit);
/netbsd-6-1-5-RELEASE/sys/arch/arm/pic/
H A Dpic.c254 cpsie(I32_bit);
260 * from cpsie() to cpsid().

Completed in 107 milliseconds