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

  /external/chromium_org/v8/src/
assembler.h 277 NONE64, // never recorded 64-bit value
298 : pc_(pc), rmode_(NONE64), data64_(data64), host_(NULL) {
351 return mode == NONE32 || mode == NONE64;
    [all...]
assembler.cc 742 case RelocInfo::NONE64:
867 case NONE64:
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.cc 212 __ movq(kScratchRegister, int_val, RelocInfo::NONE64);
codegen-x64.cc 216 __ movq(rcx, kNaNValue, RelocInfo::NONE64);
343 __ movq(r15, BitCast<int64_t, uint64_t>(kHoleNanInt64), RelocInfo::NONE64);
446 __ movq(rsi, BitCast<int64_t, uint64_t>(kHoleNanInt64), RelocInfo::NONE64);
macro-assembler-x64.cc 166 movq(kScratchRegister, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
291 movq(kScratchRegister, -new_space_start, RelocInfo::NONE64);
346 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
347 movq(dst, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
380 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
381 movq(index, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
446 movq(address, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
447 movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE64);
529 movq(kScratchRegister, p0, RelocInfo::NONE64);
533 RelocInfo::NONE64);
    [all...]
deoptimizer-x64.cc 74 RelocInfo::NONE64);
lithium-codegen-x64.cc 187 __ movq(kScratchRegister, kSlotsZapValue, RelocInfo::NONE64);
    [all...]
code-stubs-x64.cc     [all...]
macro-assembler-x64.h 381 RelocInfo::NONE64);
    [all...]
assembler-x64.cc 119 __ movq(rax, 0x80000001, RelocInfo::NONE64);
179 patcher.masm()->movq(r10, target, RelocInfo::NONE64);
    [all...]
stub-cache-x64.cc     [all...]
full-codegen-x64.cc 325 RelocInfo::NONE64);
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 404 __ movq(rcx, x, RelocInfo::NONE64);
    [all...]

Completed in 75 milliseconds