Searched refs:push_inst16 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 1080 : push_inst16(compiler, PUSH | (1 << 8) | push)); in sljit_emit_enter() 1214 : push_inst16(compiler, POP | (1 << 8) | pop); in sljit_emit_return() 1256 return push_inst16(compiler, BKPT); in sljit_emit_op0() 1258 return push_inst16(compiler, NOP); in sljit_emit_op0() 1491 return push_inst16(compiler, BX | RN3(TMP_REG2)); in sljit_emit_op_src() 2117 return push_inst16(compiler, BLX | RN3(TMP_REG1)); in sljit_emit_ijump() 2205 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_op_flags() 2233 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_cmov() 2241 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_cmov() 2248 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8)); in sljit_emit_cmov() [all …]
|
Completed in 9 milliseconds