Lines Matching refs:MAJOR_OPCODE

998   bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
1398 bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
2299 bool is_addr_op = MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR;
2300 bool is_mul = MAJOR_OPCODE (template->meta_opcode) == OPC_MUL;
2330 if ((MAJOR_OPCODE (template->meta_opcode) == OPC_ADDR ||
2331 MAJOR_OPCODE (template->meta_opcode) == OPC_ADD ||
2332 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB) &&
2912 bool swap_inst = MAJOR_OPCODE (template->meta_opcode) == OPC_MISC;
3346 bool to_fpu = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
4017 bool is_get = MAJOR_OPCODE (template->meta_opcode) == OPC_GET;
4964 bool is_mov = MAJOR_OPCODE (template->meta_opcode) == OPC_ADD;
4965 bool is_cmp = (MAJOR_OPCODE (template->meta_opcode) == OPC_CMP
5312 bool is_xsd = (MAJOR_OPCODE (template->meta_opcode) == OPC_MISC
5357 if (MAJOR_OPCODE (template->meta_opcode) == OPC_ADD ||
5358 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB ||
5359 MAJOR_OPCODE (insn->bits) == OPC_9 ||
5360 MAJOR_OPCODE (template->meta_opcode) == OPC_MISC ||
5379 !(is_mov && (MAJOR_OPCODE (insn->bits) != OPC_9)))
5399 if (!(is_mov && MAJOR_OPCODE (insn->bits) == OPC_9))
5405 if (MAJOR_OPCODE (insn->bits) != OPC_9)
5418 if (MAJOR_OPCODE (insn->bits) != OPC_9)
5437 if ((is_mov && (MAJOR_OPCODE (insn->bits) != OPC_9)) ||
5438 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB)
5488 if (MAJOR_OPCODE (insn->bits) == OPC_ADD ||
5489 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB ||
5491 MAJOR_OPCODE (template->meta_opcode) != OPC_MISC))
5499 if ((MAJOR_OPCODE (insn->bits) == OPC_ADD ||
5500 MAJOR_OPCODE (template->meta_opcode) == OPC_SUB) && !is_fpu_mov)