Searched refs:EmitRegArray (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 460 void EmitRegArray(const X86EncodingMap* entry, int32_t raw_reg, int32_t raw_base,
|
D | assemble_x86.cc | 1170 void X86Mir2Lir::EmitRegArray(const X86EncodingMap* entry, int32_t raw_reg, int32_t raw_base, in EmitRegArray() function in art::X86Mir2Lir 1186 EmitRegArray(entry, raw_reg, raw_base, raw_index, scale, disp); in EmitArrayReg() 1831 EmitRegArray(entry, lir->operands[0], lir->operands[1], lir->operands[2], in AssembleInstructions()
|