Searched defs:isHigh (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DThumb1RegisterInfo.cpp99 bool isHigh = !isARMLowRegister(DestReg) || local
106 if (NumBytes < 0 && !isHigh && CanChangeCC) {
129 int Opc = (isSub) ? ARM::tSUBrr : (isHigh ? ARM::tADDhirr : ARM::tADDrr);

Completed in 1932 milliseconds