Searched refs:push_store_zero_flag (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeS390X.c | 967 static sljit_s32 push_store_zero_flag(struct sljit_compiler *compiler, sljit_s32 op, sljit_gpr sour… in push_store_zero_flag() function 1615 return push_store_zero_flag(compiler, op, dst_r); in sljit_emit_op1() 1696 return push_store_zero_flag(compiler, op, reg); in sljit_emit_op1() 1729 return push_store_zero_flag(compiler, op, reg); in sljit_emit_op1() 1773 return push_store_zero_flag(compiler, op, tmp0); in sljit_emit_op1() 1848 FAIL_IF(push_store_zero_flag(compiler, op, dst_r)); in sljit_emit_op1() 2405 FAIL_IF(push_store_zero_flag(compiler, op, dst_r)); in sljit_emit_op2() 2676 FAIL_IF(push_store_zero_flag(compiler, op, dst_r)); in sljit_emit_op_flags()
|