Searched refs:push_inst32 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 224 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in emit_imm32_const() 226 return push_inst32(compiler, MOVT | RD4(dst) in emit_imm32_const() 532 return push_inst32(compiler, MOV_WI | RD4(dst) | tmp); in load_immediate() 539 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in load_immediate() 544 return push_inst32(compiler, MOVT | RD4(dst) in load_immediate() 1057 ? push_inst32(compiler, PUSH_W | (1 << 14) | push) in sljit_emit_enter() 1191 ? push_inst32(compiler, POP_W | (1 << 15) | pop) in sljit_emit_return() 1594 return push_inst32(compiler, VMRS); in sljit_emit_fop1_cmp() 2211 return push_inst32(compiler, MOVW | RD4(dst_reg) in sljit_emit_cmov() 2230 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst_reg) in sljit_emit_cmov() [all …]
|
Completed in 9 milliseconds