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

  /art/compiler/optimizing/
code_generator_mips.cc 1435 const uint32_t shift_value = rhs_imm & shift_mask; local
    [all...]
code_generator_mips64.cc 1187 uint32_t shift_value = rhs_imm & local
    [all...]
code_generator_arm.cc 3326 uint32_t shift_value = cst & kMaxIntShiftDistance; local
3396 uint32_t shift_value = cst & kMaxLongShiftDistance; local
    [all...]
code_generator_arm64.cc 1804 uint32_t shift_value = rhs.immediate() & local
    [all...]
  /external/v8/src/
utils.h 328 int shift_value = shift(item); local
329 int set_bits = (static_cast<int>(value) << shift_value);
330 return (previous & ~(kMask << shift_value)) | set_bits;
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc     [all...]
macro-assembler-x64.h 668 int shift_value,
673 int shift_value,
678 int shift_value);
    [all...]

Completed in 277 milliseconds