Searched refs:shift_imm (Results 1 – 2 of 2) sorted by relevance
1578 if (compiler->shift_imm == 0x20) { in emit_single_op()1582 compiler->shift_imm = (sljit_uw)(-(sljit_sw)compiler->shift_imm) & 0x1f; in emit_single_op()1597 if (compiler->shift_imm != 0x20) { in emit_single_op()1600 if (compiler->shift_imm != 0) in emit_single_op()1602 RD(dst) | (compiler->shift_imm << 7) | (shift_type << 5) | RM(src2)); in emit_single_op()2206 compiler->shift_imm = src2w & 0x1f; in sljit_emit_op2()2209 compiler->shift_imm = 0x20; in sljit_emit_op2()
473 sljit_uw shift_imm; member
Completed in 18 milliseconds