Searched refs:fmt3_ins (Results 1 – 2 of 2) sorted by relevance
6249 struct ins_format3 *fmt3_ins; in ahc_download_instr() local6258 fmt3_ins = NULL; in ahc_download_instr()6278 fmt3_ins = &instr.format3; in ahc_download_instr()6280 address = fmt3_ins->address; in ahc_download_instr()6299 fmt3_ins->address = address; in ahc_download_instr()6344 if (fmt3_ins != NULL) { in ahc_download_instr()6346 fmt3_ins->immediate in ahc_download_instr()6347 | (fmt3_ins->source << 8) in ahc_download_instr()6348 | (fmt3_ins->address << 16) in ahc_download_instr()6349 | (fmt3_ins->opcode << 25); in ahc_download_instr()
8516 struct ins_format3 *fmt3_ins; in ahd_download_instr() local8525 fmt3_ins = NULL; in ahd_download_instr()8539 fmt3_ins = &instr.format3; in ahd_download_instr()8540 fmt3_ins->address = ahd_resolve_seqaddr(ahd, fmt3_ins->address); in ahd_download_instr()