Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1519 void *instruction, sljit_s32 size);
H A DsljitNativeARM_T2_32.c1524 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1527 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1530 return push_inst16(compiler, *(sljit_u16*)instruction); in sljit_emit_op_custom()
1531 return push_inst32(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativeARM_64.c1366 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1369 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1371 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativePPC_common.c1624 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1627 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1629 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativeMIPS_common.c1515 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1518 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1520 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom()
H A DsljitNativeARM_32.c1908 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1911 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1913 return push_inst(compiler, *(sljit_uw*)instruction); in sljit_emit_op_custom()
H A DsljitNativeS390X.c2699 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
2704 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
2706 memcpy((sljit_u8 *)&ins + sizeof(ins) - size, instruction, size); in sljit_emit_op_custom()
H A DsljitNativeX86_common.c2404 void *instruction, sljit_s32 size) argument
2409 CHECK(check_sljit_emit_op_custom(compiler, instruction, size));
2414 SLJIT_MEMCPY(inst, instruction, size);
/PHP-8.1/
H A DNEWS219 . Fixed bug GH-12167 (Unable to get processing instruction contents in
273 . Fixed bug #52751 (XPath processing-instruction() function is not
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_arm64.dasc312 * Note: 0xff can be encoded as imm for 'and' instruction. */
622 * Currently, only add instruction is used as 'op_ins'.
906 * For LONG_CMP, 'cmp' instruction is used by default and only flag registers are affected.
949 * Note: it should be guaranteed that 'val' can be encoded into add/sub instruction. */
2996 /* Emit veneers table for exit points (B instruction for each exit number) */
10675 // hence it's safe to directly encode it as the imm field of 'cmp' instruction.
15591 /* generate B instruction */
H A Dzend_jit_x86.dasc446 * x86_64 cmp instruction doesn't support immediate 64-bit operand, and full
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic313 # instruction set, the "short" should probably become "beshort" and the
1920 # the first instruction or instructions in the program.
7150 #4 string pipe CLIPPER instruction trace
7151 #4 string prof CLIPPER instruction profile
11396 # real x86 boot sector with jump instruction
12517 # older drives may use Near JuMP instruction E9 xx xx
12989 # floppies with valid BPB and any instruction at beginning
13092 # without x86 jump instruction
13099 # only x86 short jump instruction found
23556 # start with assembler instruction MOV
[all …]
H A Dmagic私はガラスを食べられます313 # instruction set, the "short" should probably become "beshort" and the
1920 # the first instruction or instructions in the program.
7150 #4 string pipe CLIPPER instruction trace
7151 #4 string prof CLIPPER instruction profile
11396 # real x86 boot sector with jump instruction
12517 # older drives may use Near JuMP instruction E9 xx xx
12989 # floppies with valid BPB and any instruction at beginning
13092 # without x86 jump instruction
13099 # only x86 short jump instruction found
23556 # start with assembler instruction MOV
[all …]

Completed in 229 milliseconds

12