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

  /art/compiler/optimizing/
codegen_test.cc 469 const uint16_t word0 = Low16Bits(Low32Bits(input)); /* LSW. */ \
470 const uint16_t word1 = High16Bits(Low32Bits(input)); \
519 const uint16_t word0 = Low16Bits(Low32Bits(input)); // LSW.
520 const uint16_t word1 = High16Bits(Low32Bits(input));
    [all...]
constant_folding_test.cc 164 const uint16_t word0 = Low16Bits(Low32Bits(input)); // LSW.
165 const uint16_t word1 = High16Bits(Low32Bits(input));
code_generator.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
intrinsics_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
  /art/runtime/lambda/
closure.cc 138 result = 31 * result + Low32Bits(method);
  /art/runtime/base/
bit_utils.h 200 static inline uint32_t Low32Bits(uint64_t value) {
  /art/runtime/
stack.cc 340 ptr_val = static_cast<uintptr_t>(Low32Bits(value_long));
414 ptr_val_lo = static_cast<uintptr_t>(Low32Bits(value_long_lo));
    [all...]
  /art/compiler/utils/arm/
assembler_arm.h 767 LoadSImmediate(low, bit_cast<float, uint32_t>(Low32Bits(int_value)), cond);
768 if (High32Bits(int_value) == Low32Bits(int_value)) {
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 930 EmitInt32(Low32Bits(value));
    [all...]
assembler_x86_64.cc     [all...]
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]

Completed in 280 milliseconds