HomeSort by relevance Sort by last modified time
    Searched defs:SpReg (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 326 int SpReg = 0;
388 SpReg = Available.find_first();
389 if (SpReg == -1) {
390 SpReg = Candidates.find_first();
391 // Candidates.reset(SpReg); // not really needed
392 if (DefReg!= SpReg) {
393 SecondRegSaved = SpReg;
400 Available.reset(SpReg);
401 copyPhysReg(MBB, II, DL, SpReg, Mips::SP, false);
402 BuildMI(MBB, II, DL, get(Mips:: AdduRxRyRz16), Reg).addReg(SpReg, RegState::Kill
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 46 // An Arg is a single instruction argument, one of these types: Reg, CondReg, SpReg, Imm, PCRel, Label, or Offset.
302 // SpReg is a special register, its meaning depends on Op.
303 type SpReg uint16
306 SpRegZero SpReg = 0
309 func (SpReg) IsArg() {}
310 func (s SpReg) String() string {
311 return fmt.Sprintf("SpReg(%d)", int(s))
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 46 // An Arg is a single instruction argument, one of these types: Reg, CondReg, SpReg, Imm, PCRel, Label, or Offset.
302 // SpReg is a special register, its meaning depends on Op.
303 type SpReg uint16
306 SpRegZero SpReg = 0
309 func (SpReg) IsArg() {}
310 func (s SpReg) String() string {
311 return fmt.Sprintf("SpReg(%d)", int(s))

Completed in 279 milliseconds