Searched refs:immed_high (Results 1 – 1 of 1) sorted by relevance
11276 uint32_t immed_high = 0, immed_low = 0,offset_8 = 0, tgt_mem_addr = 0; in arm_record_strx() local11285 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()