Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c695 #define INT_DATA 0x18 macro
1375 flags |= INT_DATA | SIGNED_DATA; in sljit_emit_op1()
1394 return EMIT_MOV(SLJIT_MOV_U32, INT_DATA, (sljit_u32)); in sljit_emit_op1()
1398 return EMIT_MOV(SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, (sljit_s32)); in sljit_emit_op1()
1498 flags |= INT_DATA | SIGNED_DATA; in sljit_emit_op2()
1739 sljit_s32 inp_flags = ((op & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_shift_into()
1928 …return emit_op_mem(compiler, INT_DATA | LOAD_DATA, dst, SLJIT_MEM1(SLJIT_SP), FLOAT_TMP_MEM_OFFSET… in sljit_emit_fop1_conv_sw_from_f64()
1976 … 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()
2430 sljit_s32 input_flags = ((op & SLJIT_32) || op == SLJIT_MOV32) ? INT_DATA : WORD_DATA; in sljit_emit_op_flags()
2691 mem_flags = INT_DATA; in sljit_emit_mem_update()
[all …]
H A DsljitNativeRISCV_common.c555 #define INT_DATA 0x06 macro
1706 flags = INT_DATA | SIGNED_DATA; in sljit_emit_op1()
1721 …return emit_op(compiler, SLJIT_MOV_U32, INT_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src & SL… in sljit_emit_op1()
1726 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, … in sljit_emit_op1()
1768 flags |= INT_DATA | SIGNED_DATA; in sljit_emit_op2()
1842 sljit_s32 inp_flags = ((op & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_shift_into()
2001 return emit_op_mem2(compiler, flags ? WORD_DATA : INT_DATA, TMP_REG2, dst, dstw, 0, 0); in sljit_emit_fop1_conv_sw_from_f64()
2026 …FAIL_IF(emit_op_mem2(compiler, (flags ? WORD_DATA : INT_DATA) | LOAD_DATA, TMP_REG1, src, srcw, ds… in sljit_emit_fop1_conv_f64_from_sw()
2410 flags = ((type & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_cmp()
2566 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.c766 #define INT_DATA 0x06 macro
2267 flags = INT_DATA | SIGNED_DATA; in sljit_emit_op1()
2282 …return emit_op(compiler, SLJIT_MOV_U32, INT_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src & SL… in sljit_emit_op1()
2286 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, … in sljit_emit_op1()
2328 flags |= INT_DATA | SIGNED_DATA; in sljit_emit_op2()
2409 sljit_s32 inp_flags = ((op & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_shift_into()
3024 flags = ((type & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_cmp()
3200 sljit_s32 mem_type = ((op & SLJIT_32) || op == SLJIT_MOV32) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags()
H A DsljitNativeSPARC_common.c481 #define INT_DATA 0x06 macro

Completed in 39 milliseconds