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.cc642 int shift_amount = LowestSetBit(imm); in GenDivRemLit() local
1390 int shift_amount = LowestSetBit(val); in GenMulLongConst() local
1817 int shift_amount = LowestSetBit(imm); in GenDivRemLongLit() local
2166 RegLocation rl_src, int shift_amount) { in GenShiftImmOpLong()
2253 int shift_amount = mir_graph_->ConstantValue(rl_shift) & 0x3f; in GenShiftImmOpLong() local
/art/compiler/dex/portable/
Dmir_to_gbc.cc436 RegLocation rl_dest, RegLocation rl_src, int shift_amount) { in ConvertShiftLit()
/art/compiler/dex/quick/arm/
Dint_arm.cc1466 int shift_amount = mir_graph_->ConstantValue(rl_shift) & 0x3f; in GenShiftImmOpLong() local
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1299 int shift_amount = mir_graph_->ConstantValue(rl_shift) & 0x3f; in GenShiftImmOpLong() local