Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c900 sljit_sw high_short; in emit_op_mem() local
947 high_short = (sljit_s32)(argw + ((argw & 0x8000) << 1)) & ~0xffff; in emit_op_mem()
950 SLJIT_ASSERT(high_short && high_short <= 0x7fffffffl && high_short >= -0x80000000l); in emit_op_mem()
952 SLJIT_ASSERT(high_short); in emit_op_mem()
955 FAIL_IF(push_inst(compiler, ADDIS | D(tmp_reg) | A(arg) | IMM(high_short >> 16))); in emit_op_mem()