Searched refs:init_value (Results 1 - 25 of 41) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/frv/
H A Dregisters.h31 USI init_value; /* initial value */ member in struct:__anon3844
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/frv/
H A Dregisters.h31 USI init_value; /* initial value */ member in struct:__anon2939
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/frv/
H A Dregisters.h31 USI init_value; /* initial value */ member in struct:__anon37869
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dparavirtentry.S30 #define DATA8(sym, init_value) \
35 data8 init_value ; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dparavirtentry.S30 #define DATA8(sym, init_value) \
35 data8 init_value ; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dsemaphore.c33 int init_value = 1; local
37 if (semaphore_open(SEM_NAME, flag_sem, FILE_MODE, init_value) == -1)
230 int init_value = 1; local
239 if (spinlock_open(idx, sem_name, flag_sem, FILE_MODE, init_value) == -1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dsemaphore.c33 int init_value = 1; local
37 if (semaphore_open(SEM_NAME, flag_sem, FILE_MODE, init_value) == -1)
230 int init_value = 1; local
239 if (spinlock_open(idx, sem_name, flag_sem, FILE_MODE, init_value) == -1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dsemaphore.c33 int init_value = 1; local
37 if (semaphore_open(SEM_NAME, flag_sem, FILE_MODE, init_value) == -1)
230 int init_value = 1; local
239 if (spinlock_open(idx, sem_name, flag_sem, FILE_MODE, init_value) == -1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/sljit/
H A DsljitNativePPC_32.c240 static SLJIT_INLINE int emit_const(struct sljit_compiler *compiler, int reg, sljit_w init_value) argument
242 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 16)));
243 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(init_value));
H A DsljitNativePPC_64.c388 static SLJIT_INLINE int emit_const(struct sljit_compiler *compiler, int reg, sljit_w init_value) argument
390 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 48)));
391 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(init_value >> 32)));
393 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | IMM(init_value >> 16)));
394 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(init_value));
H A DsljitLir.h759 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, int dst, sljit_w dstw, sljit_w init_value);
H A DsljitNativeMIPS_32.c383 static SLJIT_INLINE int emit_const(struct sljit_compiler *compiler, int reg, sljit_w init_value) argument
385 FAIL_IF(push_inst(compiler, LUI | T(reg) | IMM(init_value >> 16), DR(reg)));
386 return push_inst(compiler, ORI | S(reg) | T(reg) | IMM(init_value), DR(reg));
H A DsljitLir.c1172 static SLJIT_INLINE void check_sljit_emit_const(struct sljit_compiler *compiler, int dst, sljit_w dstw, sljit_w init_value) argument
1178 SLJIT_UNUSED_ARG(init_value);
1187 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value);
H A DsljitNativeARM_v5.c2420 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, int dst, sljit_w dstw, sljit_w init_value) argument
2426 check_sljit_emit_const(compiler, dst, dstw, init_value);
2435 PTR_FAIL_IF(push_inst_with_unique_literal(compiler, EMIT_DATA_TRANSFER(WORD_DATA | LOAD_DATA, 1, 0, reg, TMP_PC, 0), init_value));
2438 PTR_FAIL_IF(emit_imm(compiler, reg, init_value));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/sljit/
H A DsljitNativePPC_32.c240 static SLJIT_INLINE int emit_const(struct sljit_compiler *compiler, int reg, sljit_w init_value) argument
242 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 16)));
243 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(init_value));
H A DsljitNativePPC_64.c388 static SLJIT_INLINE int emit_const(struct sljit_compiler *compiler, int reg, sljit_w init_value) argument
390 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 48)));
391 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(init_value >> 32)));
393 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | IMM(init_value >> 16)));
394 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(init_value));
H A DsljitLir.h759 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, int dst, sljit_w dstw, sljit_w init_value);
H A DsljitNativeMIPS_32.c383 static SLJIT_INLINE int emit_const(struct sljit_compiler *compiler, int reg, sljit_w init_value) argument
385 FAIL_IF(push_inst(compiler, LUI | T(reg) | IMM(init_value >> 16), DR(reg)));
386 return push_inst(compiler, ORI | S(reg) | T(reg) | IMM(init_value), DR(reg));
H A DsljitLir.c1172 static SLJIT_INLINE void check_sljit_emit_const(struct sljit_compiler *compiler, int dst, sljit_w dstw, sljit_w init_value) argument
1178 SLJIT_UNUSED_ARG(init_value);
1187 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value);
H A DsljitNativeARM_v5.c2420 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, int dst, sljit_w dstw, sljit_w init_value) argument
2426 check_sljit_emit_const(compiler, dst, dstw, init_value);
2435 PTR_FAIL_IF(push_inst_with_unique_literal(compiler, EMIT_DATA_TRANSFER(WORD_DATA | LOAD_DATA, 1, 0, reg, TMP_PC, 0), init_value));
2438 PTR_FAIL_IF(emit_imm(compiler, reg, init_value));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/sljit/
H A DsljitNativePPC_32.c240 static SLJIT_INLINE int emit_const(struct sljit_compiler *compiler, int reg, sljit_w init_value) argument
242 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 16)));
243 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(init_value));
H A DsljitNativePPC_64.c388 static SLJIT_INLINE int emit_const(struct sljit_compiler *compiler, int reg, sljit_w init_value) argument
390 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 48)));
391 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(init_value >> 32)));
393 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | IMM(init_value >> 16)));
394 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(init_value));
H A DsljitLir.h759 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, int dst, sljit_w dstw, sljit_w init_value);
H A DsljitNativeMIPS_32.c383 static SLJIT_INLINE int emit_const(struct sljit_compiler *compiler, int reg, sljit_w init_value) argument
385 FAIL_IF(push_inst(compiler, LUI | T(reg) | IMM(init_value >> 16), DR(reg)));
386 return push_inst(compiler, ORI | S(reg) | T(reg) | IMM(init_value), DR(reg));
H A DsljitLir.c1172 static SLJIT_INLINE void check_sljit_emit_const(struct sljit_compiler *compiler, int dst, sljit_w dstw, sljit_w init_value) argument
1178 SLJIT_UNUSED_ARG(init_value);
1187 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", init_value);

Completed in 274 milliseconds

12