Searched refs:fmt3_ins (Results 1 – 2 of 2) sorted by relevance
6999 struct ins_format3 *fmt3_ins; in ahc_download_instr() local7008 fmt3_ins = NULL; in ahc_download_instr()7028 fmt3_ins = &instr.format3; in ahc_download_instr()7030 address = fmt3_ins->address; in ahc_download_instr()7049 fmt3_ins->address = address; in ahc_download_instr()7094 if (fmt3_ins != NULL) { in ahc_download_instr()7096 fmt3_ins->immediate in ahc_download_instr()7097 | (fmt3_ins->source << 8) in ahc_download_instr()7098 | (fmt3_ins->address << 16) in ahc_download_instr()7099 | (fmt3_ins->opcode << 25); in ahc_download_instr()
9581 struct ins_format3 *fmt3_ins; in ahd_download_instr() local9590 fmt3_ins = NULL; in ahd_download_instr()9604 fmt3_ins = &instr.format3; in ahd_download_instr()9605 fmt3_ins->address = ahd_resolve_seqaddr(ahd, fmt3_ins->address); in ahd_download_instr()