Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-tdep.c11276 uint32_t immed_high = 0, immed_low = 0,offset_8 = 0, tgt_mem_addr = 0; in arm_record_strx() local
11285 immed_high = bits (arm_insn_r->arm_insn, 8, 11); in arm_record_strx()
11294 offset_8 = (immed_high << 4) | immed_low; in arm_record_strx()
11363 immed_high = bits (arm_insn_r->arm_insn, 8, 11); in arm_record_strx()
11364 offset_8 = (immed_high << 4) | immed_low; in arm_record_strx()