• Home
  • Raw
  • Download

Lines Matching refs:InstARM32Pred

102 const char *InstARM32Pred::predString(CondARM32::Cond Pred) {  in predString()
106 void InstARM32Pred::dumpOpcodePred(Ostream &Str, const char *Opcode, in dumpOpcodePred()
157 void InstARM32Pred::emitUnaryopGPR(const char *Opcode, in emitUnaryopGPR()
158 const InstARM32Pred *Instr, const Cfg *Func, in emitUnaryopGPR()
172 void InstARM32Pred::emitUnaryopFP(const char *Opcode, FPSign Sign, in emitUnaryopFP()
173 const InstARM32Pred *Instr, const Cfg *Func) { in emitUnaryopFP()
195 void InstARM32Pred::emitTwoAddr(const char *Opcode, const InstARM32Pred *Instr, in emitTwoAddr()
209 void InstARM32Pred::emitThreeAddr(const char *Opcode, in emitThreeAddr()
210 const InstARM32Pred *Instr, const Cfg *Func, in emitThreeAddr()
256 void InstARM32Pred::emitFourAddr(const char *Opcode, const InstARM32Pred *Instr, in emitFourAddr()
308 void InstARM32Pred::emitCmpLike(const char *Opcode, const InstARM32Pred *Instr, in emitCmpLike()
487 : InstARM32Pred(Func, InstARM32::Br, 0, nullptr, Pred), in InstARM32Br()
1488 : InstARM32Pred(Func, InstARM32::Str, 2, nullptr, Predicate) { in InstARM32Str()
1495 : InstARM32Pred(Func, InstARM32::Strex, 2, Dest, Predicate) { in InstARM32Strex()
1502 : InstARM32Pred(Func, InstARM32::Vstr1, 2, nullptr, Predicate) { in InstARM32Vstr1()
1510 : InstARM32Pred(Func, InstARM32::Vdup, 1, Dest, CondARM32::AL), Idx(Idx) { in InstARM32Vdup()
1520 : InstARM32Pred(Func, InstARM32::Umull, 2, DestLo, Predicate), in InstARM32Umull()
1529 : InstARM32Pred(Func, InstARM32::Vcvt, 1, Dest, Predicate), in InstARM32Vcvt()
1536 : InstARM32Pred(Func, InstARM32::Mov, 2, Dest, Predicate) { in InstARM32Mov()
1791 : InstARM32Pred(Func, InstARM32::Dmb, 0, nullptr, CondARM32::AL) {} in InstARM32Dmb()
1794 : InstARM32Pred(Func, InstARM32::Nop, 0, nullptr, CondARM32::AL) {} in InstARM32Nop()
1798 : InstARM32Pred(Func, InstARM32::Vcmp, 2, nullptr, Predicate) { in InstARM32Vcmp()
1805 : InstARM32Pred(Func, InstARM32::Vmrs, 0, nullptr, Predicate) { in InstARM32Vmrs()
1811 : InstARM32Pred(Func, InstARM32::Vabs, 1, Dest, Predicate) { in InstARM32Vabs()