HomeSort by relevance Sort by last modified time
    Searched refs:kSXTB (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
nodes_shared.cc 56 case 1: *op_kind = kSXTB; break;
74 case HDataProcWithShifterOp::kSXTB: return os << "SXTB";
nodes_shared.h 162 kSXTB, // Signed extend byte.
common_arm64.h 325 case HDataProcWithShifterOp::kSXTB: return vixl::aarch64::SXTB;

Completed in 134 milliseconds