Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c282 #define RET_I16(n) (*inst++ = (RET_i16), *inst++ = n, *inst++ = 0)
724 *inst = 0xfb; in emit_endbranch()
726 *inst = 0xfa; in emit_endbranch()
822 *inst = 0; in adjust_shadow_stack()
961 *inst = NOP; in sljit_emit_op0()
2698 *inst++ = 0;
2699 *inst++ = 0;
2727 *inst++ = 0;
2728 *inst++ = 1;
3063 *inst++ = 0;
[all …]
H A DsljitNativeX86_64.c31 sljit_u8 *inst; in emit_load_imm64() local
34 FAIL_IF(!inst); in emit_load_imm64()
132 sljit_u8 *inst; in sljit_emit_enter() local
158 FAIL_IF(!inst); in sljit_emit_enter()
168 FAIL_IF(!inst); in sljit_emit_enter()
189 inst += 3; in sljit_emit_enter()
195 inst += 3; in sljit_emit_enter()
207 inst += 3; in sljit_emit_enter()
213 inst += 3; in sljit_emit_enter()
306 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()
73 sljit_u8 *inst; in sljit_emit_enter() local
112 FAIL_IF(!inst); in sljit_emit_enter()
133 inst += 2; in sljit_emit_enter()
138 inst += 2; in sljit_emit_enter()
143 inst[2] = 0x24; in sljit_emit_enter()
151 inst += 3; in sljit_emit_enter()
157 inst += 3; in sljit_emit_enter()
[all …]
H A DsljitNativePPC_32.c260 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr() local
262 SLJIT_ASSERT((inst[0] & 0xfc1f0000) == ADDIS && (inst[1] & 0xfc000000) == ORI); in sljit_set_jump_addr()
263 inst[0] = (inst[0] & 0xffff0000) | ((new_target >> 16) & 0xffff); in sljit_set_jump_addr()
264 inst[1] = (inst[1] & 0xffff0000) | (new_target & 0xffff); in sljit_set_jump_addr()
265 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
266 SLJIT_CACHE_FLUSH(inst, inst + 2); in sljit_set_jump_addr()
273 SLJIT_ASSERT((inst[0] & 0xfc1f0000) == ADDIS && (inst[1] & 0xfc000000) == ORI); in sljit_set_const()
274 inst[0] = (inst[0] & 0xffff0000) | ((new_constant >> 16) & 0xffff); in sljit_set_const()
275 inst[1] = (inst[1] & 0xffff0000) | (new_constant & 0xffff); in sljit_set_const()
276 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_const()
[all …]
H A DsljitNativeSPARC_32.c268 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr() local
270 SLJIT_ASSERT(((inst[0] & 0xc1c00000) == 0x01000000) && ((inst[1] & 0xc1f82000) == 0x80102000)); in sljit_set_jump_addr()
271 inst[0] = (inst[0] & 0xffc00000) | ((new_target >> 10) & 0x3fffff); in sljit_set_jump_addr()
272 inst[1] = (inst[1] & 0xfffffc00) | (new_target & 0x3ff); in sljit_set_jump_addr()
273 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
274 SLJIT_CACHE_FLUSH(inst, inst + 2); in sljit_set_jump_addr()
281 SLJIT_ASSERT(((inst[0] & 0xc1c00000) == 0x01000000) && ((inst[1] & 0xc1f82000) == 0x80102000)); in sljit_set_const()
282 inst[0] = (inst[0] & 0xffc00000) | ((new_constant >> 10) & 0x3fffff); in sljit_set_const()
283 inst[1] = (inst[1] & 0xfffffc00) | (new_constant & 0x3ff); in sljit_set_const()
284 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_const()
[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 DsljitNativeMIPS_common.c338 inst--; in detect_jump_type()
352 inst[0] = inst[-1]; in detect_jump_type()
358 inst[0] = inst[-1]; in detect_jump_type()
374 inst[0] = inst[0] ^ invert_branch(jump->flags); in detect_jump_type()
385 inst[0] = inst[-1]; in detect_jump_type()
393 inst[0] = (inst[0] & 0xffff0000) | 3; in detect_jump_type()
405 inst[0] = inst[-1]; in detect_jump_type()
427 inst[2] = inst[6]; in detect_jump_type()
428 inst[3] = inst[7]; in detect_jump_type()
437 inst[4] = inst[6]; in detect_jump_type()
[all …]
H A DsljitNativePPC_64.c481 inst[0] = (inst[0] & 0xffff0000) | ((new_target >> 48) & 0xffff); in sljit_set_jump_addr()
482 inst[1] = (inst[1] & 0xffff0000) | ((new_target >> 32) & 0xffff); in sljit_set_jump_addr()
483 inst[3] = (inst[3] & 0xffff0000) | ((new_target >> 16) & 0xffff); in sljit_set_jump_addr()
484 inst[4] = (inst[4] & 0xffff0000) | (new_target & 0xffff); in sljit_set_jump_addr()
485 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
486 SLJIT_CACHE_FLUSH(inst, inst + 5); in sljit_set_jump_addr()
493 inst[0] = (inst[0] & 0xffff0000) | ((new_constant >> 48) & 0xffff); in sljit_set_const()
494 inst[1] = (inst[1] & 0xffff0000) | ((new_constant >> 32) & 0xffff); in sljit_set_const()
495 inst[3] = (inst[3] & 0xffff0000) | ((new_constant >> 16) & 0xffff); in sljit_set_const()
496 inst[4] = (inst[4] & 0xffff0000) | (new_constant & 0xffff); in sljit_set_const()
[all …]
H A DsljitNativeMIPS_64.c529 inst[0] = (inst[0] & 0xffff0000) | ((new_target >> 48) & 0xffff); in sljit_set_jump_addr()
530 inst[1] = (inst[1] & 0xffff0000) | ((new_target >> 32) & 0xffff); in sljit_set_jump_addr()
531 inst[3] = (inst[3] & 0xffff0000) | ((new_target >> 16) & 0xffff); in sljit_set_jump_addr()
532 inst[5] = (inst[5] & 0xffff0000) | (new_target & 0xffff); in sljit_set_jump_addr()
533 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
534 SLJIT_CACHE_FLUSH(inst, inst + 6); in sljit_set_jump_addr()
541 inst[0] = (inst[0] & 0xffff0000) | ((new_constant >> 48) & 0xffff); in sljit_set_const()
542 inst[1] = (inst[1] & 0xffff0000) | ((new_constant >> 32) & 0xffff); in sljit_set_const()
543 inst[3] = (inst[3] & 0xffff0000) | ((new_constant >> 16) & 0xffff); in sljit_set_const()
544 inst[5] = (inst[5] & 0xffff0000) | (new_constant & 0xffff); in sljit_set_const()
[all …]
H A DsljitNativeMIPS_32.c427 sljit_ins *inst = (sljit_ins *)addr; in sljit_set_jump_addr() local
429 SLJIT_ASSERT((inst[0] & 0xffe00000) == LUI && (inst[1] & 0xfc000000) == ORI); in sljit_set_jump_addr()
430 inst[0] = (inst[0] & 0xffff0000) | ((new_target >> 16) & 0xffff); in sljit_set_jump_addr()
431 inst[1] = (inst[1] & 0xffff0000) | (new_target & 0xffff); in sljit_set_jump_addr()
432 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
433 SLJIT_CACHE_FLUSH(inst, inst + 2); in sljit_set_jump_addr()
440 SLJIT_ASSERT((inst[0] & 0xffe00000) == LUI && (inst[1] & 0xfc000000) == ORI); in sljit_set_const()
441 inst[0] = (inst[0] & 0xffff0000) | ((new_constant >> 16) & 0xffff); in sljit_set_const()
442 inst[1] = (inst[1] & 0xffff0000) | (new_constant & 0xffff); in sljit_set_const()
443 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); 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()
2468 inst = 0; in sljit_emit_jump()
2474 if (inst) { in sljit_emit_jump()
2536 SLJIT_CACHE_FLUSH(inst, inst + 3); in sljit_set_jump_addr()
[all …]
H A DsljitNativeARM_64.c156 sljit_s32 dst = inst[0] & 0x1f; in modify_imm64_const()
1876 sljit_u32 sign = 0, inst; in sljit_emit_mem() local
1917 inst |= 0x800; in sljit_emit_mem()
1926 sljit_u32 inst; in sljit_emit_fmem() local
1940 inst |= 0x40000000; in sljit_emit_fmem()
1943 inst |= 0x00400000; in sljit_emit_fmem()
1946 inst |= 0x800; in sljit_emit_fmem()
2038 inst = (sljit_ins *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
2039 SLJIT_CACHE_FLUSH(inst, inst + 4); in sljit_set_jump_addr()
2046 inst = (sljit_ins *)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 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()
2272 sljit_ins inst; in sljit_emit_mem() local
2314 inst |= 0x400; in sljit_emit_mem()
2317 inst |= 0x200; in sljit_emit_mem()
2370 inst = (sljit_u16 *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_jump_addr()
2371 SLJIT_CACHE_FLUSH(inst, inst + 4); in sljit_set_jump_addr()
2378 inst = (sljit_u16 *)SLJIT_ADD_EXEC_OFFSET(inst, executable_offset); in sljit_set_const()
[all …]
H A DsljitNativePPC_common.c351 sljit_ins *inst = (sljit_ins *)put_label->addr; in put_label_set() local
352 sljit_s32 reg = *inst; in put_label_set()
366 inst ++; in put_label_set()
369 inst[1] = RLDI(reg, reg, 32, 31, 1); in put_label_set()
371 inst += 2; in put_label_set()
844 #define INST_CODE_AND_DST(inst, flags, reg) \ argument
848 #define INST_CODE_AND_DST(inst, flags, reg) \ argument
988 sljit_ins inst; in emit_op_mem() local
1012 SLJIT_ASSERT(!(inst & INT_ALIGNED)); in emit_op_mem()
2232 sljit_ins inst; in sljit_emit_mem() local
[all …]
/PHP-7.4/ext/standard/
H A Dfilters.c383 if (inst->lbchars_dup && inst->lbchars != NULL) { in php_conv_base64_encode_dtor()
409 memcpy(pd, inst->lbchars, inst->lbchars_len); in php_conv_base64_encode_flush()
432 memcpy(pd, inst->lbchars, inst->lbchars_len); in php_conv_base64_encode_flush()
542 memcpy(pd, inst->lbchars, inst->lbchars_len); in php_conv_base64_encode_convert()
562 inst->erem[inst->erem_len++] = *(ps++); in php_conv_base64_encode_convert()
640 if (inst->eos || inst->urem_nbits == 0) { in php_conv_base64_decode_convert()
987 inst->lb_cnt = inst->lb_ptr = 0; in php_conv_qprint_encode_ctor()
1189 inst->lb_ptr = inst->lb_cnt = 0; in php_conv_qprint_decode_ctor()
1456 pefree(inst->cd, inst->persistent); in php_convert_filter_dtor()
1460 pefree(inst->filtername, inst->persistent); in php_convert_filter_dtor()
[all …]
/PHP-7.4/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.4/ext/iconv/
H A Diconv.c2871 php_iconv_stream_filter *inst; in php_iconv_stream_filter_factory_create() local
2894 inst = pemalloc(sizeof(php_iconv_stream_filter), persistent); in php_iconv_stream_filter_factory_create()
2896 …if (php_iconv_stream_filter_ctor(inst, to_charset, to_charset_len, from_charset, from_charset_len,… in php_iconv_stream_filter_factory_create()
2897 pefree(inst, persistent); in php_iconv_stream_filter_factory_create()
2901 if (NULL == (retval = php_stream_filter_alloc(&php_iconv_stream_filter_ops, inst, persistent))) { in php_iconv_stream_filter_factory_create()
2902 php_iconv_stream_filter_dtor(inst); in php_iconv_stream_filter_factory_create()
2903 pefree(inst, persistent); in php_iconv_stream_filter_factory_create()
/PHP-7.4/build/
H A Dltmain.sh1545 -inst-prefix-dir)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4932 0 string cyd!inst Klystrack instrument
H A Dmagic4932 0 string cyd!inst Klystrack instrument

Completed in 263 milliseconds