Searched refs:shift_imm (Results 1 – 2 of 2) sorted by relevance
1124 if (compiler->shift_imm != 0x20) { \1128 if (compiler->shift_imm != 0) \1130 RD(dst) | (compiler->shift_imm << 7) | (opcode << 5) | RM(src2)); \1849 compiler->shift_imm = src2w & 0x1f; in sljit_emit_op2()1853 compiler->shift_imm = 0x20; in sljit_emit_op2()
446 sljit_uw shift_imm; member
Completed in 14 milliseconds