Searched refs:push_inst16 (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 725 return push_inst16(compiler, CMPI | RDN3(dst)); in emit_op_imm() 1152 : push_inst16(compiler, PUSH | (1 << 8) | push)); in sljit_emit_enter() 1218 : push_inst16(compiler, POP | (1 << 8) | pop); in sljit_emit_return() 1251 return push_inst16(compiler, BKPT); in sljit_emit_op0() 1253 return push_inst16(compiler, NOP); in sljit_emit_op0() 1545 return push_inst16(compiler, *(sljit_uh*)instruction); in sljit_emit_op_custom() 1836 return push_inst16(compiler, BLX | RN3(TMP_REG3)); in sljit_emit_fast_return() 1938 PTR_FAIL_IF(push_inst16(compiler, BX | RN3(TMP_REG1))); in sljit_emit_jump() 1962 return push_inst16(compiler, BLX | RN3(TMP_REG1)); in sljit_emit_ijump() 2012 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_op_flags() [all …]
|
Completed in 13 milliseconds