Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c1058 : push_inst16(compiler, PUSH | (1 << 8) | push)); in sljit_emit_enter()
1192 : push_inst16(compiler, POP | (1 << 8) | pop); in sljit_emit_return()
1234 return push_inst16(compiler, BKPT); in sljit_emit_op0()
1236 return push_inst16(compiler, NOP); in sljit_emit_op0()
1723 return push_inst16(compiler, BX | RN3(TMP_REG2)); in sljit_emit_fast_return()
2086 return push_inst16(compiler, BLX | RN3(TMP_REG1)); in sljit_emit_ijump()
2174 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_op_flags()
2202 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_cmov()
2210 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_cmov()
2217 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_cmov()
[all …]

Completed in 11 milliseconds