Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h85 instruction[1] = 0x0f; in load_from_mem_sse2()
86 instruction[2] = 0x6f; in load_from_mem_sse2()
110 instruction[0] = 0x66; in fast_forward_char_pair_sse2_compare()
111 instruction[1] = 0x0f; in fast_forward_char_pair_sse2_compare()
230 instruction[0] = 0x66; in fast_forward_char_simd()
231 instruction[1] = 0x0f; in fast_forward_char_simd()
232 instruction[2] = 0x6e; in fast_forward_char_simd()
250 instruction[2] = 0x70; in fast_forward_char_simd()
252 instruction[4] = 0; in fast_forward_char_simd()
411 instruction[4] = 0; in fast_requested_char_simd()
[all …]
/PHP-7.4/ext/simplexml/tests/
H A D008.phpt17 <?test processing instruction ?>
H A D002.phpt17 <?test processing instruction ?>
H A D010.phpt21 <?test processing instruction ?>
H A Dsxe_001.phpt20 <?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-7.4/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt12 * Description: Sets the processing instruction (PI) handler function for the XML parser.
H A Dxml003.phpt90 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml001.phpt91 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml002.phpt92 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
/PHP-7.4/ext/xmlwriter/tests/
H A DOO_009.phpt10 Libxml 2.6.24 and up adds a new line after a processing instruction (PI)
H A D009.phpt11 Libxml 2.6.24 and up adds a new line after a processing instruction (PI)
/PHP-7.4/win32/build/
H A Dconfig.w32358 Available instruction set names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
359 SSE and SSE2 are enabled by default. The best instruction set specified will \
360 automatically enable all the older instruction sets. Note, that the produced binary \
361 might not work properly, if the chosen instruction sets are not available on the target \
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c1365 void *instruction, sljit_s32 size) in check_sljit_emit_op_custom() argument
1374 CHECK_ARGUMENT(instruction); in check_sljit_emit_op_custom()
1379 CHECK_ARGUMENT((size == 2 && (((sljit_sw)instruction) & 0x1) == 0) in check_sljit_emit_op_custom()
1380 || (size == 4 && (((sljit_sw)instruction) & 0x3) == 0)); in check_sljit_emit_op_custom()
1382 CHECK_ARGUMENT(size == 4 && (((sljit_sw)instruction) & 0x3) == 0); in check_sljit_emit_op_custom()
1391 fprintf(compiler->verbose, " 0x%x", ((sljit_u8*)instruction)[i]); in check_sljit_emit_op_custom()
2459 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
2462 SLJIT_UNUSED_ARG(instruction); in sljit_emit_op_custom()
H A DsljitNativeSPARC_common.c1017 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1020 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1022 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom()
H A DsljitLir.h1529 void *instruction, sljit_s32 size);
H A DsljitNativeARM_T2_32.c1517 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1520 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1523 return push_inst16(compiler, *(sljit_u16*)instruction); in sljit_emit_op_custom()
1524 return push_inst32(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativeARM_64.c1370 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1373 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1375 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativeMIPS_common.c1510 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1513 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1515 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom()
H A DsljitNativePPC_common.c1580 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1583 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1585 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativeARM_32.c1829 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1832 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1834 return push_inst(compiler, *(sljit_uw*)instruction); in sljit_emit_op_custom()
H A DsljitNativeX86_common.c2407 void *instruction, sljit_s32 size) argument
2412 CHECK(check_sljit_emit_op_custom(compiler, instruction, size));
2417 SLJIT_MEMCPY(inst, instruction, size);
/PHP-7.4/ext/zlib/tests/
H A Ddata.inc49 shall go hard but I will better the instruction.

Completed in 161 milliseconds

12