Searched refs:nib1 (Results 1 – 5 of 5) sorted by relevance
257 unsigned int nib1, nib2, nib3; local303 nib1 = PPIC;311 nib1 = PPI3;325 if (nib1 == PPI3)328 altnib1 = nib1;331 if ((op->nibbles[1] == nib1 || op->nibbles[1] == altnib1)
1366 (print_insn_ppi): Make nib1, nib2, nib3 unsigned.
245 unsigned int nib1, nib2, nib3; in print_insn_ppi() local288 nib1 = PPIC; in print_insn_ppi()296 nib1 = PPI3; in print_insn_ppi()310 if (nib1 == PPI3) in print_insn_ppi()313 altnib1 = nib1; in print_insn_ppi()316 if ((op->nibbles[1] == nib1 || op->nibbles[1] == altnib1) in print_insn_ppi()
566 int nib1, nib2; in convert_ascii_to_int() local569 nib1 = fromhex (*from++); in convert_ascii_to_int()571 *to++ = (((nib1 & 0x0f) << 4) & 0xf0) | (nib2 & 0x0f); in convert_ascii_to_int()