HomeSort by relevance Sort by last modified time
    Searched full:register_mask (Results 1 - 18 of 18) sorted by null

  /art/runtime/
check_reference_map_visitor.h 70 uint32_t register_mask = stack_map.GetRegisterMask(encoding.stack_map_encoding); local
88 CHECK_NE(register_mask & (1 << location.GetValue()), 0u);
stack_map.cc 200 << ", register_mask=0x" << GetRegisterMask(stack_map_encoding)
quick_exception_handler.cc 388 uint32_t register_mask = stack_map.GetRegisterMask(encoding.stack_map_encoding); local
435 if (((1u << reg) & register_mask) != 0) {
stack_map.h 788 * [native_pc_offset, dex_pc, dex_register_map_offset, inlining_info_offset, register_mask,
    [all...]
thread.cc 2793 uint32_t register_mask = map.GetRegisterMask(encoding.stack_map_encoding); local
    [all...]
  /art/compiler/optimizing/
stack_map_stream.cc 22 uint32_t register_mask,
30 current_entry_.register_mask = register_mask;
53 register_mask_max_ = std::max(register_mask_max_, register_mask);
296 stack_map.SetRegisterMask(stack_map_encoding_, entry.register_mask);
513 DCHECK_EQ(stack_map.GetRegisterMask(stack_map_encoding), entry.register_mask);
stack_map_stream.h 99 uint32_t register_mask; member in struct:art::StackMapStream::StackMapEntry
121 uint32_t register_mask,
code_generator.cc 752 uint32_t register_mask = locations->GetRegisterMask(); local
756 // call). Therefore register_mask contains both callee-save and caller-save
759 register_mask &= core_callee_save_mask_;
762 DCHECK_EQ(register_mask & core_callee_save_mask_, register_mask);
765 register_mask,
783 dex_pc, native_pc, register_mask, locations->GetStackMask(), outer_environment_size, 0);
844 uint32_t register_mask = 0; \/\/ Not used. local
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
nrf24l01.cxx 425 m_spi.writeByte(W_REGISTER | (REGISTER_MASK & reg));
435 m_spi.writeByte(R_REGISTER | (REGISTER_MASK & reg));
445 m_spi.writeByte(R_REGISTER | (REGISTER_MASK & reg));
453 m_spi.writeByte(W_REGISTER | (REGISTER_MASK & reg));
nrf24l01.h 111 #define REGISTER_MASK 0x1F
  /toolchain/binutils/binutils-2.25/opcodes/
vax-dis.c 419 int register_mask = buffer[1] << 8 | buffer[0]; local
422 register_mask);
425 if (register_mask & (1 << i))
d10v-dis.c 106 (*info->fprintf_func) (info->stream, "%d", num & REGISTER_MASK);
ChangeLog-0001 39 * d10v-dis.c (print_operand): Apply REGISTER_MASK to `num' of
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
d10v.h 206 #define REGISTER_MASK 0xFF
d30v.h 285 #define REGISTER_MASK 0xFF
  /art/compiler/
exception_test.cc 66 /* register_mask */ 0u,
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 540 number &= REGISTER_MASK;
    [all...]

Completed in 3112 milliseconds