Searched refs:offset_reg (Results 1 – 1 of 1) sorted by relevance
1676 sljit_uw imm, offset_reg; in emit_op_mem() local1697 offset_reg = OFFS_REG(arg); in emit_op_mem()1702 …FAIL_IF(push_inst(compiler, ADD | RD(tmp_reg) | RN(arg) | RM(offset_reg) | ((sljit_uw)argw << 7))); in emit_op_mem()1708 RM(offset_reg) | (is_type1_transfer ? (1 << 25) : 0) | ((sljit_uw)argw << 7))); in emit_op_mem()
Completed in 10 milliseconds