Searched refs:nibbles (Results 1 – 10 of 10) sorted by relevance
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()[all …]
33 unsigned char nibbles[24]; member91 priv->nibbles[i++] = *p >> 4; in fetch_data()92 priv->nibbles[i++] = *p & 0xf; in fetch_data()96 priv->nibbles[i++] = *p >> 4; in fetch_data()97 priv->nibbles[i++] = *p & 0xf; in fetch_data()160 instr_data.tabl_index = z8k_lookup_instr (instr_data.nibbles, info); in print_insn_z8k()190 z8k_lookup_instr (unsigned char *nibbles, disassemble_info *info) in z8k_lookup_instr() argument218 instr_nibl = nibbles[nibl_index]; in z8k_lookup_instr()313 instr_nibl = instr_data->nibbles[nibl_count]; in unpack_instr()
114 shmedia_nibble_type nibbles[4]; member
82 int offset = shmedia_table[n].nibbles[i]; in initialize_shmedia_opcode_mask_table()235 unsigned long temp = instruction >> op->nibbles[i]; in print_insn_shmedia()
376 sh_nibble_type nibbles[9]; member
2204 switch (this_try->nibbles[opf]) in get_specific()2266 int what = (opcode->nibbles[1] & 4) ? COND_JUMP_DELAY : COND_JUMP; in build_relax()2274 p[high_byte] = (opcode->nibbles[0] << 4) | (opcode->nibbles[1]); in build_relax()2285 p[high_byte] = (opcode->nibbles[0] << 4); in build_relax()2384 sh_nibble_type i = opcode->nibbles[indx]; in build_Mytes()2508 nbuf[indx] = opcode->nibbles[3]; in build_Mytes()2633 if (opcode->nibbles[0] != PPI) in assemble_ppi()2636 switch (opcode->nibbles[1]) in assemble_ppi()2661 + (opcode->nibbles[2] << 4) in assemble_ppi()2662 + opcode->nibbles[3] in assemble_ppi()[all …]
2537 insn |= (opjp->reg << opcode->nibbles[i]); in shmedia_build_Mytes()2543 insn |= (operands->operands[j - 1].reg << opcode->nibbles[i]); in shmedia_build_Mytes()
316 ; "DC" = "digit carry", ie carry between nibbles872 (dni swap_fr "Swap fr nibbles"881 (dni swapw_fr "Swap fr nibbles into W"
1059 "Swap low nibbles"
2373 ;; v = ((v >> 4) & 0x0f0f0f0f) | ((v & 0x0f0f0f0f) << 4); ;; swap nibbles