Searched refs:sw (Results 1 – 12 of 12) sorted by relevance
/picolibc-latest/newlib/libc/machine/lm32/ |
D | setjmp.S | 42 sw (r1+0), r11 43 sw (r1+4), r12 44 sw (r1+8), r13 45 sw (r1+12), r14 46 sw (r1+16), r15 47 sw (r1+20), r16 48 sw (r1+24), r17 49 sw (r1+28), r18 50 sw (r1+32), r19 51 sw (r1+36), r20 [all …]
|
/picolibc-latest/newlib/libc/machine/mep/ |
D | setjmp.S | 34 sw $0, ($1) 35 sw $1, 4($1) 36 sw $2, 8($1) 37 sw $3, 12($1) 38 sw $4, 16($1) 39 sw $5, 20($1) 40 sw $6, 24($1) 41 sw $7, 28($1) 42 sw $8, 32($1) 43 sw $9, 36($1) [all …]
|
/picolibc-latest/newlib/libc/machine/iq2000/ |
D | setjmp.S | 11 sw r16,0(r4) /* rs0 */ 12 sw r17,4(r4) /* rs1 */ 13 sw r18,8(r4) /* rs2 */ 14 sw r19,12(r4) /* rs3 */ 15 sw r20,16(r4) /* rs4 */ 16 sw r21,20(r4) /* rs5 */ 17 sw r22,24(r4) /* rs6 */ 18 sw r23,28(r4) /* rs7 */ 19 sw r30,32(r4) /* rs8 */ 21 sw r29,36(r4) [all …]
|
/picolibc-latest/newlib/libc/machine/or1k/ |
D | setjmp.S | 34 l.sw 0(r3), r1 35 l.sw 4(r3), r2 37 l.sw 8(r3), r9 41 l.sw 12(r3), r14 42 l.sw 16(r3), r16 43 l.sw 20(r3), r18 44 l.sw 24(r3), r20 45 l.sw 28(r3), r22 46 l.sw 32(r3), r24 47 l.sw 36(r3), r26 [all …]
|
/picolibc-latest/newlib/libm/machine/x86/ |
D | fenv.c | 222 unsigned short sw; in feupdateenv() local 227 __asm__ volatile ("fnstsw %0" : "=m" (sw) : ); in feupdateenv() 230 envcopy._fpu._fpu_sw |= (sw & FE_ALL_EXCEPT); in feupdateenv() 317 unsigned short sw; in fetestexcept() local 324 __asm__ volatile ("fnstsw %0" : "=m" (sw) : ); in fetestexcept() 329 return (sw | mxcsr) & excepts; in fetestexcept() 338 unsigned short sw; in fegetexceptflag() local 345 __asm__ volatile ("fnstsw %0" : "=m" (sw) : ); in fegetexceptflag() 350 *flagp = (sw | mxcsr) & excepts; in fegetexceptflag()
|
/picolibc-latest/newlib/libc/machine/riscv/ |
D | memset.S | 50 1:sw a1, 0(a4) 51 sw a1, 4(a4) 52 sw a1, 8(a4) 53 sw a1, 12(a4)
|
D | asm.h | 26 # define REG_S sw
|
/picolibc-latest/newlib/libc/machine/mips/machine/ |
D | asm.h | 46 #define REG_S sw /* store saved register */ 55 #define PTR_S sw /* store pointer */ 72 #define PTR_S sw /* store pointer */ 89 #define PTR_S sw /* store pointer */ 106 #define PTR_S sw /* store pointer */
|
/picolibc-latest/newlib/libm/test/ |
D | test.c | 253 uint32_t sw; in fmag_of_error() local 271 sw = (a.p1) - (b.p1); in fmag_of_error() 276 if (((sw) & mask)!=0) return i; in fmag_of_error()
|
/picolibc-latest/newlib/libc/machine/mips/ |
D | setjmp.S | 126 #define STORE_GPR sw
|
D | memset.S | 188 # define C_ST sw 313 sw a1,0(a0)
|
D | memcpy.S | 252 # define C_ST sw 582 sw REG3,0(a0) 623 sw REG3,-4(a0)
|