Home
last modified time | relevance | path

Searched defs:NeedsTwoRegisters (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.h336 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const { return false; } in NeedsTwoRegisters() function
Dcode_generator_mips.h342 bool NeedsTwoRegisters(Primitive::Type type) const { in NeedsTwoRegisters() function
Dcode_generator_x86_64.h382 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { in NeedsTwoRegisters() function
Dcode_generator_x86.h431 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters() function
Dcode_generator_arm.h397 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE { in NeedsTwoRegisters() function
Dcode_generator_arm64.h454 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE { in NeedsTwoRegisters() function