Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c991 sljit_sw high_short; in emit_op_mem() local
1038 high_short = (sljit_s32)(argw + ((argw & 0x8000) << 1)) & ~0xffff; in emit_op_mem()
1041 SLJIT_ASSERT(high_short && high_short <= 0x7fffffffl && high_short >= -0x80000000l); in emit_op_mem()
1043 SLJIT_ASSERT(high_short); in emit_op_mem()
1046 FAIL_IF(push_inst(compiler, ADDIS | D(tmp_reg) | A(arg) | IMM(high_short >> 16))); in emit_op_mem()

Completed in 14 milliseconds