Home
last modified time | relevance | path

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

12

/PHP-8.3/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.3/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.3/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.3/ext/dom/tests/delayed_freeing/
H A Dprocessing_instruction.phpt2 Delayed freeing processing instruction
/PHP-8.3/ext/dom/tests/manually_call_constructor/
H A Dprocessinginstruction.phpt2 Manually call __construct() - processing instruction variation
/PHP-8.3/ext/xmlwriter/tests/
H A DOO_009.phpt8 Libxml 2.6.24 and up adds a new line after a processing instruction (PI)
H A D009.phpt8 Libxml 2.6.24 and up adds a new line after a processing instruction (PI)
/PHP-8.3/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.3/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.3/win32/build/
H A Dconfig.w32404 Available instruction set names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
405 SSE and SSE2 are enabled by default. The best instruction set specified will \
406 automatically enable all the older instruction sets. Note, that the produced binary \
407 might not work properly, if the chosen instruction sets are not available on the target \
/PHP-8.3/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.3/ext/dom/tests/
H A DDOMNode_isEqualNode.phpt90 echo "--- Test processing instruction ---\n";
283 --- Test processing instruction ---
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c1538 void *instruction, sljit_u32 size) in check_sljit_emit_op_custom() argument
1547 CHECK_ARGUMENT(instruction); in check_sljit_emit_op_custom()
1552 CHECK_ARGUMENT((size == 2 && (((sljit_sw)instruction) & 0x1) == 0) in check_sljit_emit_op_custom()
1553 || (size == 4 && (((sljit_sw)instruction) & 0x3) == 0)); in check_sljit_emit_op_custom()
1557 CHECK_ARGUMENT(size == 4 && (((sljit_sw)instruction) & 0x3) == 0); in check_sljit_emit_op_custom()
1566 fprintf(compiler->verbose, " 0x%x", ((sljit_u8*)instruction)[i]); in check_sljit_emit_op_custom()
2879 void *instruction, sljit_u32 size) in sljit_emit_op_custom() argument
2882 SLJIT_UNUSED_ARG(instruction); in sljit_emit_op_custom()

Completed in 57 milliseconds

12