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

  /external/v8/src/ppc/
assembler-ppc-inl.h 146 len = kMovInstructionsNoConstantPool;
159 len = kMovInstructionsNoConstantPool;
assembler-ppc.h 610 static constexpr int kMovInstructionsNoConstantPool = 5;
618 static constexpr int kMovInstructionsNoConstantPool = 2;
623 : kMovInstructionsNoConstantPool;
    [all...]
assembler-ppc.cc 529 kMovInstructionsNoConstantPool);
    [all...]
macro-assembler-ppc.cc 232 return (2 + kMovInstructionsNoConstantPool) * kInstrSize;
    [all...]

Completed in 515 milliseconds