Home
last modified time | relevance | path

Searched refs:HALF_DATA (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c742 #define HALF_DATA 0x10 macro
1427 inp_flags = HALF_DATA | LOAD_DATA; in emit_rev()
1590 return EMIT_MOV(SLJIT_MOV_U16, HALF_DATA, (sljit_u16)); in sljit_emit_op1()
1593 return EMIT_MOV(SLJIT_MOV_S16, HALF_DATA | SIGNED_DATA, (sljit_s16)); in sljit_emit_op1()
2955 mem_flags = HALF_DATA; in sljit_emit_mem_update()
2959 mem_flags = HALF_DATA | SIGNED_DATA; in sljit_emit_mem_update()
H A DsljitNativeRISCV_common.c578 #define HALF_DATA 0x04 macro
1841 …return emit_op(compiler, op, HALF_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src == SLJIT_IMM) … in sljit_emit_op1()
1844 …return emit_op(compiler, op, HALF_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src … in sljit_emit_op1()
1853 return emit_op(compiler, op, HALF_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
H A DsljitNativeLOONGARCH_64.c686 #define HALF_DATA 0x04 macro
1798 …return emit_op(compiler, op, HALF_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src == SLJIT_IMM) … in sljit_emit_op1()
1801 …return emit_op(compiler, op, HALF_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src … in sljit_emit_op1()
1810 return emit_op(compiler, op, HALF_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
H A DsljitNativeMIPS_common.c905 #define HALF_DATA 0x04 macro
2553 …return emit_op(compiler, op, HALF_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src == SLJIT_IMM) … in sljit_emit_op1()
2556 …return emit_op(compiler, op, HALF_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src … in sljit_emit_op1()
2565 return emit_op(compiler, op, HALF_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()

Completed in 43 milliseconds