Searched refs:fmt1_ins (Results 1 – 1 of 1) sorted by relevance
6434 struct ins_format1 *fmt1_ins; in ahc_download_instr() local6443 fmt1_ins = &instr.format1; in ahc_download_instr()6492 if (fmt1_ins->parity != 0) { in ahc_download_instr()6493 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; in ahc_download_instr()6495 fmt1_ins->parity = 0; in ahc_download_instr()6505 if (fmt1_ins->immediate != 1) in ahc_download_instr()6508 fmt1_ins->opcode = AIC_OP_AND; in ahc_download_instr()6509 fmt1_ins->immediate = 0xff; in ahc_download_instr()6536 fmt1_ins->immediate in ahc_download_instr()6537 | (fmt1_ins->source << 8) in ahc_download_instr()[all …]