Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c91 #define RD4(rd) ((sljit_ins)reg_map[rd] << 8) macro
298 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in emit_imm32_const()
300 return push_inst32(compiler, MOVT | RD4(dst) in emit_imm32_const()
767 return push_inst32(compiler, MOV_WI | RD4(dst) | tmp); in load_immediate()
770 return push_inst32(compiler, MVN_WI | RD4(dst) | tmp); in load_immediate()
774 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in load_immediate()
779 return push_inst32(compiler, MOVT | RD4(dst) in load_immediate()
3152 return push_inst32(compiler, MOVW | RD4(dst_reg) in sljit_emit_select()
3171 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst_reg) in sljit_emit_select()
3173 return push_inst32(compiler, MOVT | RD4(dst_reg) in sljit_emit_select()
[all …]

Completed in 13 milliseconds