Searched refs:fmt3_ins (Results 1 – 2 of 2) sorted by relevance
6937 struct ins_format3 *fmt3_ins; in ahc_download_instr() local6946 fmt3_ins = NULL; in ahc_download_instr()6966 fmt3_ins = &instr.format3; in ahc_download_instr()6968 address = fmt3_ins->address; in ahc_download_instr()6987 fmt3_ins->address = address; in ahc_download_instr()7032 if (fmt3_ins != NULL) { in ahc_download_instr()7034 fmt3_ins->immediate in ahc_download_instr()7035 | (fmt3_ins->source << 8) in ahc_download_instr()7036 | (fmt3_ins->address << 16) in ahc_download_instr()7037 | (fmt3_ins->opcode << 25); in ahc_download_instr()
9488 struct ins_format3 *fmt3_ins; in ahd_download_instr() local9497 fmt3_ins = NULL; in ahd_download_instr()9511 fmt3_ins = &instr.format3; in ahd_download_instr()9512 fmt3_ins->address = ahd_resolve_seqaddr(ahd, fmt3_ins->address); in ahd_download_instr()