Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm32.cc281 EmitMemOp(cond, true, false, rd, ad); in ldr()
286 EmitMemOp(cond, false, false, rd, ad); in str()
291 EmitMemOp(cond, true, true, rd, ad); in ldrb()
296 EmitMemOp(cond, false, true, rd, ad); in strb()
612 void Arm32Assembler::EmitMemOp(Condition cond, in EmitMemOp() function in art::arm::Arm32Assembler
Dassembler_arm32.h304 void EmitMemOp(Condition cond,