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

/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp87 Reserved.set(MSP430::SPW);
110 // adjcallstackup instruction into a 'sub SPW, <amt>' and the
111 // adjcallstackdown instruction into 'add SPW, <amt>'
124 TII.get(MSP430::SUB16ri), MSP430::SPW)
125 .addReg(MSP430::SPW).addImm(Amount);
133 TII.get(MSP430::ADD16ri), MSP430::SPW)
134 .addReg(MSP430::SPW).addImm(Amount);
152 MSP430::SPW).addReg(MSP430::SPW).addImm(CalleeAmt);
181 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FPW : MSP430::SPW); member in class:MSP430
[all...]

Completed in 343 milliseconds