Home
last modified time | relevance | path

Searched refs:inst (Results 1 – 20 of 20) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c31 sljit_u8 *inst; in emit_load_imm64() local
34 FAIL_IF(!inst); in emit_load_imm64()
73 sljit_u8 *inst; in sljit_emit_enter() local
94 FAIL_IF(!inst); in sljit_emit_enter()
104 FAIL_IF(!inst); in sljit_emit_enter()
114 FAIL_IF(!inst); in sljit_emit_enter()
160 FAIL_IF(!inst); in sljit_emit_enter()
252 sljit_u8 *inst; in sljit_emit_return() local
314 FAIL_IF(!inst); in sljit_emit_return()
326 sljit_u8 *inst; in emit_do_imm32() local
[all …]
H A DsljitNativeX86_common.c267 #define RET_I16(n) (*inst++ = (RET_i16), *inst++ = n, *inst++ = 0)
683 sljit_u8* inst; in emit_mov() local
755 *inst = INT3; in sljit_emit_op0()
761 *inst = NOP; in sljit_emit_op0()
806 *inst = CDQ; in sljit_emit_op0()
2500 *inst++ = 0;
2501 *inst++ = 0;
2532 *inst++ = 0;
2591 *inst++ = 0;
2895 *inst++ = 0;
[all …]
H A DsljitNativeX86_32.c31 sljit_u8 *inst; in emit_do_imm() local
34 FAIL_IF(!inst); in emit_do_imm()
36 *inst++ = opcode; in emit_do_imm()
71 sljit_u8 *inst; in sljit_emit_enter() local
108 FAIL_IF(!inst); in sljit_emit_enter()
137 *inst++ = 0x24; in sljit_emit_enter()
267 sljit_u8 *inst; in sljit_emit_return() local
298 FAIL_IF(!inst); in sljit_emit_return()
332 sljit_u8 *inst; in emit_x86_instruction() local
486 return !(flags & EX86_SHIFT_INS) ? inst : (inst + 1); in emit_x86_instruction()
[all …]
H A DsljitNativeSPARC_32.c149 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr() local
151 inst[0] = (inst[0] & 0xffc00000) | ((new_target >> 10) & 0x3fffff); in sljit_set_jump_addr()
152 inst[1] = (inst[1] & 0xfffffc00) | (new_target & 0x3ff); in sljit_set_jump_addr()
153 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
154 SLJIT_CACHE_FLUSH(inst, inst + 2); in sljit_set_jump_addr()
159 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_const() local
161 inst[0] = (inst[0] & 0xffc00000) | ((new_constant >> 10) & 0x3fffff); in sljit_set_const()
162 inst[1] = (inst[1] & 0xfffffc00) | (new_constant & 0x3ff); in sljit_set_const()
163 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_const()
164 SLJIT_CACHE_FLUSH(inst, inst + 2); in sljit_set_const()
H A DsljitNativePPC_32.c260 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr() local
262 inst[0] = (inst[0] & 0xffff0000) | ((new_target >> 16) & 0xffff); in sljit_set_jump_addr()
263 inst[1] = (inst[1] & 0xffff0000) | (new_target & 0xffff); in sljit_set_jump_addr()
264 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
265 SLJIT_CACHE_FLUSH(inst, inst + 2); in sljit_set_jump_addr()
270 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_const() local
272 inst[0] = (inst[0] & 0xffff0000) | ((new_constant >> 16) & 0xffff); in sljit_set_const()
273 inst[1] = (inst[1] & 0xffff0000) | (new_constant & 0xffff); in sljit_set_const()
274 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_const()
275 SLJIT_CACHE_FLUSH(inst, inst + 2); in sljit_set_const()
H A DsljitNativeARM_32.c151 *inst = 0; in push_cpool()
177 *ptr = inst; in push_inst()
464 SLJIT_CACHE_FLUSH(inst, inst + 1); in inline_set_jump_addr()
471 SLJIT_CACHE_FLUSH(inst, inst + 2); in inline_set_jump_addr()
486 SLJIT_CACHE_FLUSH(inst, inst + 1); in inline_set_jump_addr()
492 SLJIT_CACHE_FLUSH(inst, inst + 2); in inline_set_jump_addr()
505 SLJIT_CACHE_FLUSH(inst, inst + 2); in inline_set_jump_addr()
525 SLJIT_CACHE_FLUSH(inst, inst + 1); in inline_set_const()
535 SLJIT_CACHE_FLUSH(inst, inst + 1); in inline_set_const()
549 SLJIT_CACHE_FLUSH(inst, inst + 1); in inline_set_const()
[all …]
H A DsljitNativePPC_64.c429 inst[0] = (inst[0] & 0xffff0000) | ((new_target >> 48) & 0xffff); in sljit_set_jump_addr()
430 inst[1] = (inst[1] & 0xffff0000) | ((new_target >> 32) & 0xffff); in sljit_set_jump_addr()
431 inst[3] = (inst[3] & 0xffff0000) | ((new_target >> 16) & 0xffff); in sljit_set_jump_addr()
432 inst[4] = (inst[4] & 0xffff0000) | (new_target & 0xffff); in sljit_set_jump_addr()
433 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
434 SLJIT_CACHE_FLUSH(inst, inst + 5); in sljit_set_jump_addr()
441 inst[0] = (inst[0] & 0xffff0000) | ((new_constant >> 48) & 0xffff); in sljit_set_const()
442 inst[1] = (inst[1] & 0xffff0000) | ((new_constant >> 32) & 0xffff); in sljit_set_const()
443 inst[3] = (inst[3] & 0xffff0000) | ((new_constant >> 16) & 0xffff); in sljit_set_const()
444 inst[4] = (inst[4] & 0xffff0000) | (new_constant & 0xffff); in sljit_set_const()
[all …]
H A DsljitNativeMIPS_common.c246 inst--; in detect_jump_type()
260 inst[0] = inst[-1]; in detect_jump_type()
266 inst[0] = inst[-1]; in detect_jump_type()
282 inst[0] = inst[0] ^ invert_branch(jump->flags); in detect_jump_type()
293 inst[0] = inst[-1]; in detect_jump_type()
301 inst[0] = (inst[0] & 0xffff0000) | 3; in detect_jump_type()
313 inst[0] = inst[-1]; in detect_jump_type()
335 inst[2] = inst[6]; in detect_jump_type()
336 inst[3] = inst[7]; in detect_jump_type()
345 inst[4] = inst[6]; in detect_jump_type()
[all …]
H A DsljitNativeMIPS_64.c521 inst[0] = (inst[0] & 0xffff0000) | ((new_target >> 48) & 0xffff); in sljit_set_jump_addr()
522 inst[1] = (inst[1] & 0xffff0000) | ((new_target >> 32) & 0xffff); in sljit_set_jump_addr()
523 inst[3] = (inst[3] & 0xffff0000) | ((new_target >> 16) & 0xffff); in sljit_set_jump_addr()
524 inst[5] = (inst[5] & 0xffff0000) | (new_target & 0xffff); in sljit_set_jump_addr()
525 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
526 SLJIT_CACHE_FLUSH(inst, inst + 6); in sljit_set_jump_addr()
533 inst[0] = (inst[0] & 0xffff0000) | ((new_constant >> 48) & 0xffff); in sljit_set_const()
534 inst[1] = (inst[1] & 0xffff0000) | ((new_constant >> 32) & 0xffff); in sljit_set_const()
535 inst[3] = (inst[3] & 0xffff0000) | ((new_constant >> 16) & 0xffff); in sljit_set_const()
536 inst[5] = (inst[5] & 0xffff0000) | (new_constant & 0xffff); in sljit_set_const()
[all …]
H A DsljitNativeMIPS_32.c421 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr() local
423 inst[0] = (inst[0] & 0xffff0000) | ((new_target >> 16) & 0xffff); in sljit_set_jump_addr()
424 inst[1] = (inst[1] & 0xffff0000) | (new_target & 0xffff); in sljit_set_jump_addr()
425 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
426 SLJIT_CACHE_FLUSH(inst, inst + 2); in sljit_set_jump_addr()
431 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_const() local
433 inst[0] = (inst[0] & 0xffff0000) | ((new_constant >> 16) & 0xffff); in sljit_set_const()
434 inst[1] = (inst[1] & 0xffff0000) | (new_constant & 0xffff); in sljit_set_const()
435 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_const()
436 SLJIT_CACHE_FLUSH(inst, inst + 2); in sljit_set_const()
H A DsljitNativeTILEGX_64.c907 sljit_ins *inst; in detect_jump_type() local
921 inst--; in detect_jump_type()
946 return inst; in detect_jump_type()
949 inst[0] = inst[0] ^ (0x7L << 55); in detect_jump_type()
956 return inst; in detect_jump_type()
962 inst[0] = (inst[0] & ~(BOFF_X1(-1))) | BOFF_X1(2); in detect_jump_type()
990 return inst; in detect_jump_type()
2460 inst = 0; in sljit_emit_jump()
2466 if (inst) { in sljit_emit_jump()
2528 SLJIT_CACHE_FLUSH(inst, inst + 3); in sljit_set_jump_addr()
[all …]
H A DsljitNativeARM_T2_32.c190 SLJIT_ASSERT(!(inst & 0xffff0000)); in push_inst16()
194 *ptr = inst; in push_inst16()
203 *ptr++ = inst >> 16; in push_inst32()
204 *ptr = inst; in push_inst32()
219 sljit_s32 dst = inst[1] & 0x0f00; in modify_imm32_const()
220 …SLJIT_ASSERT(((inst[0] & 0xfbf0) == (MOVW >> 16)) && ((inst[2] & 0xfbf0) == (MOVT >> 16)) && dst =… in modify_imm32_const()
1975 sljit_u16 *inst = (sljit_u16*)addr; in sljit_set_jump_addr() local
1977 inst = (sljit_u16 *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
1978 SLJIT_CACHE_FLUSH(inst, inst + 4); in sljit_set_jump_addr()
1985 inst = (sljit_u16 *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_const()
[all …]
H A DsljitNativePPC_common.c755 #define INST_CODE_AND_DST(inst, flags, reg) \ argument
759 #define INST_CODE_AND_DST(inst, flags, reg) \ argument
884 sljit_ins inst; in getput_arg_fast() local
906 inst = data_transfer_insts[inp_flags & MEM_MASK]; in getput_arg_fast()
909 …if (argw > SIMM_MAX || argw < SIMM_MIN || ((inst & INT_ALIGNED) && (argw & 0x3)) || (inst & UPDATE… in getput_arg_fast()
921 inst = data_transfer_insts[inp_flags & MEM_MASK]; in getput_arg_fast()
922 SLJIT_ASSERT(!(inst & (INT_ALIGNED | UPDATE_REQ))); in getput_arg_fast()
972 if ((inst & INT_ALIGNED) && (imm & 0x3)) { \
984 sljit_ins inst; in getput_arg() local
1024 inst = data_transfer_insts[inp_flags & MEM_MASK]; in getput_arg()
[all …]
H A DsljitNativeSPARC_common.c206 sljit_ins *inst; in detect_jump_type() local
225 inst[0] = inst[-1]; in detect_jump_type()
228 return inst; in detect_jump_type()
230 inst[0] = CALL; in detect_jump_type()
231 inst[1] = NOP; in detect_jump_type()
232 return inst + 1; in detect_jump_type()
240 inst--; in detect_jump_type()
247 inst--; in detect_jump_type()
250 inst[0] = inst[1] ^ (1 << 28); in detect_jump_type()
253 inst[1] = inst[0]; in detect_jump_type()
[all …]
H A DsljitNativeARM_64.c147 sljit_s32 dst = inst[0] & 0x1f; in modify_imm64_const()
148 SLJIT_ASSERT((inst[0] & 0xffe00000) == MOVZ && (inst[1] & 0xffe00000) == (MOVK | (1 << 21))); in modify_imm64_const()
149 inst[0] = MOVZ | dst | ((new_imm & 0xffff) << 5); in modify_imm64_const()
2092 sljit_ins* inst = (sljit_ins*)addr; in sljit_set_jump_addr() local
2093 modify_imm64_const(inst, new_target); in sljit_set_jump_addr()
2094 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
2095 SLJIT_CACHE_FLUSH(inst, inst + 4); in sljit_set_jump_addr()
2100 sljit_ins* inst = (sljit_ins*)addr; in sljit_set_const() local
2101 modify_imm64_const(inst, new_constant); in sljit_set_const()
2102 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_const()
[all …]
/PHP-7.2/ext/standard/
H A Dfilters.c376 if (inst->lbchars_dup && inst->lbchars != NULL) { in php_conv_base64_encode_dtor()
402 memcpy(pd, inst->lbchars, inst->lbchars_len); in php_conv_base64_encode_flush()
425 memcpy(pd, inst->lbchars, inst->lbchars_len); in php_conv_base64_encode_flush()
535 memcpy(pd, inst->lbchars, inst->lbchars_len); in php_conv_base64_encode_convert()
555 inst->erem[inst->erem_len++] = *(ps++); in php_conv_base64_encode_convert()
633 if (inst->eos || inst->urem_nbits == 0) { in php_conv_base64_decode_convert()
980 inst->lb_cnt = inst->lb_ptr = 0; in php_conv_qprint_encode_ctor()
1183 inst->lb_ptr = inst->lb_cnt = 0; in php_conv_qprint_decode_ctor()
1449 pefree(inst->cd, inst->persistent); in php_convert_filter_dtor()
1453 pefree(inst->filtername, inst->persistent); in php_convert_filter_dtor()
[all …]
/PHP-7.2/win32/
H A Ddllmain.c36 BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID dummy) in DllMain() argument
84 ret = ret && xmlDllMain(inst, reason, dummy); in DllMain()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY655 2005/08/23: [inst] fix Makefile.in for make ctest/ptest.
907 2004/11/29: [inst] add make target "19up".
954 2004/11/09: [inst] (thanks Hiroki YAGITA)
1016 2004/09/04: [inst] (thanks Isao Sonobe)
1544 2003/08/19: [inst] change re.c.180.patch.
1653 2003/06/19: [inst] rename regex.h to oniguruma.h.
1761 2003/03/11: [inst] add regparse.[ch] in win32/Makefile.
1934 2003/01/24: [inst] add rback target to Makefile.in.
1983 2003/01/07: [inst] add new test script (test.rb).
1985 2002/12/28: [inst] add rtest target to Makefile.in.
[all …]
/PHP-7.2/ext/iconv/
H A Diconv.c2875 php_iconv_stream_filter *inst; in php_iconv_stream_filter_factory_create() local
2898 inst = pemalloc(sizeof(php_iconv_stream_filter), persistent); in php_iconv_stream_filter_factory_create()
2900 …if (php_iconv_stream_filter_ctor(inst, to_charset, to_charset_len, from_charset, from_charset_len,… in php_iconv_stream_filter_factory_create()
2901 pefree(inst, persistent); in php_iconv_stream_filter_factory_create()
2905 if (NULL == (retval = php_stream_filter_alloc(&php_iconv_stream_filter_ops, inst, persistent))) { in php_iconv_stream_filter_factory_create()
2906 php_iconv_stream_filter_dtor(inst); in php_iconv_stream_filter_factory_create()
2907 pefree(inst, persistent); in php_iconv_stream_filter_factory_create()
/PHP-7.2/
H A Dltmain.sh1545 -inst-prefix-dir)

Completed in 155 milliseconds