Home
last modified time | relevance | path

Searched refs:offset_addr (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-tdep.c13864 uint32_t address, offset_addr; in thumb2_record_ld_st_dual_ex_tbb() local
13945 offset_addr = u_regval[0] + (offset_imm * 4); in thumb2_record_ld_st_dual_ex_tbb()
13947 offset_addr = u_regval[0] - (offset_imm * 4); in thumb2_record_ld_st_dual_ex_tbb()
13949 address = offset_addr; in thumb2_record_ld_st_dual_ex_tbb()
14068 uint32_t address, offset_addr; in thumb2_record_str_single_data() local
14083 offset_addr = u_regval[0] + offset_imm; in thumb2_record_str_single_data()
14084 address = offset_addr; in thumb2_record_str_single_data()
14095 offset_addr = u_regval[1] << shift_imm; in thumb2_record_str_single_data()
14096 address = u_regval[0] + offset_addr; in thumb2_record_str_single_data()
14104 offset_addr = u_regval[0] + offset_imm; in thumb2_record_str_single_data()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.cc10864 rtx offset_addr; in sh_output_mi_thunk() local
10869 offset_addr = plus_constant (Pmode, scratch0, vcall_offset); in sh_output_mi_thunk()
10870 if (strict_memory_address_p (ptr_mode, offset_addr)) in sh_output_mi_thunk()
10879 offset_addr = gen_rtx_PLUS (Pmode, scratch0, scratch1); in sh_output_mi_thunk()
10884 offset_addr = scratch0; in sh_output_mi_thunk()
10888 emit_load_ptr (scratch0, offset_addr); in sh_output_mi_thunk()