Home | History | Annotate | Download | only in sljit

Lines Matching refs:shift_imm

990 	if (compiler->shift_imm != 0x20) { \
993 if (compiler->shift_imm != 0) \
994 return push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, flags & SET_FLAGS, dst, SLJIT_UNUSED, (compiler->shift_imm << 7) | (opcode << 5) | reg_map[src2])); \
1959 compiler->shift_imm = src2w & 0x1f;
1963 compiler->shift_imm = 0x20;