Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c282 #define RET_I16(n) (*inst++ = (RET_i16), *inst++ = n, *inst++ = 0)
682 sljit_u8* inst; in emit_mov() local
754 *inst = INT3; in sljit_emit_op0()
760 *inst = NOP; in sljit_emit_op0()
805 *inst = CDQ; in sljit_emit_op0()
2468 *inst++ = 0;
2469 *inst++ = 0;
2497 *inst++ = 0;
2529 *inst++ = 0;
2833 *inst++ = 0;
[all …]
H A DsljitNativeX86_64.c31 sljit_u8 *inst; in emit_load_imm64() local
34 FAIL_IF(!inst); in emit_load_imm64()
80 sljit_u8 *inst; in sljit_emit_enter() local
103 FAIL_IF(!inst); in sljit_emit_enter()
113 FAIL_IF(!inst); in sljit_emit_enter()
134 inst += 3; in sljit_emit_enter()
140 inst += 3; in sljit_emit_enter()
152 inst += 3; in sljit_emit_enter()
158 inst += 3; in sljit_emit_enter()
251 sljit_u8 *inst; in sljit_emit_return() local
[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
107 FAIL_IF(!inst); in sljit_emit_enter()
128 inst += 2; in sljit_emit_enter()
133 inst += 2; in sljit_emit_enter()
138 inst[2] = 0x24; in sljit_emit_enter()
146 inst += 3; in sljit_emit_enter()
152 inst += 3; in sljit_emit_enter()
[all …]
H A DsljitNativeARM_32.c161 *inst = 0; in push_cpool()
187 *ptr = inst; in push_inst()
476 SLJIT_CACHE_FLUSH(inst, inst + 1); in inline_set_jump_addr()
483 SLJIT_CACHE_FLUSH(inst, inst + 2); in inline_set_jump_addr()
498 SLJIT_CACHE_FLUSH(inst, inst + 1); in inline_set_jump_addr()
504 SLJIT_CACHE_FLUSH(inst, inst + 2); in inline_set_jump_addr()
517 SLJIT_CACHE_FLUSH(inst, inst + 2); in inline_set_jump_addr()
537 SLJIT_CACHE_FLUSH(inst, inst + 1); in inline_set_const()
547 SLJIT_CACHE_FLUSH(inst, inst + 1); in inline_set_const()
561 SLJIT_CACHE_FLUSH(inst, inst + 1); in inline_set_const()
[all …]
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 DsljitNativeSPARC_32.c268 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr() local
270 inst[0] = (inst[0] & 0xffc00000) | ((new_target >> 10) & 0x3fffff); in sljit_set_jump_addr()
271 inst[1] = (inst[1] & 0xfffffc00) | (new_target & 0x3ff); in sljit_set_jump_addr()
272 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
273 SLJIT_CACHE_FLUSH(inst, inst + 2); in sljit_set_jump_addr()
278 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_const() local
280 inst[0] = (inst[0] & 0xffc00000) | ((new_constant >> 10) & 0x3fffff); in sljit_set_const()
281 inst[1] = (inst[1] & 0xfffffc00) | (new_constant & 0x3ff); in sljit_set_const()
282 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_const()
283 SLJIT_CACHE_FLUSH(inst, inst + 2); in sljit_set_const()
H A DsljitNativePPC_64.c484 inst[0] = (inst[0] & 0xffff0000) | ((new_target >> 48) & 0xffff); in sljit_set_jump_addr()
485 inst[1] = (inst[1] & 0xffff0000) | ((new_target >> 32) & 0xffff); in sljit_set_jump_addr()
486 inst[3] = (inst[3] & 0xffff0000) | ((new_target >> 16) & 0xffff); in sljit_set_jump_addr()
487 inst[4] = (inst[4] & 0xffff0000) | (new_target & 0xffff); in sljit_set_jump_addr()
488 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
489 SLJIT_CACHE_FLUSH(inst, inst + 5); in sljit_set_jump_addr()
496 inst[0] = (inst[0] & 0xffff0000) | ((new_constant >> 48) & 0xffff); in sljit_set_const()
497 inst[1] = (inst[1] & 0xffff0000) | ((new_constant >> 32) & 0xffff); in sljit_set_const()
498 inst[3] = (inst[3] & 0xffff0000) | ((new_constant >> 16) & 0xffff); in sljit_set_const()
499 inst[4] = (inst[4] & 0xffff0000) | (new_constant & 0xffff); in sljit_set_const()
[all …]
H A DsljitNativeMIPS_common.c264 inst--; in detect_jump_type()
278 inst[0] = inst[-1]; in detect_jump_type()
284 inst[0] = inst[-1]; in detect_jump_type()
300 inst[0] = inst[0] ^ invert_branch(jump->flags); in detect_jump_type()
311 inst[0] = inst[-1]; in detect_jump_type()
319 inst[0] = (inst[0] & 0xffff0000) | 3; in detect_jump_type()
331 inst[0] = inst[-1]; in detect_jump_type()
353 inst[2] = inst[6]; in detect_jump_type()
354 inst[3] = inst[7]; in detect_jump_type()
363 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 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 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 DsljitNativeARM_64.c156 sljit_s32 dst = inst[0] & 0x1f; in modify_imm64_const()
1814 sljit_u32 sign = 0, inst; in sljit_emit_mem() local
1855 inst |= 0x800; in sljit_emit_mem()
1864 sljit_u32 inst; in sljit_emit_fmem() local
1878 inst |= 0x40000000; in sljit_emit_fmem()
1881 inst |= 0x00400000; in sljit_emit_fmem()
1884 inst |= 0x800; in sljit_emit_fmem()
1954 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
1955 SLJIT_CACHE_FLUSH(inst, inst + 4); in sljit_set_jump_addr()
1962 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_const()
[all …]
H A DsljitNativeARM_T2_32.c207 *ptr = inst; in push_inst16()
216 *ptr++ = inst >> 16; in push_inst32()
217 *ptr = inst; in push_inst32()
233 …SLJIT_ASSERT(((inst[0] & 0xfbf0) == (MOVW >> 16)) && ((inst[2] & 0xfbf0) == (MOVT >> 16)) && dst =… in modify_imm32_const()
2241 sljit_ins inst; in sljit_emit_mem() local
2283 inst |= 0x400; in sljit_emit_mem()
2286 inst |= 0x200; in sljit_emit_mem()
2318 inst = (sljit_u16 *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
2319 SLJIT_CACHE_FLUSH(inst, inst + 4); in sljit_set_jump_addr()
2326 inst = (sljit_u16 *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_const()
[all …]
H A DsljitNativeSPARC_common.c222 sljit_ins *inst; in detect_jump_type() local
241 inst[0] = inst[-1]; in detect_jump_type()
244 return inst; in detect_jump_type()
246 inst[0] = CALL; in detect_jump_type()
247 inst[1] = NOP; in detect_jump_type()
248 return inst + 1; in detect_jump_type()
256 inst--; in detect_jump_type()
263 inst--; in detect_jump_type()
266 inst[0] = inst[1] ^ (1 << 28); in detect_jump_type()
269 inst[1] = inst[0]; in detect_jump_type()
[all …]
H A DsljitNativePPC_common.c754 #define INST_CODE_AND_DST(inst, flags, reg) \ argument
758 #define INST_CODE_AND_DST(inst, flags, reg) \ argument
898 sljit_ins inst; in emit_op_mem() local
922 SLJIT_ASSERT(!(inst & INT_ALIGNED)); in emit_op_mem()
928 inst = data_transfer_insts[inp_flags & MEM_MASK]; in emit_op_mem()
932 if ((inst & INT_ALIGNED) && (argw & 0x3) != 0) { in emit_op_mem()
2133 sljit_ins inst; in sljit_emit_mem() local
2204 inst = updated_data_transfer_insts[mem_flags]; in sljit_emit_mem()
2207 if ((inst & INT_ALIGNED) && (memw & 0x3) != 0) in sljit_emit_mem()
2227 sljit_ins inst; in sljit_emit_fmem() local
[all …]
/PHP-7.3/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()
1182 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.3/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.3/ext/mbstring/oniguruma/
H A DHISTORY850 2005/08/23: [inst] fix Makefile.in for make ctest/ptest.
1102 2004/11/29: [inst] add make target "19up".
1149 2004/11/09: [inst] (thanks Hiroki YAGITA)
1211 2004/09/04: [inst] (thanks Isao Sonobe)
1739 2003/08/19: [inst] change re.c.180.patch.
1848 2003/06/19: [inst] rename regex.h to oniguruma.h.
1956 2003/03/11: [inst] add regparse.[ch] in win32/Makefile.
2129 2003/01/24: [inst] add rback target to Makefile.in.
2178 2003/01/07: [inst] add new test script (test.rb).
2180 2002/12/28: [inst] add rtest target to Makefile.in.
[all …]
/PHP-7.3/ext/iconv/
H A Diconv.c2883 php_iconv_stream_filter *inst; in php_iconv_stream_filter_factory_create() local
2906 inst = pemalloc(sizeof(php_iconv_stream_filter), persistent); in php_iconv_stream_filter_factory_create()
2908 …if (php_iconv_stream_filter_ctor(inst, to_charset, to_charset_len, from_charset, from_charset_len,… in php_iconv_stream_filter_factory_create()
2909 pefree(inst, persistent); in php_iconv_stream_filter_factory_create()
2913 if (NULL == (retval = php_stream_filter_alloc(&php_iconv_stream_filter_ops, inst, persistent))) { in php_iconv_stream_filter_factory_create()
2914 php_iconv_stream_filter_dtor(inst); in php_iconv_stream_filter_factory_create()
2915 pefree(inst, persistent); in php_iconv_stream_filter_factory_create()
/PHP-7.3/
H A Dltmain.sh1545 -inst-prefix-dir)
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic4535 0 string cyd!inst Klystrack instrument
H A Dmagic私はガラスを食べられます4535 0 string cyd!inst Klystrack instrument

Completed in 239 milliseconds