HomeSort by relevance Sort by last modified time
    Searched refs:HDiv (Results 1 - 25 of 41) sorted by null

1 2

  /art/compiler/optimizing/
pc_relative_fixups_x86.cc 56 void VisitDiv(HDiv* div) OVERRIDE {
instruction_builder.cc     [all...]
code_generator_x86.h 214 void DivByPowerOfTwo(HDiv* instruction);
code_generator_x86_64.h 215 void DivByPowerOfTwo(HDiv* instruction);
instruction_simplifier.cc 80 void VisitDiv(HDiv* instruction) OVERRIDE;
    [all...]
register_allocator_test.cc 776 *div = new (allocator) HDiv(Primitive::kPrimInt, first, second, 0); // don't care about dex_pc.
    [all...]
bounds_check_elimination.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h     [all...]
lithium-arm.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h     [all...]
lithium-ia32.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h     [all...]
lithium-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h     [all...]
lithium-mips64.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h     [all...]
lithium-ppc.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h     [all...]
lithium-x64.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h     [all...]
lithium-x87.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 1578 HDiv* hdiv = HDiv::cast(value()); local
    [all...]
hydrogen-instructions.h 29 class HDiv;
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h     [all...]
lithium-arm64.cc     [all...]

Completed in 89 milliseconds

1 2