Lines Matching defs:memory_index
12749 uint32_t memory_index = 0;
12772 record_buf_mem[memory_index] = 4;
12773 record_buf_mem[memory_index + 1] = start_address;
12775 memory_index = memory_index + 2;
12779 record_buf_mem[memory_index] = 4;
12780 record_buf_mem[memory_index + 1] = start_address;
12781 record_buf_mem[memory_index + 2] = 4;
12782 record_buf_mem[memory_index + 3] = start_address + 4;
12784 memory_index = memory_index + 4;
12788 arm_insn_r->mem_rec_count = (memory_index >> 1);
12834 uint32_t memory_index = 0;
12848 record_buf_mem[memory_index] = 4;
12849 record_buf_mem[memory_index + 1] = start_address;
12854 record_buf_mem[memory_index] = 4;
12855 record_buf_mem[memory_index + 1] = start_address;
12856 record_buf_mem[memory_index + 2] = 4;
12857 record_buf_mem[memory_index + 3] = start_address + 4;