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

  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.h 113 void adjustStackPtrBig(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
Mips16InstrInfo.cpp 219 adjustStackPtrBig(SP, -Remainder, MBB, I, Mips::V0, Mips::V1);
245 adjustStackPtrBig(SP, Remainder, MBB, I, Mips::A0, Mips::A1);
260 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16InstrInfo.h 115 void adjustStackPtrBig(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
Mips16InstrInfo.cpp 240 adjustStackPtrBig(SP, -Remainder, MBB, I, Mips::V0, Mips::V1);
266 adjustStackPtrBig(SP, Remainder, MBB, I, Mips::A0, Mips::A1);
280 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount,

Completed in 213 milliseconds