Searched refs:other_r (Results 1 – 1 of 1) sorted by relevance
946 sljit_s32 other_r; in emit_op_mem() local968 other_r = OFFS_REG(arg); in emit_op_mem()971 if (!argw && IS_3_LO_REGS(reg, arg, other_r)) in emit_op_mem()972 return push_inst16(compiler, sljit_mem16[flags] | RD3(reg) | RN3(arg) | RM3(other_r)); in emit_op_mem()973 …return push_inst32(compiler, sljit_mem32[flags] | RT4(reg) | RN4(arg) | RM4(other_r) | (argw << 4)… in emit_op_mem()
Completed in 15 milliseconds