Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c946 sljit_s32 other_r; in emit_op_mem() local
968 other_r = OFFS_REG(arg); in emit_op_mem()
971 if (!argw && IS_3_LO_REGS(reg, arg, other_r)) in emit_op_mem()
972 return push_inst16(compiler, sljit_mem16[flags] | RD3(reg) | RN3(arg) | RM3(other_r)); in emit_op_mem()
973 …return push_inst32(compiler, sljit_mem32[flags] | RT4(reg) | RN4(arg) | RM4(other_r) | (argw << 4)… in emit_op_mem()

Completed in 9 milliseconds