Searched refs:push_inst32 (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/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() 554 return push_inst32(compiler, MOV_WI | RD4(dst) | tmp); in load_immediate() 561 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in load_immediate() 566 return push_inst32(compiler, MOVT | RD4(dst) in load_immediate() 1079 ? push_inst32(compiler, PUSH_W | (1 << 14) | push) in sljit_emit_enter() 1213 ? push_inst32(compiler, POP_W | (1 << 15) | pop) in sljit_emit_return() 1641 return push_inst32(compiler, VMRS); in sljit_emit_fop1_cmp() 2242 return push_inst32(compiler, MOVW | RD4(dst_reg) in sljit_emit_cmov() 2261 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst_reg) in sljit_emit_cmov() [all …]
|
Completed in 10 milliseconds