Searched refs:RM4 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 80 #define RM4(rm) ((sljit_ins)reg_map[rm]) macro 743 return push_inst32(compiler, MOV_W | SET_FLAGS | RD4(dst) | RM4(reg)); in emit_op_imm() 793 return push_inst32(compiler, UXTB_W | RD4(dst) | RM4(arg2)); in emit_op_imm() 798 return push_inst32(compiler, SXTB_W | RD4(dst) | RM4(arg2)); in emit_op_imm() 803 return push_inst32(compiler, UXTH_W | RD4(dst) | RM4(arg2)); in emit_op_imm() 808 return push_inst32(compiler, SXTH_W | RD4(dst) | RM4(arg2)); in emit_op_imm() 816 FAIL_IF(push_inst32(compiler, CLZ | RN4(arg2) | RD4(dst) | RM4(arg2))); in emit_op_imm() 848 return push_inst32(compiler, MUL | RD4(dst) | RN4(arg1) | RM4(arg2)); in emit_op_imm() 852 return push_inst32(compiler, CMP_W | RN4(TMP_REG2) | 0x70e0 | RM4(dst)); in emit_op_imm() 1481 | RD4(SLJIT_R1) | RT4(SLJIT_R0) | RN4(SLJIT_R0) | RM4(SLJIT_R1)); in sljit_emit_op0() [all …]
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_match.c | 150 enum { RM1=1, RM2, RM3, RM4, RM5, RM6, RM7, RM8, RM9, RM10, enumerator 5438 RMATCH(Fecode + PRIV(OP_lengths)[*Fecode], RM4); in match()
|
Completed in 29 milliseconds