Lines Matching refs:OP_KIND
1076 if (OP_KIND (instruction->opcode->how) == O_LDM in get_specific()
1077 || OP_KIND (instruction->opcode->how) == O_STM) in get_specific()
1208 if (OP_KIND (this_try->opcode->how) == O_MOVSD in get_specific()
1209 || OP_KIND (this_try->opcode->how) == O_BSRBC in get_specific()
1210 || OP_KIND (this_try->opcode->how) == O_BSRBS) in get_specific()
1373 && (OP_KIND(this_try->opcode->how) == O_MOVAB in do_a_fix_imm()
1374 || OP_KIND(this_try->opcode->how) == O_MOVAW in do_a_fix_imm()
1375 || OP_KIND(this_try->opcode->how) == O_MOVAL)) in do_a_fix_imm()
1609 if (OP_KIND (this_try->opcode->how) == O_LDM) in build_bytes()
1616 else if (OP_KIND (this_try->opcode->how) == O_STM) in build_bytes()
1982 if (OP_KIND (instruction->opcode->how) == O_MOVAB in md_assemble()
1983 || OP_KIND (instruction->opcode->how) == O_MOVAW in md_assemble()
1984 || OP_KIND (instruction->opcode->how) == O_MOVAL) in md_assemble()
1986 else if (OP_KIND (instruction->opcode->how) == O_RTEL in md_assemble()
1987 || OP_KIND (instruction->opcode->how) == O_RTSL) in md_assemble()
1997 if (OP_KIND (instruction->opcode->how) == O_LDM) in md_assemble()
2006 else if (OP_KIND (instruction->opcode->how) == O_STM) in md_assemble()
2034 if (OP_KIND (instruction->opcode->how) == O_MOVAB || in md_assemble()
2035 OP_KIND (instruction->opcode->how) == O_MOVAW || in md_assemble()
2036 OP_KIND (instruction->opcode->how) == O_MOVAL) in md_assemble()