Searched refs:STORE (Results 1 – 7 of 7) sorted by relevance
/PHP-8.4/ext/zip/tests/ |
H A D | oo_supported.phpt | 13 ZipArchive::CM_STORE => "STORE", 39 Compression STORE
|
/PHP-8.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_64.c | 1122 #define STORE 0x10 macro 1138 if (!(flags & STORE)) in emit_op_mem() 1635 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1() 1668 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op1() 1720 return emit_op_mem(compiler, mem_flags | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op2() 1882 return emit_op_mem(compiler, WORD_SIZE | STORE, dst_r, dst, dstw, TMP_REG2); in sljit_emit_op_dst() 1921 if (!(flags & STORE)) in emit_fop_mem() 2105 return emit_fop_mem(compiler, mem_flags | STORE, dst_r, dst, dstw); in sljit_emit_fop1() 2155 return emit_fop_mem(compiler, mem_flags | STORE, TMP_FREG1, dst, dstw); in sljit_emit_fop2() 2495 mem_flags = (GET_OPCODE(op) == SLJIT_MOV ? WORD_SIZE : INT_SIZE) | STORE; in sljit_emit_op_flags() [all …]
|
H A D | sljitNativeARM_T2_32.c | 1163 #define STORE 0x01 macro 1976 return emit_op_mem(compiler, flags | STORE, dst_r, dst, dstw, TMP_REG1); in sljit_emit_op1() 1996 return emit_op_mem(compiler, flags | STORE, dst_r, dst, dstw, TMP_REG1); in sljit_emit_op1() 2040 return emit_op_mem(compiler, WORD_SIZE | STORE, dst_reg, dst, dstw, TMP_REG1); in sljit_emit_op2() 2192 return emit_op_mem(compiler, WORD_SIZE | STORE, TMP_REG2, dst, dstw, TMP_REG1); in sljit_emit_op_dst() 3081 return emit_op_mem(compiler, WORD_SIZE | STORE, TMP_REG1, dst, dstw, TMP_REG2); in sljit_emit_op_flags() 3098 FAIL_IF(emit_op_mem(compiler, WORD_SIZE | STORE, TMP_REG1, dst, dstw, TMP_REG2)); in sljit_emit_op_flags() 3296 flags |= STORE; in sljit_emit_mem() 3425 flags |= STORE; in sljit_emit_mem_update() 3515 return emit_op_mem(compiler, WORD_SIZE | STORE, TMP_REG2, mem, memw, TMP_REG1); in sljit_emit_fmem() [all …]
|
/PHP-8.4/ext/standard/tests/mail/ |
H A D | mail_util.inc | 197 … fn($uid) => $this->mailConnecter->send(self::DELETE, "UID STORE {$uid} +FLAGS (\\Deleted)"),
|
/PHP-8.4/ext/opcache/jit/ir/ |
H A D | ir.h | 327 _(STORE, s3, src, ref, def) /* store to memory */ \
|
H A D | ir_x86.dasc | 1573 /* check if address is used only in LOAD and STORE */ 1652 /* A naive check if there is a STORE or CALL between this LOAD and the fusion root */ 1662 // TODO: check if LOAD and STORE addresses may alias 2397 /* l = LOAD(_, a) ... v = INC(l) ... STORE(l, a, v) => SKIP ... SKIP ... MEM_INC */ 2407 /* l = LOAD(_, a) ... v = DEC(l) ... STORE(l, a, v) => SKIP ... SKIP ... MEM_DEC */ 2417 /* l = LOAD(_, a) ... v = MUL_PWR2(l) ... STORE(l, a, v) => SKIP ... SKIP ... MEM_MUL_PWR2 */ 2427 /* l = LOAD(_, a) ... v = DIV_PWR2(l) ... STORE(l, a, v) => SKIP ... SKIP ... MEM_DIV_PWR2 */ 2437 /* l = LOAD(_, a) ... v = MOD_PWR2(l) ... STORE(l, a, v) => SKIP ... SKIP ... MEM_MOD_PWR2 */ 2447 … /* l = LOAD(_, a) ... v = SHIFT(l, _) ... STORE(l, a, v) => SKIP ... SKIP_SHIFT ... MEM_SHIFT */ 2467 /* l = LOAD(_, a) ... v = OP(l) ... STORE(l, a, v) => SKIP ... SKIP ... MEM_OP */ [all …]
|
H A D | ir_aarch64.dasc | 682 /* check if address is used only in LOAD and STORE */
|
Completed in 56 milliseconds