Searched refs:GET_ALL_FLAGS (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_32.c | 1681 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()
|
D | sljitNativeX86_common.c | 1287 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[…
|
D | sljitNativeARM_T2_32.c | 1319 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()
|
D | sljitNativeMIPS_common.c | 1170 …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()
|
D | sljitNativePPC_common.c | 1305 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()
|
D | sljitNativeTILEGX_64.c | 2088 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()
|
D | sljitLir.c | 85 #define GET_ALL_FLAGS(op) \ macro
|
D | sljitNativeARM_64.c | 1283 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
|