reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
140 if ((!isPre && Offs != 1) || (isPre && Offs != -1)) { 140 if ((!isPre && Offs != 1) || (isPre && Offs != -1)) { 144 Opcode = (isPre) ? AVR::LDRdPtrPd : AVR::LDRdPtrPi; 148 if ((!isPre && Offs != 2) || (isPre && Offs != -2)) { 148 if ((!isPre && Offs != 2) || (isPre && Offs != -2)) { 152 Opcode = (isPre) ? AVR::LDWRdPtrPd : AVR::LDWRdPtrPi;