Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4353 instruction[0] = 0x66; in load_from_mem_sse2()
4354 instruction[1] = 0x0f; in load_from_mem_sse2()
4355 instruction[2] = 0x6f; in load_from_mem_sse2()
4365 instruction[0] = 0x66; in fast_forward_char_pair_sse2_compare()
4366 instruction[1] = 0x0f; in fast_forward_char_pair_sse2_compare()
4453 instruction[0] = 0x66; in fast_forward_first_char2_sse2()
4454 instruction[1] = 0x0f; in fast_forward_first_char2_sse2()
4455 instruction[2] = 0x6e; in fast_forward_first_char2_sse2()
4473 instruction[2] = 0x70; in fast_forward_first_char2_sse2()
4475 instruction[4] = 0; in fast_forward_first_char2_sse2()
[all …]
/PHP-7.3/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.3/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 Dxml_set_processing_instruction_handler_error.phpt12 * Description: Set up processing instruction (PI) handler
H A Dxml001.phpt91 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml003.phpt90 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml002.phpt92 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml_set_processing_instruction_handler_variation1.phpt12 * Description: Set up processing instruction (PI) handler
/PHP-7.3/ext/xmlwriter/tests/
H A D009.phpt11 Libxml 2.6.24 and up adds a new line after a processing instruction (PI)
H A DOO_009.phpt10 Libxml 2.6.24 and up adds a new line after a processing instruction (PI)
/PHP-7.3/win32/build/
H A Dconfig.w32349 Available instruction set names are sse, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2. \
350 SSE and SSE2 are enabled by default. The best instruction set specified will \
351 automatically enable all the older instruction sets. Note, that the produced binary \
352 might not work properly, if the chosen instruction sets are not available on the target \
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c1302 void *instruction, sljit_s32 size) in check_sljit_emit_op_custom() argument
1311 CHECK_ARGUMENT(instruction); in check_sljit_emit_op_custom()
1316 CHECK_ARGUMENT((size == 2 && (((sljit_sw)instruction) & 0x1) == 0) in check_sljit_emit_op_custom()
1317 || (size == 4 && (((sljit_sw)instruction) & 0x3) == 0)); in check_sljit_emit_op_custom()
1319 CHECK_ARGUMENT(size == 4 && (((sljit_sw)instruction) & 0x3) == 0); in check_sljit_emit_op_custom()
1328 fprintf(compiler->verbose, " 0x%x", ((sljit_u8*)instruction)[i]); in check_sljit_emit_op_custom()
2379 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
2382 SLJIT_UNUSED_ARG(instruction); in sljit_emit_op_custom()
H A DsljitNativeSPARC_common.c957 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
960 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
962 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom()
H A DsljitNativeARM_T2_32.c1470 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1473 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1476 return push_inst16(compiler, *(sljit_u16*)instruction); in sljit_emit_op_custom()
1477 return push_inst32(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitLir.h1469 void *instruction, sljit_s32 size);
H A DsljitNativeARM_64.c1294 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1297 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1299 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativeMIPS_common.c1296 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1299 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1301 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom()
/PHP-7.3/ext/zlib/tests/
H A Ddata.inc49 shall go hard but I will better the instruction.
/PHP-7.3/
H A DUPGRADING.INTERNALS19 p. VM instruction operands (FETCH_CLASS, FETCH_CONSTANT, CATCH)

Completed in 107 milliseconds

12