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

  /art/compiler/optimizing/
code_generator_x86_64.h 534 void Load32BitValue(CpuRegister dest, int32_t value);
536 void Load32BitValue(XmmRegister dest, int32_t value);
538 void Load32BitValue(XmmRegister dest, float value);
code_generator_x86.h 488 void Load32BitValue(Register dest, int32_t value);
intrinsics_x86_64.cc 686 codegen_->Load32BitValue(out, kPrimIntMax);
    [all...]
code_generator_x86_64.cc 400 x86_64_codegen->Load32BitValue(
    [all...]
intrinsics_x86.cc     [all...]
code_generator_x86.cc 385 x86_codegen->Load32BitValue(
    [all...]

Completed in 557 milliseconds