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

  /art/compiler/optimizing/
nodes_shared.cc 65 case 1: *op_kind = kSXTB; break;
83 case HDataProcWithShifterOp::kSXTB: return os << "SXTB";
nodes_shared.h 187 kSXTB, // Signed extend byte.
common_arm64.h 344 case HDataProcWithShifterOp::kSXTB: return vixl::aarch64::SXTB;
code_generator_arm_vixl.cc     [all...]

Completed in 620 milliseconds