Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c666 #define INT_DATA 0x18 macro
1323 flags |= INT_DATA | SIGNED_DATA; in sljit_emit_op1()
1342 return EMIT_MOV(SLJIT_MOV_U32, INT_DATA, (sljit_u32)); in sljit_emit_op1()
1346 return EMIT_MOV(SLJIT_MOV_S32, INT_DATA | SIGNED_DATA, (sljit_s32)); in sljit_emit_op1()
1445 flags |= INT_DATA | SIGNED_DATA; in sljit_emit_op2()
1777 …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()
1828 … 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()
2263 sljit_s32 input_flags = ((op & SLJIT_32) || op == SLJIT_MOV32) ? INT_DATA : WORD_DATA; in sljit_emit_op_flags()
2434 mem_flags = INT_DATA; in sljit_emit_mem()
2438 mem_flags = INT_DATA; in sljit_emit_mem()
H A DsljitNativeMIPS_common.c725 #define INT_DATA 0x06 macro
1549 flags = INT_DATA | SIGNED_DATA; in sljit_emit_op1()
1564 …return emit_op(compiler, SLJIT_MOV_U32, INT_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src & SL… in sljit_emit_op1()
1568 …return emit_op(compiler, SLJIT_MOV_S32, INT_DATA | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, … in sljit_emit_op1()
1609 flags |= INT_DATA | SIGNED_DATA; in sljit_emit_op2()
2154 flags = ((type & SLJIT_32) ? INT_DATA : WORD_DATA) | LOAD_DATA; in sljit_emit_cmp()
2310 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 27 milliseconds