Home | History | Annotate | Download | only in AArch64

Lines Matching refs:shifter

770 		arm64_shifter shifter = ARM64_SFT_INVALID;
774 shifter = ARM64_SFT_LSL;
777 shifter = ARM64_SFT_LSR;
780 shifter = ARM64_SFT_ASR;
783 shifter = ARM64_SFT_ROR;
786 shifter = ARM64_SFT_MSL;
790 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count - 1].shift.type = shifter;