Home
last modified time | relevance | path

Searched refs:instruction (Results 1 – 25 of 38) sorted by relevance

12

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h111 instruction[1] = 0x0f; in load_from_mem_sse2()
112 instruction[2] = 0x6f; in load_from_mem_sse2()
130 instruction[0] = 0x66; in fast_forward_char_pair_sse2_compare()
131 instruction[1] = 0x0f; in fast_forward_char_pair_sse2_compare()
272 instruction[4] = 0; in fast_forward_char_simd()
431 instruction[4] = 0; in fast_requested_char_simd()
614 instruction[4] = 0; in fast_forward_char_pair_simd()
1189 instruction[1] = 0; in replicate_imm_vector()
1361 instruction[1] = 7; in fast_forward_char_simd()
1409 instruction[1] = 7; in fast_forward_char_simd()
[all …]
/PHP-8.1/ext/simplexml/tests/
H A Dgh12167.phpt2 GH-12167 (Unable to get processing instruction contents in SimpleXML)
17 var_dump($sxe->xpath("//processing-instruction()")[0]->getName());
18 var_dump((string) $sxe->xpath("//processing-instruction()")[0]);
H A Dbug52751.phpt2 Bug #52751 (XPath processing-instruction() function is not supported)
24 $sxe->xpath('//processing-instruction(\'baz\')')
27 foreach ($sxe->xpath('//processing-instruction()') as $pi) {
H A Dsxe_001.phpt18 <?test processing instruction ?>
H A D008.phpt17 <?test processing instruction ?>
H A D002.phpt17 <?test processing instruction ?>
H A D010.phpt21 <?test processing instruction ?>
H A D004.phpt19 <?test processing instruction ?>
H A D003.phpt21 <?test processing instruction ?>
H A D007.phpt17 <?test processing instruction ?>
/PHP-8.1/Zend/tests/
H A Doss_fuzz_60011_1.phpt2 oss-fuzz #60011 (Incorrect order of instruction with nullsafe operator)
H A Doss_fuzz_60011_2.phpt2 oss-fuzz #60011 (Incorrect order of instruction with nullsafe operator)
/PHP-8.1/ext/opcache/jit/
H A DREADME.md10 Code is usually generated separately for each PHP byte-code instruction. Only
25 has a tutorial, reference, and instruction listing.
/PHP-8.1/ext/dom/tests/manually_call_constructor/
H A Dprocessinginstruction.phpt2 Manually call __construct() - processing instruction variation
/PHP-8.1/ext/xmlwriter/tests/
H A D009.phpt8 Libxml 2.6.24 and up adds a new line after a processing instruction (PI)
H A DOO_009.phpt8 Libxml 2.6.24 and up adds a new line after a processing instruction (PI)
/PHP-8.1/Zend/asm/
H A Dmake_mips64_n64_elf_gas.S72 # psudo instruction compute abs address of label finish based on GP
H A Dmake_i386_ms_pe_masm.asm56 ; negate stack size for LEA instruction (== substraction)
/PHP-8.1/ext/xml/tests/
H A Dxml001.phpt92 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml003.phpt91 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml002.phpt93 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
/PHP-8.1/win32/build/
H A Dconfig.w32371 Available instruction set names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
372 SSE and SSE2 are enabled by default. The best instruction set specified will \
373 automatically enable all the older instruction sets. Note, that the produced binary \
374 might not work properly, if the chosen instruction sets are not available on the target \
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c1379 void *instruction, sljit_s32 size) in check_sljit_emit_op_custom() argument
1388 CHECK_ARGUMENT(instruction); in check_sljit_emit_op_custom()
1393 CHECK_ARGUMENT((size == 2 && (((sljit_sw)instruction) & 0x1) == 0) in check_sljit_emit_op_custom()
1394 || (size == 4 && (((sljit_sw)instruction) & 0x3) == 0)); in check_sljit_emit_op_custom()
1398 CHECK_ARGUMENT(size == 4 && (((sljit_sw)instruction) & 0x3) == 0); in check_sljit_emit_op_custom()
1407 fprintf(compiler->verbose, " 0x%x", ((sljit_u8*)instruction)[i]); in check_sljit_emit_op_custom()
2473 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
2476 SLJIT_UNUSED_ARG(instruction); in sljit_emit_op_custom()
H A DsljitNativeSPARC_common.c1018 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1021 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1023 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom()
/PHP-8.1/ext/zlib/tests/
H A Ddata.inc49 shall go hard but I will better the instruction.

Completed in 56 milliseconds

12