Lines Matching refs:push_load_imm_inst
855 static sljit_s32 push_load_imm_inst(struct sljit_compiler *compiler, sljit_gpr target, sljit_sw v) in push_load_imm_inst() function
920 FAIL_IF(push_load_imm_inst(compiler, tmp, off)); in make_addr_bxy()
953 FAIL_IF(push_load_imm_inst(compiler, tmp, off)); in make_addr_bx()
1020 return push_load_imm_inst(compiler, dst_r, srcw); in emit_move()
1176 FAIL_IF(push_load_imm_inst(compiler, tmp1, src2w)); in emit_rx()
1219 FAIL_IF(push_load_imm_inst(compiler, tmp1, dstw)); in emit_siy()
1628 FAIL_IF(push_load_imm_inst(compiler, tmp1, -frame_size)); in sljit_emit_enter()
1669 …FAIL_IF(push_load_imm_inst(compiler, tmp1, compiler->local_size + SLJIT_S390X_DEFAULT_STACK_FRAME_… in sljit_emit_return()
1868 return push_load_imm_inst(compiler, gpr(dst), srcw); in sljit_emit_op1()
1928 FAIL_IF(push_load_imm_inst(compiler, reg, srcw)); in sljit_emit_op1()
2008 FAIL_IF(push_load_imm_inst(compiler, tmp1, -1)); in sljit_emit_op1()
2019 FAIL_IF(push_load_imm_inst(compiler, tmp1, -1)); in sljit_emit_op1()
2816 FAIL_IF(push_load_imm_inst(compiler, src_r, srcw)); in sljit_emit_ijump()
2877 FAIL_IF(push_load_imm_inst(compiler, loc_r, 0)); in sljit_emit_op_flags()
2924 FAIL_IF(push_load_imm_inst(compiler, src_r, srcw)); in sljit_emit_cmov()