/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 282 #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 D | sljitNativeX86_64.c | 31 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 D | sljitNativeX86_32.c | 31 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 D | sljitNativePPC_32.c | 260 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 D | sljitNativeSPARC_32.c | 268 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 D | sljitNativeARM_32.c | 161 *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 D | sljitNativeMIPS_common.c | 338 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 D | sljitNativePPC_64.c | 481 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 D | sljitNativeMIPS_64.c | 529 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 D | sljitNativeMIPS_32.c | 427 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 D | sljitNativeTILEGX_64.c | 907 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 D | sljitNativeARM_64.c | 156 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 D | sljitNativeSPARC_common.c | 222 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 D | sljitNativeARM_T2_32.c | 207 *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 D | sljitNativePPC_common.c | 351 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-8.0/ext/standard/ |
H A D | filters.c | 251 if (inst->lbchars_dup && inst->lbchars != NULL) { in php_conv_base64_encode_dtor() 277 memcpy(pd, inst->lbchars, inst->lbchars_len); in php_conv_base64_encode_flush() 300 memcpy(pd, inst->lbchars, inst->lbchars_len); in php_conv_base64_encode_flush() 410 memcpy(pd, inst->lbchars, inst->lbchars_len); in php_conv_base64_encode_convert() 430 inst->erem[inst->erem_len++] = *(ps++); in php_conv_base64_encode_convert() 508 if (inst->eos || inst->urem_nbits == 0) { in php_conv_base64_decode_convert() 855 inst->lb_cnt = inst->lb_ptr = 0; in php_conv_qprint_encode_ctor() 1057 inst->lb_ptr = inst->lb_cnt = 0; in php_conv_qprint_decode_ctor() 1324 pefree(inst->cd, inst->persistent); in php_convert_filter_dtor() 1328 pefree(inst->filtername, inst->persistent); in php_convert_filter_dtor() [all …]
|
/PHP-8.0/win32/ |
H A D | dllmain.c | 34 BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID dummy) in DllMain() argument 82 ret = ret && xmlDllMain(inst, reason, dummy); in DllMain()
|
/PHP-8.0/ext/iconv/ |
H A D | iconv.c | 2583 php_iconv_stream_filter *inst; in php_iconv_stream_filter_factory_create() local 2606 inst = pemalloc(sizeof(php_iconv_stream_filter), persistent); in php_iconv_stream_filter_factory_create() 2608 …if (php_iconv_stream_filter_ctor(inst, to_charset, to_charset_len, from_charset, from_charset_len,… in php_iconv_stream_filter_factory_create() 2609 pefree(inst, persistent); in php_iconv_stream_filter_factory_create() 2613 if (NULL == (retval = php_stream_filter_alloc(&php_iconv_stream_filter_ops, inst, persistent))) { in php_iconv_stream_filter_factory_create() 2614 php_iconv_stream_filter_dtor(inst); in php_iconv_stream_filter_factory_create() 2615 pefree(inst, persistent); in php_iconv_stream_filter_factory_create()
|
/PHP-8.0/build/ |
H A D | ltmain.sh | 1558 -inst-prefix-dir)
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 5227 0 string cyd!inst Klystrack instrument
|
H A D | magic | 5227 0 string cyd!inst Klystrack instrument
|