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

  /external/swiftshader/third_party/subzero/src/
IceInstARM32.h 495 class InstARM32Pred : public InstARM32 {
496 InstARM32Pred() = delete;
497 InstARM32Pred(const InstARM32Pred &) = delete;
498 InstARM32Pred &operator=(const InstARM32Pred &) = delete;
501 InstARM32Pred(Cfg *Func, InstKindARM32 Kind, SizeT Maxsrcs, Variable *Dest,
512 static void emitUnaryopGPR(const char *Opcode, const InstARM32Pred *Instr,
515 const InstARM32Pred *Instr, const Cfg *Func);
516 static void emitTwoAddr(const char *Opcode, const InstARM32Pred *Instr
    [all...]
IceInstARM32.cpp 107 const char *InstARM32Pred::predString(CondARM32::Cond Pred) {
111 void InstARM32Pred::dumpOpcodePred(Ostream &Str, const char *Opcode,
162 void InstARM32Pred::emitUnaryopGPR(const char *Opcode,
163 const InstARM32Pred *Instr, const Cfg *Func,
177 void InstARM32Pred::emitUnaryopFP(const char *Opcode, FPSign Sign,
178 const InstARM32Pred *Instr, const Cfg *Func) {
200 void InstARM32Pred::emitTwoAddr(const char *Opcode, const InstARM32Pred *Instr,
214 void InstARM32Pred::emitThreeAddr(const char *Opcode,
215 const InstARM32Pred *Instr, const Cfg *Func
    [all...]

Completed in 773 milliseconds