Home | History | Annotate | Download | only in h8300

Lines Matching defs:thisnib

427 	  int thisnib = data[len / 2];
429 thisnib = (len & 1) ? (thisnib & 0xf) : ((thisnib >> 4) & 0xf);
435 if (looking_for != thisnib)
442 if (!((thisnib & 0x8) != 0))
446 thisnib &= 0x7;
450 if (!((thisnib & 0x8) == 0))
458 if (!((thisnib & 0x4) != 0))
462 thisnib &= 0xb;
466 if (!((thisnib & 0x4) == 0))
474 if (!((thisnib & 0x2) != 0))
478 thisnib &= 0xd;
482 if (!((thisnib & 0x2) == 0))
490 if (!((thisnib & 0x1) != 0))
494 thisnib &= 0xe;
498 if (!((thisnib & 0x1) == 0))
507 if (thisnib != 0)
519 if ((looking_for & 7) != (thisnib & 7))
522 cst[opnum] = (thisnib & 0x8) ? 2 : 1;
532 reg[opnum] = thisnib;
536 thisnib &= 7;
537 if (((looking_for & MODE) == CCR && (thisnib != C_CCR)) ||
538 ((looking_for & MODE) == EXR && (thisnib != C_EXR)) ||
539 ((looking_for & MODE) == MACH && (thisnib != C_MACH)) ||
540 ((looking_for & MODE) == MACL && (thisnib != C_MACL)) ||
541 ((looking_for & MODE) == VBR && (thisnib != C_VBR)) ||
542 ((looking_for & MODE) == SBR && (thisnib != C_SBR)))
545 (thisnib != C_CCR && thisnib != C_EXR)) ||
547 (thisnib != C_VBR && thisnib != C_SBR)) ||
549 (thisnib != C_MACH && thisnib != C_MACL)))
552 (thisnib != C_CCR && thisnib != C_EXR &&
553 thisnib != C_VBR && thisnib != C_SBR)))
556 reg[opnum] = thisnib;
592 cst[opnum] = thisnib & 3;
678 rdisp[opnum] = thisnib & 0x7;
682 switch (thisnib)
713 cst[opnum] = thisnib & 3;
718 cst[opnum] = thisnib & 7;
724 cst[opnum] = thisnib & 15;