Home
last modified time | relevance | path

Searched refs:EmitLoadStore (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/arm/
Dassembler_thumb2.cc816 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
Dassembler_thumb2.h732 void EmitLoadStore(Condition cond,