Home
last modified time | relevance | path

Searched refs:R3 (Results 1 – 25 of 28) sorted by relevance

12

/AliOS-Things-master/components/trace/SEGGER/
A DSEGGER_RTT_ASM_ARMv7M.S151 ADD R3,R0,R0, LSL #+1
153 ADD R0,R0,R3, LSL #+3
165 SUBS R3,R4,#+1 // <Avail>
166 CMP R3,R2
177 LDRB R3,[R1], #+1
178 STRB R3,[R5], #+1 // *pDest++ = *pSrc++
181 LDRB R3,[R1], #+1
182 STRB R3,[R5], #+1 // *pDest++ = *pSrc++
203 LDRB R3,[R1], #+1
204 STRB R3,[R0], #+1 // *pDest++ = *pSrc++
[all …]
/AliOS-Things-master/hardware/arch/armv7m/common/
A Dpanic_armcc.S51 ADD R3, R2, #1
52 STR R3, [R1]
87 STM R0, {R4-R7} ;ctx save, R0~R3
95 AND R3, LR, #0x10 ;EXC_RETURN:bit4, 0 floating, 1 non-floating
96 CBNZ R3, check_aligner
100 LDR R3, [R1, #28]
101 AND R3, R3, #0x200 ;xPSR:bit9, 0 no-aligner, 1 aligner
102 CBZ R3, sp_save
A Dpanic_iccarm.S51 ADD R3, R2, #1
52 STR R3, [R1]
87 STM R0, {R4-R7} ;ctx save, R0~R3
95 AND R3, LR, #0x10 ;EXC_RETURN:bit4, 0 floating, 1 non-floating
96 CBNZ R3, check_aligner
100 LDR R3, [R1, #28]
101 AND R3, R3, #0x200 ;xPSR:bit9, 0 no-aligner, 1 aligner
102 CBZ R3, sp_save
A Dpanic_gcc.sx55 ADD R3, R2, #1
56 STR R3, [R1]
96 STM R0, {R4-R7} @ctx save, R0~R3
104 AND R3, LR, #0x10 @EXC_RETURN:bit4, 0 floating, 1 non-floating
105 CBNZ R3, check_aligner
109 LDR R3, [R1, #28]
110 AND R3, R3, #0x200 @xPSR:bit9, 0 no-aligner, 1 aligner
111 CBZ R3, sp_save
A Dpanic_c.c17 int R3; member
/AliOS-Things-master/hardware/arch/armv8m/common/
A Dpanic_gcc.sx55 ADD R3, R2, #1
56 STR R3, [R1]
96 STM R0, {R4-R7} @ctx save, R0~R3
104 AND R3, LR, #0x10 @EXC_RETURN:bit4, 0 floating, 1 non-floating
105 CBNZ R3, check_aligner
109 LDR R3, [R1, #28]
110 AND R3, R3, #0x200 @xPSR:bit9, 0 no-aligner, 1 aligner
111 CBZ R3, sp_save
A Dpanic_c.c17 int R3; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv_sse41.c135 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local
141 YUV444ToRGB_SSE41(y + 24, u + 24, v + 24, &R3, &G3, &B3); in VP8YuvToRgb32_SSE41()
145 rgb1 = _mm_packus_epi16(R2, R3); in VP8YuvToRgb32_SSE41()
157 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local
163 YUV444ToRGB_SSE41(y + 24, u + 24, v + 24, &R3, &G3, &B3); in VP8YuvToBgr32_SSE41()
171 bgr5= _mm_packus_epi16(R2, R3); in VP8YuvToBgr32_SSE41()
185 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local
191 YUV420ToRGB_SSE41(y + 24, u + 12, v + 12, &R3, &G3, &B3); in YuvToRgbRow_SSE41()
195 rgb1 = _mm_packus_epi16(R2, R3); in YuvToRgbRow_SSE41()
222 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE41() local
[all …]
A Dcommon_sse41.h41 __m128i R0, R1, R2, R3, R4, R5; in VP8PlanarTo24b_SSE41() local
85 const __m128i RG3 = _mm_or_si128(R3, G3); in VP8PlanarTo24b_SSE41()
A Dyuv_sse2.c249 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local
255 YUV444ToRGB_SSE2(y + 24, u + 24, v + 24, &R3, &G3, &B3); in VP8YuvToRgb32_SSE2()
259 rgb1 = _mm_packus_epi16(R2, R3); in VP8YuvToRgb32_SSE2()
271 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local
277 YUV444ToRGB_SSE2(y + 24, u + 24, v + 24, &R3, &G3, &B3); in VP8YuvToBgr32_SSE2()
285 bgr5= _mm_packus_epi16(R2, R3); in VP8YuvToBgr32_SSE2()
365 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local
371 YUV420ToRGB_SSE2(y + 24, u + 12, v + 12, &R3, &G3, &B3); in YuvToRgbRow_SSE2()
375 rgb1 = _mm_packus_epi16(R2, R3); in YuvToRgbRow_SSE2()
402 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE2() local
[all …]
A Denc_msa.c308 const v16u8 R3 = SLDI_UB(R2, R2, 1); in RD4() local
312 const uint32_t val3 = __msa_copy_s_w((v4i32)R3, 0); in RD4()
328 const v16u8 R3 = SLDI_UB(R2, R2, 1); in LD4() local
332 const uint32_t val3 = __msa_copy_s_w((v4i32)R3, 0); in LD4()
/AliOS-Things-master/hardware/arch/armv7m/armcc/m3/
A Dport_s.S113 ;hardware saved R0~R3,R12,LR,PC,xPSR
147 ;hardware restore R0~R3,R12,LR,PC,xPSR
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m3/
A Dport_s.S113 ;hardware saved R0~R3,R12,LR,PC,xPSR
147 ;hardware restore R0~R3,R12,LR,PC,xPSR
/AliOS-Things-master/hardware/arch/armv7m/gcc/m3/
A Dport_s.sx119 @hardware saved R0~R3,R12,LR,PC,xPSR
154 @hardware restore R0~R3,R12,LR,PC,xPSR
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m4/
A Dport_s.S113 ;hardware saved R0~R3,R12,LR,PC,xPSR
163 ;hardware restore R0~R3,R12,LR,PC,xPSR
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m7/
A Dport_s.S113 ;hardware saved R0~R3,R12,LR,PC,xPSR
163 ;hardware restore R0~R3,R12,LR,PC,xPSR
/AliOS-Things-master/hardware/arch/armv7m/armcc/m4/
A Dport_s.S113 ;hardware saved R0~R3,R12,LR,PC,xPSR
163 ;hardware restore R0~R3,R12,LR,PC,xPSR
/AliOS-Things-master/hardware/arch/armv7m/armcc/m7/
A Dport_s.S113 ;hardware saved R0~R3,R12,LR,PC,xPSR
163 ;hardware restore R0~R3,R12,LR,PC,xPSR
/AliOS-Things-master/hardware/arch/armv7m/gcc/m4/
A Dport_s.sx119 @hardware saved R0~R3,R12,LR,PC,xPSR
170 @hardware restore R0~R3,R12,LR,PC,xPSR
/AliOS-Things-master/hardware/arch/armv7m/gcc/m7/
A Dport_s.sx119 @hardware saved R0~R3,R12,LR,PC,xPSR
170 @hardware restore R0~R3,R12,LR,PC,xPSR
/AliOS-Things-master/hardware/arch/armv8m/gcc/m33/
A Dport_s.sx119 @hardware saved R0~R3,R12,LR,PC,xPSR
170 @hardware restore R0~R3,R12,LR,PC,xPSR
/AliOS-Things-master/components/SDL2/src/gfx/
A Dconfig.guess481 m88k:*:3*:R3*)
503 M88*:*:R3*:*)
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dconfig.guess481 m88k:*:3*:R3*)
503 M88*:*:R3*:*)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dconfig.guess460 m88k:*:3*:R3*)
482 M88*:*:R3*:*)
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dconfig.guess500 m88k:*:3*:R3*)
522 M88*:*:R3*:*)

Completed in 29 milliseconds

12