Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c279 #define SWR (HI(46)) macro
3458 ins_right = ((type & SLJIT_MEM_STORE) ? SWR : LWR) | S(mem); in sljit_emit_mem()
3556 return push_inst(compiler, SWR | S(mem) | T(reg) | IMM(memw + 3), MOVABLE_INS); in sljit_emit_mem()
3602 return push_inst(compiler, SWR | S(mem) | T(TMP_REG2) | IMM(memw + 3), MOVABLE_INS); in sljit_emit_fmem()
3611 FAIL_IF(push_inst(compiler, SWR | S(mem) | T(TMP_REG2) | IMM(memw + 3), MOVABLE_INS)); in sljit_emit_fmem()
3618 return push_inst(compiler, SWR | S(mem) | T(TMP_REG2) | IMM(memw + 7), MOVABLE_INS); in sljit_emit_fmem()

Completed in 18 milliseconds