HomeSort by relevance Sort by last modified time
    Searched defs:is_div (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
code_generator_x86.cc 118 DivRemMinusOneSlowPathX86(HInstruction* instruction, Register reg, bool is_div)
119 : SlowPathCode(instruction), reg_(reg), is_div_(is_div) {}
3620 bool is_div = instruction->IsDiv(); local
    [all...]
code_generator_x86_64.cc 117 DivRemMinusOneSlowPathX86_64(HInstruction* at, Register reg, DataType::Type type, bool is_div)
118 : SlowPathCode(at), cpu_reg_(CpuRegister(reg)), type_(type), is_div_(is_div) {}
3769 bool is_div = instruction->IsDiv(); local
    [all...]

Completed in 2291 milliseconds