Searched refs:pinfo2 (Results 1 – 7 of 7) sorted by relevance
1673 || (no_aliases && (op->pinfo2 & INSN2_ALIAS))) in print_insn_mips()1701 && !(no_aliases && (op->pinfo2 & INSN2_ALIAS)) in print_insn_mips()1737 if (op->pinfo2 & INSN2_VU0_CHANNEL_SUFFIX) in print_insn_mips()2068 && !(no_aliases && (op->pinfo2 & INSN2_ALIAS)) in print_insn_mips16()2130 || (op->pinfo2 & INSN2_UNCOND_BRANCH) != 0) in print_insn_mips16()2137 else if ((op->pinfo2 & INSN2_COND_BRANCH) != 0) in print_insn_mips16()2219 && !(no_aliases && (op->pinfo2 & INSN2_ALIAS)) in print_insn_micromips()2241 | (op->pinfo2 & INSN2_UNCOND_BRANCH)) != 0) in print_insn_micromips()2249 | (op->pinfo2 & INSN2_COND_BRANCH)) != 0) in print_insn_micromips()
1212 new pinfo2 member and add INSN_ALIAS initializers as needed. Also1213 move WR_MACC and RD_MACC initializers from pinfo to pinfo2.
357 pinfo2 field.
3226 fp_s = mo->pinfo2 & INSN2_M_FP_S; in is_opcode_valid()3227 fp_d = mo->pinfo2 & INSN2_M_FP_D; in is_opcode_valid()3266 if ((mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) != 0) in is_size_valid()3297 return (history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) == 0; in is_delay_slot_valid()3298 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT) != 0 in is_delay_slot_valid()3301 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) != 0 in is_delay_slot_valid()3336 if (opcode->pinfo2 & INSN2_VU0_CHANNEL_SUFFIX) in validate_mips_insn()4374 return (ip->insn_mo->pinfo2 & (INSN2_UNCOND_BRANCH in compact_branch_p()4384 || (ip->insn_mo->pinfo2 & INSN2_UNCOND_BRANCH) != 0); in uncond_branch_p()4402 && (ip->insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT)) in get_delay_slot_nop()[all …]
744 unsigned long pinfo2; member
1812 (INSN2_M_FP_S, INSN2_M_FP_D): New pinfo2 macros.2403 * mips.h (struct mips_opcode): Add new pinfo2 member.
685 (can_swap_branch_p): Correct pinfo2 reference. Reshape code.907 * config/tc-mips.c (append_insn): delete prev_pinfo2 and pinfo2.