Searched refs:op_flags (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeX86_common.c | 1149 static sljit_si emit_clz(struct sljit_compiler *compiler, sljit_si op_flags, in emit_clz() argument 1156 SLJIT_UNUSED_ARG(op_flags); in emit_clz() 1203 compiler->mode32 = op_flags & SLJIT_INT_OP; in emit_clz() 1264 sljit_si op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local 1280 compiler->mode32 = op_flags & SLJIT_INT_OP; in sljit_emit_op1() 1289 if (op_flags & SLJIT_INT_OP) { in sljit_emit_op1() 1400 if (SLJIT_UNLIKELY(GET_FLAGS(op_flags))) in sljit_emit_op1() 1405 if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_E)) in sljit_emit_op1() 1410 if (SLJIT_UNLIKELY(op_flags & SLJIT_KEEP_FLAGS) && !compiler->flags_saved) in sljit_emit_op1() 1415 if (SLJIT_UNLIKELY(op_flags & SLJIT_KEEP_FLAGS) && !compiler->flags_saved) in sljit_emit_op1() [all …]
|
H A D | sljitNativeARM_64.c | 1283 sljit_si op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local 1381 … return emit_op_imm(compiler, op | ((op_flags & SLJIT_INT_OP) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1() 1394 flags = GET_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1() 1396 if (op_flags & SLJIT_INT_OP) { in sljit_emit_op1() 1414 if (op_flags & SLJIT_INT_OP) in sljit_emit_op1()
|
H A D | sljitNativeARM_T2_32.c | 1319 sljit_si op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local 1419 return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1() 1422 flags = (GET_FLAGS(op_flags) ? SET_FLAGS : 0) | ((op_flags & SLJIT_KEEP_FLAGS) ? KEEP_FLAGS : 0); in sljit_emit_op1()
|
H A D | sljitNativePPC_common.c | 1301 sljit_si op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local 1312 if (op_flags & SLJIT_SET_O) in sljit_emit_op1() 1315 if (op_flags & SLJIT_INT_OP) { in sljit_emit_op1() 1407 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_INT_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1()
|
Completed in 32 milliseconds