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

  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 38 if (hasNOP()) {
ARMBaseInstrInfo.h 39 bool hasNOP() const;
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 59 bool hasNOP() const {
282 const uint16_t nopEncoding = hasNOP() ? Thumb2_16bitNopEncoding
292 const uint32_t nopEncoding = hasNOP() ? ARMv6T2_NopEncoding
    [all...]

Completed in 193 milliseconds