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

  /art/compiler/utils/arm/
assembler_arm32.cc 593 void Arm32Assembler::EmitType5(Condition cond, int offset, bool link) {
711 EmitType5(cond, label->Position() - buffer_.Size(), link);
715 EmitType5(cond, label->position_, link);
    [all...]
assembler_arm32.h 331 void EmitType5(Condition cond, int offset, bool link);

Completed in 674 milliseconds