HomeSort by relevance Sort by last modified time
    Searched refs:Load64BitValue (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
code_generator_x86_64.h 489 void Load64BitValue(CpuRegister dest, int64_t value);
491 void Load64BitValue(XmmRegister dest, int64_t value);
493 void Load64BitValue(XmmRegister dest, double value);
code_generator_x86_64.cc     [all...]
intrinsics_x86_64.cc 643 codegen_->Load64BitValue(out, kPrimIntMax);
693 codegen_->Load64BitValue(out, kPrimLongMax);
    [all...]

Completed in 37 milliseconds