Lines Matching refs:base_opcode
137 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
141 if (current_optab->base_opcode == insn_word)
147 else if ((current_optab->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN))
162 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
164 if ((current_optab->base_opcode & PAR_STORE_IDEN) == (insn_word & PAR_STORE_IDEN))
179 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
181 if ((current_optab->base_opcode & MUL_ADD_IDEN) == (insn_word & MUL_ADD_IDEN))
196 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word))
200 if ((current_optab->base_opcode & BR_IMM_IDEN) == (insn_word & BR_IMM_IDEN))
208 if ((current_optab->base_opcode & BR_COND_IDEN) == (insn_word & BR_COND_IDEN))
216 …if ((current_optab->base_opcode & (BR_COND_IDEN | 0x00800000)) == (insn_word & (BR_COND_IDEN | 0x0…