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

  /external/v8/src/x64/
assembler-x64-inl.h 317 buf_[0] = mod << 6 | rm_reg.low_bits();
329 buf_[1] = scale << 6 | index.low_bits() << 3 | base.low_bits();
assembler-x64.h 112 int low_bits() const { function in struct:v8::internal::Register
154 int low_bits() const { function in struct:v8::internal::XMMRegister
570 if (dst.low_bits() == 4) { // Forces SIB byte.
    [all...]
assembler-x64.cc     [all...]
disasm-x64.cc 350 int base_reg(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); }
    [all...]
  /external/gtest/src/
gtest.cc 1420 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 244 milliseconds