Home | History | Annotate | Download | only in ARM

Lines Matching refs:Implicit

738   // Add implicit super-register defs and kills to the last instruction.
1192 MIB.addReg(SrcRegS, RegState::Implicit);
1503 // true and anti dependencies to IT block instructions as implicit operands
1720 // The output register value when the predicate is false is an implicit
3782 /// set ImplicitSReg to a register number that must be marked as implicit-use or
3783 /// zero if no register needs to be defined as implicit-use.
3785 /// If the function cannot determine if an SPR should be marked implicit use or
3793 /// If the other SPR is defined, an implicit-use of it should be added. Else,
3819 // implicit-use.
3876 // The old source should be an implicit use, otherwise we might think it
3878 MIB.addReg(SrcReg, RegState::Implicit);
3909 MIB.addReg(DstReg, RegState::Define | RegState::Implicit);
3911 MIB.addReg(ImplicitSReg, RegState::Implicit);
3944 MIB.addReg(DstReg, RegState::Implicit | RegState::Define);
3945 MIB.addReg(SrcReg, RegState::Implicit);
3947 MIB.addReg(ImplicitSReg, RegState::Implicit);
3982 NewMIB.addReg(SrcReg, RegState::Implicit);
4001 MIB.addReg(SrcReg, RegState::Implicit);
4005 MIB.addReg(DstReg, RegState::Define | RegState::Implicit);
4007 MIB.addReg(ImplicitSReg, RegState::Implicit);