Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_shared.cc56 case 1: *op_kind = kSXTB; break; in GetOpInfoFromInstruction()
74 case HDataProcWithShifterOp::kSXTB: return os << "SXTB"; in operator <<()
Dnodes_shared.h205 kSXTB, // Signed extend byte. enumerator
Dcommon_arm64.h334 case HDataProcWithShifterOp::kSXTB: return vixl::aarch64::SXTB; in ExtendFromOpKind()