Home
last modified time | relevance | path

Searched refs:vreg_pair (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/dexter/
Ddissasembler.cc138 bool PrintCodeIrVisitor::Visit(lir::VRegPair* vreg_pair) { in Visit() argument
139 printf("v%d:v%d", vreg_pair->base_reg, vreg_pair->base_reg + 1); in Visit()
Ddissasembler.h42 virtual bool Visit(lir::VRegPair* vreg_pair) override;
/tools/dexter/slicer/
Dinstrumentation.cc543 virtual bool Visit(lir::VRegPair* vreg_pair) override { in Visit() argument
544 vreg_pair->base_reg += shift_; in Visit()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h98 virtual bool Visit(VRegPair* vreg_pair) { return false; } in Visit() argument