Searched refs:nibbles (Results 1 – 3 of 3) sorted by relevance
323 sh_nibble_type nibbles[9]; member1262 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()[all …]
117 # @nibble-mask: Identifies one or more nibbles that the error affects130 # set in the nibble-mask. Up to 4 nibbles may be covered.
373 void helper_store_fpscr(CPUPPCState *env, uint64_t val, uint32_t nibbles) in helper_store_fpscr() argument380 if (nibbles & (1 << i)) { in helper_store_fpscr()