Searched refs:fmt1_ins (Results 1 – 2 of 2) sorted by relevance
6936 struct ins_format1 *fmt1_ins; in ahc_download_instr() local6945 fmt1_ins = &instr.format1; in ahc_download_instr()6996 if (fmt1_ins->parity != 0) { in ahc_download_instr()6997 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; in ahc_download_instr()6999 fmt1_ins->parity = 0; in ahc_download_instr()7009 if (fmt1_ins->immediate != 1) in ahc_download_instr()7012 fmt1_ins->opcode = AIC_OP_AND; in ahc_download_instr()7013 fmt1_ins->immediate = 0xff; in ahc_download_instr()7040 fmt1_ins->immediate in ahc_download_instr()7041 | (fmt1_ins->source << 8) in ahc_download_instr()[all …]
9487 struct ins_format1 *fmt1_ins; in ahd_download_instr() local9496 fmt1_ins = &instr.format1; in ahd_download_instr()9521 if (fmt1_ins->parity != 0) { in ahd_download_instr()9522 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; in ahd_download_instr()9524 fmt1_ins->parity = 0; in ahd_download_instr()