Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_T2_32.c208 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) | in emit_imm32_const()
210 return push_inst32(compiler, MOVT | RD4(dst) | in emit_imm32_const()
484 return push_inst32(compiler, MOV_WI | RD4(dst) | tmp); in load_immediate()
487 return push_inst32(compiler, MVN_WI | RD4(dst) | tmp); in load_immediate()
491 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) | in load_immediate()
496 return push_inst32(compiler, MOVT | RD4(dst) | in load_immediate()
1151 ? push_inst32(compiler, PUSH_W | (1 << 14) | push) in sljit_emit_enter()
1217 ? push_inst32(compiler, POP_W | (1 << 15) | pop) in sljit_emit_return()
1546 return push_inst32(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
1689 return push_inst32(compiler, VMRS); in sljit_emit_fop1_cmp()
[all …]

Completed in 59 milliseconds