Lines Matching refs:MAJOR_OPCODE

998   bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
1398 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
2300 unsigned int is_addr_op = MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR;
2301 unsigned int is_mul = MAJOR_OPCODE (template->meta_opcode) == OPC_MUL;
2331 if ((MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR ||
2332 MAJOR_OPCODE (template->meta_opcode) == OPC_ADD ||
2333 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB) &&
2913 unsigned int swap_inst = MAJOR_OPCODE (template->meta_opcode) == OPC_MISC;
3348 bfd_boolean to_fpu = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
4019 bfd_boolean is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
4966 bfd_boolean is_mov = MAJOR_OPCODE (template->meta_opcode) == OPC_ADD;
4967 bfd_boolean is_cmp = ((MAJOR_OPCODE (template->meta_opcode) == OPC_CMP) &&
5314 bfd_boolean is_xsd = ((MAJOR_OPCODE (template->meta_opcode) == OPC_MISC) &&
5359 if (MAJOR_OPCODE (template->meta_opcode) == OPC_ADD ||
5360 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB ||
5361 MAJOR_OPCODE (insn->bits) == OPC_9 ||
5362 MAJOR_OPCODE (template->meta_opcode) == OPC_MISC ||
5381 !(is_mov && (MAJOR_OPCODE (insn->bits) != OPC_9)))
5401 if (!(is_mov && MAJOR_OPCODE (insn->bits) == OPC_9))
5407 if (MAJOR_OPCODE (insn->bits) != OPC_9)
5420 if (MAJOR_OPCODE (insn->bits) != OPC_9)
5439 if ((is_mov && (MAJOR_OPCODE (insn->bits) != OPC_9)) ||
5440 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB)
5490 if (MAJOR_OPCODE (insn->bits) == OPC_ADD ||
5491 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB ||
5493 MAJOR_OPCODE (template->meta_opcode) != OPC_MISC))
5501 if ((MAJOR_OPCODE (insn->bits) == OPC_ADD ||
5502 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB) && !is_fpu_mov)