Home | History | Annotate | Download | only in ic

Lines Matching defs:fmt1_ins

6413 	struct	ins_format1 *fmt1_ins;
6422 fmt1_ins = &instr.format1;
6471 if (fmt1_ins->parity != 0) {
6472 fmt1_ins->immediate = dconsts[fmt1_ins->immediate];
6474 fmt1_ins->parity = 0;
6484 if (fmt1_ins->immediate != 1)
6487 fmt1_ins->opcode = AIC_OP_AND;
6488 fmt1_ins->immediate = 0xff;
6515 fmt1_ins->immediate
6516 | (fmt1_ins->source << 8)
6517 | (fmt1_ins->destination << 16)
6518 | (fmt1_ins->ret << 24)
6519 | (fmt1_ins->opcode << 25);