Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c480 #define HALF_DATA 0x04 macro
1019 …return emit_op(compiler, SLJIT_MOV_U16, flags | HALF_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, … in sljit_emit_op1()
1022 …return emit_op(compiler, SLJIT_MOV_S16, flags | HALF_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_… in sljit_emit_op1()
H A DsljitNativePPC_common.c694 #define HALF_DATA 0x10 macro
1408 return EMIT_MOV(SLJIT_MOV_U16, HALF_DATA, (sljit_u16)); in sljit_emit_op1()
1411 return EMIT_MOV(SLJIT_MOV_S16, HALF_DATA | SIGNED_DATA, (sljit_s16)); in sljit_emit_op1()
2712 mem_flags = HALF_DATA; in sljit_emit_mem_update()
2716 mem_flags = HALF_DATA | SIGNED_DATA; in sljit_emit_mem_update()
H A DsljitNativeRISCV_common.c554 #define HALF_DATA 0x04 macro
1736 …return emit_op(compiler, op, HALF_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ?… in sljit_emit_op1()
1739 …return emit_op(compiler, op, HALF_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src … in sljit_emit_op1()
H A DsljitNativeMIPS_common.c765 #define HALF_DATA 0x04 macro
2296 …return emit_op(compiler, op, HALF_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ?… in sljit_emit_op1()
2299 …return emit_op(compiler, op, HALF_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src … in sljit_emit_op1()

Completed in 40 milliseconds