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

  /art/compiler/optimizing/
codegen_test.cc 258 const uint16_t word0 = Low16Bits(Low32Bits(input)); /* LSW. */ \
259 const uint16_t word1 = High16Bits(Low32Bits(input)); \
308 const uint16_t word0 = Low16Bits(Low32Bits(input)); // LSW.
309 const uint16_t word1 = High16Bits(Low32Bits(input));
    [all...]
constant_folding_test.cc 155 const uint16_t word0 = Low16Bits(Low32Bits(input)); // LSW.
156 const uint16_t word1 = High16Bits(Low32Bits(input));
stack_map_stream.cc 186 entry[InlineInfo::kArtMethodLo] = Low32Bits(reinterpret_cast<uintptr_t>(method));
code_generator_x86.cc     [all...]
code_generator.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
intrinsics_x86.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86_64.cc     [all...]
  /art/runtime/
stack.cc 294 ptr_val = static_cast<uintptr_t>(Low32Bits(value_long));
368 ptr_val_lo = static_cast<uintptr_t>(Low32Bits(value_long_lo));
    [all...]
  /art/libartbase/base/
bit_utils.h 236 inline uint32_t Low32Bits(uint64_t value) {
  /art/compiler/utils/mips64/
assembler_mips64.h 86 int32_t x = Low32Bits(value);
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h     [all...]
assembler_x86_64.cc     [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]
  /art/compiler/utils/mips/
assembler_mips.h     [all...]
assembler_mips.cc     [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.cc     [all...]

Completed in 722 milliseconds