Home
last modified time | relevance | path

Searched defs:base_reg (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/quick/arm/
Dassemble_arm.cc1318 int base_reg = ((lir->opcode == kThumb2LdrdPcRel8) || in AssembleLIR() local
/art/compiler/dex/quick/x86/
Dutility_x86.cc945 LIR* X86Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg, in OpCmpMemImmBranch()
/art/compiler/dex/quick/
Dcodegen_util.cc1257 LIR *Mir2Lir::OpCmpMemImmBranch(ConditionCode cond, RegStorage temp_reg, RegStorage base_reg, in OpCmpMemImmBranch()
/art/compiler/dex/
Dlocal_value_numbering.cc1333 int base_reg = (opcode == Instruction::IPUT_WIDE) ? 2 : 1; in HandleIPut() local
/art/compiler/dex/quick/arm64/
Dint_arm64.cc301 RegStorage base_reg, int offset, int check_value, in OpCmpMemImmBranch()