Searched refs:GET_ALL_FLAGS (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_32.c | 1581 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op() 1588 op = SLJIT_ADD | GET_ALL_FLAGS(op); in emit_op() 1617 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op() 1802 …return sljit_emit_op2(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1() 2584 sljit_s32 dst_reg, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
|
D | sljitNativeX86_common.c | 1442 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() 2798 if (GET_OPCODE(op) == SLJIT_OR && !GET_ALL_FLAGS(op) && FAST_IS_REG(dst)) { 2898 if (GET_OPCODE(op) == SLJIT_OR && !GET_ALL_FLAGS(op) && FAST_IS_REG(dst) && reg_map[dst] <= 4) {
|
D | sljitNativeARM_T2_32.c | 1347 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() 2172 sljit_s32 dst_r, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
|
D | sljitNativeARM_64.c | 1162 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
|
D | sljitLir.c | 103 #define GET_ALL_FLAGS(op) \ macro
|
D | sljitNativePPC_common.c | 1206 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
|
D | sljitNativeMIPS_common.c | 1380 …return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, s… in sljit_emit_op1()
|