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

  /art/compiler/optimizing/
codegen_test.cc 260 const uint16_t word2 = Low16Bits(High32Bits(input)); \
261 const uint16_t word3 = High16Bits(High32Bits(input)); /* MSW. */ \
310 const uint16_t word2 = Low16Bits(High32Bits(input));
311 const uint16_t word3 = High16Bits(High32Bits(input)); // MSW.
    [all...]
constant_folding_test.cc 157 const uint16_t word2 = Low16Bits(High32Bits(input));
158 const uint16_t word3 = High16Bits(High32Bits(input)); // MSW.
stack_map_stream.cc 185 entry[InlineInfo::kArtMethodHi] = High32Bits(reinterpret_cast<uintptr_t>(method));
scheduler_arm.cc 334 SBC, High32Bits(value + 1), vixl32::FlagsUpdate::SetFlags)) {
338 SBC, High32Bits(value), vixl32::FlagsUpdate::SetFlags)) {
    [all...]
code_generator_x86.cc     [all...]
code_generator.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
intrinsics_mips.cc     [all...]
intrinsics_x86.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86_64.cc     [all...]
  /art/runtime/
stack.cc 296 ptr_val = static_cast<uintptr_t>(High32Bits(value_long));
369 ptr_val_hi = static_cast<uintptr_t>(High32Bits(value_long_hi));
    [all...]
  /art/libartbase/base/
bit_utils.h 240 inline uint32_t High32Bits(uint64_t value) {
  /art/compiler/utils/mips64/
assembler_mips64.h 87 int32_t y = High32Bits(value);
    [all...]
assembler_mips64.cc     [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h     [all...]
assembler_x86_64.cc     [all...]
  /art/compiler/jni/
jni_compiler_test.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 1083 milliseconds