Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_shared.cc35 *op_kind = kLSR; in GetOpInfoFromInstruction()
69 case HDataProcWithShifterOp::kLSR: return os << "LSR"; in operator <<()
Dnodes_shared.h200 kLSR, // Logical shift right. enumerator
Dcommon_arm64.h321 case HDataProcWithShifterOp::kLSR: return vixl::aarch64::LSR; in ShiftFromOpKind()
Dcode_generator_arm_vixl.cc1523 case HDataProcWithShifterOp::kLSR: return ShiftType::LSR; in ShiftFromOpKind()