Searched refs:InstARM32Pred (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.h | 509 class InstARM32Pred : public InstARM32 { 510 InstARM32Pred() = delete; 511 InstARM32Pred(const InstARM32Pred &) = delete; 512 InstARM32Pred &operator=(const InstARM32Pred &) = delete; 515 InstARM32Pred(Cfg *Func, InstKindARM32 Kind, SizeT Maxsrcs, Variable *Dest, in InstARM32Pred() function 526 static void emitUnaryopGPR(const char *Opcode, const InstARM32Pred *Instr, 529 const InstARM32Pred *Instr, const Cfg *Func); 530 static void emitTwoAddr(const char *Opcode, const InstARM32Pred *Instr, 532 static void emitThreeAddr(const char *Opcode, const InstARM32Pred *Instr, 534 static void emitFourAddr(const char *Opcode, const InstARM32Pred *Instr, [all …]
|
D | IceInstARM32.cpp | 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() [all …]
|