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

  /art/compiler/utils/x86/
assembler_x86_test.cc 125 TEST_F(AssemblerX86Test, LoadLongConstant) {
126 GetAssembler()->LoadLongConstant(x86::XMM0, 51);
132 DriverStr(expected, "LoadLongConstant");
assembler_x86.h 697 void LoadLongConstant(XmmRegister dst, int64_t value);
assembler_x86.cc     [all...]
  /art/compiler/optimizing/
code_generator_x86.cc     [all...]

Completed in 78 milliseconds