/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/mips/ |
A D | pt-vfork.S | 23 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 D | vfork.S | 23 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 D | sysdep-cancel.h | 59 SINGLE_THREAD_P(v1); \ 60 bne zero, v1, L(pseudo_cancel); \
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lobject.c | 56 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 D | lvm.c | 891 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 D | lvm.h | 73 #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 D | makecontext.S | 89 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 D | swapcontext.S | 83 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 D | getcontext.S | 74 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 D | setcontext.S | 74 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 D | clone.S | 164 READ_THREAD_POINTER(v1) 165 INT_S v0,PID_OFFSET(v1) 166 INT_S v0,TID_OFFSET(v1)
|
A D | pipe.S | 26 sw v1, 4(a0)
|
/l4re-core-master/l4sys/include/ |
A D | __ktrace-impl.h | 42 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 D | ktrace.h | 55 fiasco_tbuf_log_3val(const char *text, l4_umword_t v1, l4_umword_t v2, l4_umword_t v3);
|
A D | kdebug.h | 87 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.S | 58 ldmia ip!, {v1-v6, sl, fp} 62 ldmia ip!, {v1-v6, sl, fp, sp, lr}
|
A D | setjmp.S | 48 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 D | filesystem | 51 inline namespace v1 70 } // namespace v1
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/experimental/ |
A D | filesystem | 51 inline namespace v1 70 } // namespace v1
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/experimental/ |
A D | filesystem | 49 inline namespace v1 68 } // namespace v1
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/sys/ |
A D | regdef.h | 30 #define v1 $3 macro
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/ |
A D | netfwd | 48 inline namespace v1 121 } // namespace v1
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/ |
A D | netfwd | 49 inline namespace v1 124 } // namespace v1
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/ |
A D | netfwd | 49 inline namespace v1 124 } // namespace v1
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.powerpc | 34 e500 v1 and v2 core.
|