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

  /art/compiler/utils/arm/
assembler_thumb2.cc 816 EmitLoadStore(cond, true, false, false, false, rd, ad);
821 EmitLoadStore(cond, false, false, false, false, rd, ad);
826 EmitLoadStore(cond, true, true, false, false, rd, ad);
831 EmitLoadStore(cond, false, true, false, false, rd, ad);
836 EmitLoadStore(cond, true, false, true, false, rd, ad);
841 EmitLoadStore(cond, false, false, true, false, rd, ad);
846 EmitLoadStore(cond, true, true, false, true, rd, ad);
851 EmitLoadStore(cond, true, false, true, true, rd, ad);
    [all...]
assembler_thumb2.h 716 void EmitLoadStore(Condition cond,
    [all...]

Completed in 35 milliseconds