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

  /external/v8/src/x64/
assembler-x64-inl.h 87 emit(0x48 | reg.high_bit() << 2 | rm_reg.high_bit());
102 emit(0x48 | reg.high_bit() << 2 | op.rex_);
113 emit(0x48 | rm_reg.high_bit());
123 emit(0x40 | reg.high_bit() << 2 | rm_reg.high_bit());
128 emit(0x40 | reg.high_bit() << 2 | op.rex_);
133 emit(0x40 | rm_reg.high_bit());
143 byte rex_bits = reg.high_bit() << 2 | rm_reg.high_bit();
    [all...]
assembler-x64.h 146 int high_bit() const { function in struct:v8::internal::Register
253 int high_bit() const {
    [all...]
macro-assembler-x64.h     [all...]
  /external/srtp/crypto/math/
math.c 121 high_bit[256] = { variable
797 /* high_bit not done yet */

Completed in 1079 milliseconds