Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeS390X.c979 static sljit_s32 push_load_imm_inst(struct sljit_compiler *compiler, sljit_gpr target, sljit_sw v) in push_load_imm_inst() function
1044 FAIL_IF(push_load_imm_inst(compiler, tmp, off)); in make_addr_bxy()
1077 FAIL_IF(push_load_imm_inst(compiler, tmp, off)); in make_addr_bx()
1398 FAIL_IF(push_load_imm_inst(compiler, tmp1, -frame_size)); in sljit_emit_enter()
1439 …FAIL_IF(push_load_imm_inst(compiler, tmp1, compiler->local_size + SLJIT_S390X_DEFAULT_STACK_FRAME_… in sljit_emit_return()
1641 return push_load_imm_inst(compiler, gpr(dst), srcw); in sljit_emit_op1()
1706 FAIL_IF(push_load_imm_inst(compiler, reg, srcw)); in sljit_emit_op1()
1794 FAIL_IF(push_load_imm_inst(compiler, tmp1, -1)); in sljit_emit_op1()
1805 FAIL_IF(push_load_imm_inst(compiler, tmp1, -1)); in sljit_emit_op1()
1991 FAIL_IF(push_load_imm_inst(compiler, src1_r, src1w)); in sljit_emit_op2()
[all …]