Lines Matching refs:nibbles
323 sh_nibble_type nibbles[9]; member
1262 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX_NOPY;) in print_insn_ddt()
1264 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY_NOPX;) in print_insn_ddt()
1275 while (op->nibbles[2] != (unsigned) ((insn >> 4) & 3) in print_insn_ddt()
1276 || op->nibbles[3] != (unsigned) (insn & 0xf)) in print_insn_ddt()
1296 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX;) in print_insn_ddt()
1298 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY;) in print_insn_ddt()
1304 for (opx = first_movx; opx->nibbles[2] != insn_x;) in print_insn_ddt()
1314 for (opy = first_movy; opy->nibbles[2] != insn_y;) in print_insn_ddt()
1444 if ((op->nibbles[1] == nib1 || op->nibbles[1] == altnib1) in print_insn_ppi()
1445 && op->nibbles[2] == nib2 in print_insn_ppi()
1446 && op->nibbles[3] == nib3) in print_insn_ppi()
1450 switch (op->nibbles[4]) in print_insn_ppi()
1641 int i = op->nibbles[n]; in print_insn_sh()