Searched refs:EmitLoadStore (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_thumb2.cc | 816 EmitLoadStore(cond, true, false, false, false, rd, ad); in ldr() 821 EmitLoadStore(cond, false, false, false, false, rd, ad); in str() 826 EmitLoadStore(cond, true, true, false, false, rd, ad); in ldrb() 831 EmitLoadStore(cond, false, true, false, false, rd, ad); in strb() 836 EmitLoadStore(cond, true, false, true, false, rd, ad); in ldrh() 841 EmitLoadStore(cond, false, false, true, false, rd, ad); in strh() 846 EmitLoadStore(cond, true, true, false, true, rd, ad); in ldrsb() 851 EmitLoadStore(cond, true, false, true, true, rd, ad); in ldrsh() 2352 void Thumb2Assembler::EmitLoadStore(Condition cond, in EmitLoadStore() function in art::arm::Thumb2Assembler
|
D | assembler_thumb2.h | 732 void EmitLoadStore(Condition cond,
|