Searched defs:is_div (Results 1 – 6 of 6) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 208 int lit, bool is_div) { in GenDivRemLit() 214 int reg_hi, bool is_div) { in GenDivRem() 298 bool X86Mir2Lir::SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div, in SmallLiteralDivRem()
|
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 227 bool is_div) { in GenDivRem() 239 bool is_div) { in GenDivRemLit() 317 bool MipsMir2Lir::SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div, in SmallLiteralDivRem()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 418 bool ArmMir2Lir::SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div, in SmallLiteralDivRem() 469 bool is_div) { in GenDivRemLit() 475 bool is_div) { in GenDivRem()
|
/art/compiler/dex/quick/ |
D | gen_common.cc | 1383 bool Mir2Lir::HandleEasyDivRem(Instruction::Code dalvik_opcode, bool is_div, in HandleEasyDivRem() 1478 bool is_div = false; in GenArithOpIntLit() local
|
/art/compiler/dex/portable/ |
D | mir_to_gbc.cc | 346 ::llvm::Value* MirConverter::GenDivModOp(bool is_div, bool is_long, in GenDivModOp()
|
/art/compiler/llvm/ |
D | gbc_expander.cc | 1273 bool is_div, JType op_jty) { in Expand_DivRem()
|