Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1069 sljit_sw high_short; in emit_op_mem() local
1116 high_short = (sljit_s32)(argw + ((argw & 0x8000) << 1)) & ~0xffff; in emit_op_mem()
1119 SLJIT_ASSERT(high_short && high_short <= 0x7fffffffl && high_short >= -0x80000000l); in emit_op_mem()
1121 SLJIT_ASSERT(high_short); in emit_op_mem()
1124 FAIL_IF(push_inst(compiler, ADDIS | D(tmp_reg) | A(arg) | IMM(high_short >> 16))); in emit_op_mem()

Completed in 10 milliseconds