Home
last modified time | relevance | path

Searched refs:GET_ALL_FLAGS (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c1681 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op()
1716 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op()
1724 op = SLJIT_ADD | GET_ALL_FLAGS(op); in emit_op()
1923 …return sljit_emit_op2(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
2483 sljit_s32 dst_r, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
DsljitNativeX86_common.c1287 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
2715 if (GET_OPCODE(op) == SLJIT_OR && !GET_ALL_FLAGS(op) && FAST_IS_REG(dst) && dst == src) {
2811 …if (GET_OPCODE(op) == SLJIT_OR && !GET_ALL_FLAGS(op) && FAST_IS_REG(dst) && dst == src && reg_map[…
DsljitNativeARM_T2_32.c1319 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
1980 sljit_s32 dst_r, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
DsljitNativeMIPS_common.c1170 …return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, s… in sljit_emit_op1()
2010 sljit_s32 flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
DsljitNativePPC_common.c1305 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
2224 sljit_s32 flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
DsljitNativeTILEGX_64.c2088 sljit_s32 flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
2251 …return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw… in sljit_emit_op1()
DsljitLir.c85 #define GET_ALL_FLAGS(op) \ macro
DsljitNativeARM_64.c1283 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()