Home
last modified time | relevance | path

Searched refs:ForceTempWide (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/x86/
Dint_x86.cc476 rl_src1 = ForceTempWide(rl_src1); in GenFusedLongCmpImmBranch()
2073 rl_result = ForceTempWide(rl_result); in GenLongArith()
2098 rl_src1 = ForceTempWide(rl_src1); in GenLongArith()
2107 rl_src1 = ForceTempWide(rl_src1); in GenLongArith()
2117 rl_src1 = ForceTempWide(rl_src1); in GenLongArith()
2126 rl_src1 = ForceTempWide(rl_src1); in GenLongArith()
2398 rl_result = ForceTempWide(rl_src); in GenNegLong()
2960 RegLocation rl_result = ForceTempWide(rl_src1); in GenLongLongImm()
2995 RegLocation rl_result = ForceTempWide(rl_src1); in GenLongLongImm()
Dfp_x86.cc599 rl_result = ForceTempWide(rl_src); in GenNegDouble()
/art/compiler/dex/quick/
Dgen_loadstore.cc388 RegLocation Mir2Lir::ForceTempWide(RegLocation loc) { in ForceTempWide() function in art::Mir2Lir
Dmir_to_lir.h1548 virtual RegLocation ForceTempWide(RegLocation loc);