Lines Matching refs:nibbles
139 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX_NOPY;) in print_insn_ddt()
141 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY_NOPX;) in print_insn_ddt()
152 while (op->nibbles[2] != (unsigned) ((insn >> 4) & 3) in print_insn_ddt()
153 || op->nibbles[3] != (unsigned) (insn & 0xf)) in print_insn_ddt()
173 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX;) in print_insn_ddt()
175 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY;) in print_insn_ddt()
181 for (opx = first_movx; opx->nibbles[2] != insn_x;) in print_insn_ddt()
191 for (opy = first_movy; opy->nibbles[2] != insn_y;) in print_insn_ddt()
318 if ((op->nibbles[1] == nib1 || op->nibbles[1] == altnib1) in print_insn_ppi()
319 && op->nibbles[2] == nib2 in print_insn_ppi()
320 && op->nibbles[3] == nib3) in print_insn_ppi()
324 switch (op->nibbles[4]) in print_insn_ppi()
518 int i = op->nibbles[n]; in print_insn_sh()