Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 25 of 87) sorted by relevance

1234

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/mips/
A Dpt-vfork.S23 READ_THREAD_POINTER(v1); /* Get the thread pointer. */ \
24 lw a2, PID_OFFSET(v1); /* Load the saved PID. */ \
26 sw a2, PID_OFFSET(v1); /* Store the temporary PID. */
31 READ_THREAD_POINTER(v1); /* Get the thread pointer. */ \
32 lw a2, PID_OFFSET(v1); /* Load the saved PID. */ \
34 sw a2, PID_OFFSET(v1); /* Restore the PID. */ \
A Dvfork.S23 READ_THREAD_POINTER(v1); /* Get the thread pointer. */ \
24 lw a2, PID_OFFSET(v1); /* Load the saved PID. */ \
28 1: sw a2, PID_OFFSET(v1); /* Store the temporary PID. */
33 READ_THREAD_POINTER(v1); /* Get the thread pointer. */ \
34 lw a2, PID_OFFSET(v1); /* Load the saved PID. */ \
39 2: sw a2, PID_OFFSET(v1); /* Restore the PID. */ \
A Dsysdep-cancel.h59 SINGLE_THREAD_P(v1); \
60 bne zero, v1, L(pseudo_cancel); \
/l4re-core-master/lua/lib/contrib/src/
A Dlobject.c56 case LUA_OPADD: return intop(+, v1, v2); in intarith()
57 case LUA_OPSUB:return intop(-, v1, v2); in intarith()
58 case LUA_OPMUL:return intop(*, v1, v2); in intarith()
59 case LUA_OPMOD: return luaV_mod(L, v1, v2); in intarith()
61 case LUA_OPBAND: return intop(&, v1, v2); in intarith()
62 case LUA_OPBOR: return intop(|, v1, v2); in intarith()
63 case LUA_OPBXOR: return intop(^, v1, v2); in intarith()
64 case LUA_OPSHL: return luaV_shiftl(v1, v2); in intarith()
65 case LUA_OPSHR: return luaV_shiftl(v1, -v2); in intarith()
66 case LUA_OPUNM: return intop(-, 0, v1); in intarith()
[all …]
A Dlvm.c891 TValue *v1 = vRB(i); \
893 if (ttisinteger(v1)) { \
897 else if (ttisfloat(v1)) { \
919 TValue *v1 = vRB(i); \
921 op_arithf_aux(L, v1, v2, fop); }
928 TValue *v1 = vRB(i); \
948 TValue *v1 = vRB(i); \
957 TValue *v1 = vRB(i); \
966 TValue *v1 = vRB(i); \
970 if (tointegerns(v1, &i1)) { \
[all …]
A Dlvm.h73 #define intop(op,v1,v2) l_castU2S(l_castS2U(v1) op l_castS2U(v2)) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/
A Dmakecontext.S89 li v1, 1
90 REG_S v1, (0 * SZREG + MCONTEXT_GREGS)(a0) /* zero */
105 REG_L v1, (t1)
107 REG_S v1, (t2)
122 REG_L v1, (t1)
124 REG_S v1, (t2)
133 PTR_L v1, UCONTEXT_LINK(a0)
140 REG_S v1, (16 * SZREG + MCONTEXT_GREGS)(a0) /* s0 */
A Dswapcontext.S83 li v1, 1
84 REG_S v1, (0 * SZREG + MCONTEXT_GREGS)(a0) /* zero */
123 cfc1 v1, fcr31
124 sw v1, MCONTEXT_FPC_CSR(a0)
162 lw v1, MCONTEXT_FPC_CSR(v0)
163 ctc1 v1, fcr31
A Dgetcontext.S74 li v1, 1
75 REG_S v1, (0 * SZREG + MCONTEXT_GREGS)(a0) /* zero */
114 cfc1 v1, fcr31
115 sw v1, MCONTEXT_FPC_CSR(a0)
A Dsetcontext.S74 REG_L v1, (0 * SZREG + MCONTEXT_GREGS)(a0) /* zero */
75 bne v0, v1, 98f
112 lw v1, MCONTEXT_FPC_CSR(v0)
113 ctc1 v1, fcr31
A Dclone.S164 READ_THREAD_POINTER(v1)
165 INT_S v0,PID_OFFSET(v1)
166 INT_S v0,TID_OFFSET(v1)
A Dpipe.S26 sw v1, 4(a0)
/l4re-core-master/l4sys/include/
A D__ktrace-impl.h42 fiasco_tbuf_log_3val(const char *text, l4_umword_t v1, l4_umword_t v2, in fiasco_tbuf_log_3val() argument
47 __builtin_strlen(text), v1, v2, v3)); in fiasco_tbuf_log_3val()
A Dktrace.h55 fiasco_tbuf_log_3val(const char *text, l4_umword_t v1, l4_umword_t v2, l4_umword_t v3);
A Dkdebug.h87 l4_umword_t v1, l4_umword_t v2, l4_umword_t v3) L4_NOTHROW in __kdebug_3_text() argument
99 mr->mr[1] = v1; in __kdebug_3_text()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/
A D__longjmp.S58 ldmia ip!, {v1-v6, sl, fp}
62 ldmia ip!, {v1-v6, sl, fp, sp, lr}
A Dsetjmp.S48 stmia ip!, {v1-v6, sl, fp}
53 stmia ip!, {v1-v6, sl, fp, sp, lr}
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/experimental/
A Dfilesystem51 inline namespace v1
70 } // namespace v1
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/experimental/
A Dfilesystem51 inline namespace v1
70 } // namespace v1
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/experimental/
A Dfilesystem49 inline namespace v1
68 } // namespace v1
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/sys/
A Dregdef.h30 #define v1 $3 macro
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/
A Dnetfwd48 inline namespace v1
121 } // namespace v1
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/
A Dnetfwd49 inline namespace v1
124 } // namespace v1
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/
A Dnetfwd49 inline namespace v1
124 } // namespace v1
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.powerpc34 e500 v1 and v2 core.

Completed in 31 milliseconds

1234