Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_loadstore.cc109 RegLocation Mir2Lir::LoadValue(RegLocation rl_src, RegisterClass op_kind) { in LoadValue() argument
110 DCHECK(!rl_src.ref || op_kind == kRefReg); in LoadValue()
113 if (!RegClassMatches(op_kind, rl_src.reg)) { in LoadValue()
115 RegStorage new_reg = AllocTypedTemp(rl_src.fp, op_kind); in LoadValue()
128 rl_src.reg = AllocTypedTemp(rl_src.fp, op_kind); in LoadValue()
193 RegLocation Mir2Lir::LoadValueWide(RegLocation rl_src, RegisterClass op_kind) { in LoadValueWide() argument
197 if (!RegClassMatches(op_kind, rl_src.reg)) { in LoadValueWide()
199 RegStorage new_regs = AllocTypedTempWide(rl_src.fp, op_kind); in LoadValueWide()
213 rl_src.reg = AllocTypedTempWide(rl_src.fp, op_kind); in LoadValueWide()
Dmir_to_lir.h993 virtual RegLocation LoadValue(RegLocation rl_src, RegisterClass op_kind);
995 virtual RegLocation LoadValueWide(RegLocation rl_src, RegisterClass op_kind);