Home
last modified time | relevance | path

Searched refs:SIGNED_DATA (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c340 …FAIL_IF(emit_op_mem(compiler, WORD_DATA | SIGNED_DATA | LOAD_DATA, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_fop1_conv_f64_from_sw()
380 …FAIL_IF(emit_op_mem(compiler, WORD_DATA | SIGNED_DATA | LOAD_DATA, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitNativePPC_common.c785 #define SIGNED_DATA 0x04 macro
1602 flags |= INT_DATA | SIGNED_DATA; in sljit_emit_op1()
1625 return EMIT_MOV(SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, (sljit_s32)); in sljit_emit_op1()
1632 return EMIT_MOV(SLJIT_MOV_S8, BYTE_DATA | SIGNED_DATA, (sljit_s8)); in sljit_emit_op1()
1638 return EMIT_MOV(SLJIT_MOV_S16, HALF_DATA | SIGNED_DATA, (sljit_s16)); in sljit_emit_op1()
1725 flags |= INT_DATA | SIGNED_DATA; in sljit_emit_op2()
3009 mem_flags |= SIGNED_DATA; in sljit_emit_mem_update()
3026 mem_flags = HALF_DATA | SIGNED_DATA; in sljit_emit_mem_update()
H A DsljitNativeRISCV_common.c684 #define SIGNED_DATA 0x08 macro
1905 flags = INT_DATA | SIGNED_DATA; in sljit_emit_op1()
1925 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_ZERO, 0, … in sljit_emit_op1()
1932 …return emit_op(compiler, op, BYTE_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_ZERO, 0, src, (src … in sljit_emit_op1()
1938 …return emit_op(compiler, op, HALF_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_ZERO, 0, src, (src … in sljit_emit_op1()
1973 flags |= INT_DATA | SIGNED_DATA; in sljit_emit_op2()
2829 sljit_s32 mem_type = ((op & SLJIT_32) || op == SLJIT_MOV32) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags()
H A DsljitNativeMIPS_common.c891 #define SIGNED_DATA 0x08 macro
2509 flags = INT_DATA | SIGNED_DATA; in sljit_emit_op1()
2528 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, … in sljit_emit_op1()
2535 …return emit_op(compiler, op, BYTE_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src … in sljit_emit_op1()
2541 …return emit_op(compiler, op, HALF_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src … in sljit_emit_op1()
2576 flags |= INT_DATA | SIGNED_DATA; in sljit_emit_op2()
3591 sljit_s32 mem_type = ((op & SLJIT_32) || op == SLJIT_MOV32) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags()
4016 flags |= SIGNED_DATA; in sljit_emit_mem()
4034 flags |= SIGNED_DATA; in sljit_emit_mem()
H A DsljitNativeLOONGARCH_64.c841 #define SIGNED_DATA 0x08 macro
1908 flags = INT_DATA | SIGNED_DATA; in sljit_emit_op1()
1921 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_ZERO, 0, … in sljit_emit_op1()
1927 …return emit_op(compiler, op, BYTE_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_ZERO, 0, src, (src … in sljit_emit_op1()
1933 …return emit_op(compiler, op, HALF_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_ZERO, 0, src, (src … in sljit_emit_op1()
1967 flags |= INT_DATA | SIGNED_DATA; in sljit_emit_op2()
2909 sljit_s32 mem_type = ((op & SLJIT_32) || op == SLJIT_MOV32) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags()
H A DsljitNativePPC_64.c587 … FAIL_IF(emit_op_mem(compiler, INT_DATA | SIGNED_DATA | LOAD_DATA, TMP_REG1, src, srcw, TMP_REG1)); in sljit_emit_fop1_conv_f64_from_sw()

Completed in 74 milliseconds