Home
last modified time | relevance | path

Searched defs:shift_amount (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/x86/
Dint_x86.cc662 int shift_amount = CTZ(imm); in GenDivRemLit() local
1755 int shift_amount = CTZ(val); in GenMulLongConst() local
2198 int shift_amount = CTZ(imm); in GenDivRemLongLit() local
2552 RegLocation rl_src, int shift_amount, int flags) { in GenShiftImmOpLong()
2640 int shift_amount = mir_graph_->ConstantValue(rl_shift) & 0x3f; in GenShiftImmOpLong() local
/art/compiler/dex/quick/mips/
Dint_mips.cc868 int shift_amount = mir_graph_->ConstantValue(rl_shift) & 0x3f; in GenShiftImmOpLong() local
/art/compiler/dex/quick/arm/
Dint_arm.cc1555 int shift_amount = mir_graph_->ConstantValue(rl_shift) & 0x3f; in GenShiftImmOpLong() local
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1347 int shift_amount = mir_graph_->ConstantValue(rl_shift) & 0x3f; in GenShiftImmOpLong() local