Searched refs:EmitLoadStore (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_thumb2.cc | 336 EmitLoadStore(cond, true, false, false, false, rd, ad); in ldr() 341 EmitLoadStore(cond, false, false, false, false, rd, ad); in str() 346 EmitLoadStore(cond, true, true, false, false, rd, ad); in ldrb() 351 EmitLoadStore(cond, false, true, false, false, rd, ad); in strb() 356 EmitLoadStore(cond, true, false, true, false, rd, ad); in ldrh() 361 EmitLoadStore(cond, false, false, true, false, rd, ad); in strh() 366 EmitLoadStore(cond, true, true, false, true, rd, ad); in ldrsb() 371 EmitLoadStore(cond, true, false, true, true, rd, ad); in ldrsh() 1359 void Thumb2Assembler::EmitLoadStore(Condition cond, in EmitLoadStore() function in art::arm::Thumb2Assembler
|
D | assembler_thumb2.h | 381 void EmitLoadStore(Condition cond,
|