Home
last modified time | relevance | path

Searched refs:kLSR (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dnodes_arm64.cc35 *op_kind = kLSR; in GetOpInfoFromInstruction()
70 case HArm64DataProcWithShifterOp::kLSR: return os << "LSR"; in operator <<()
Dnodes_arm64.h28 kLSR, // Logical shift right. enumerator
Dcommon_arm64.h270 case HArm64DataProcWithShifterOp::kLSR: return vixl::LSR; in ShiftFromOpKind()