Home
last modified time | relevance | path

Searched refs:IS_INSN_MNEMONIC (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dcr16-dis.c309 if ((IS_INSN_MNEMONIC("b") && instruction->size == 2)) in build_mask()
333 if ((IS_INSN_MNEMONIC("b") && instruction->size == 2)) in cr16_match_opcode()
404 if ((IS_INSN_MNEMONIC ("cbitb")) in make_argument()
405 || (IS_INSN_MNEMONIC ("sbitb")) in make_argument()
406 || (IS_INSN_MNEMONIC ("tbitb"))) in make_argument()
476 if (IS_INSN_MNEMONIC ("loadw") in make_argument()
477 || IS_INSN_MNEMONIC ("loadd") in make_argument()
478 || IS_INSN_MNEMONIC ("storw") in make_argument()
479 || IS_INSN_MNEMONIC ("stord")) in make_argument()
492 || (IS_INSN_MNEMONIC ("bal")) in make_argument()
[all …]
Dcrx-dis.c522 if (IS_INSN_MNEMONIC ("mtpr") || IS_INSN_MNEMONIC ("mfpr")) in print_arg()
529 if (IS_INSN_MNEMONIC ("excp")) in print_arg()
532 else if (IS_INSN_MNEMONIC ("cinv")) in print_arg()
583 if (IS_INSN_TYPE (BRANCH_INS) || IS_INSN_MNEMONIC ("bal") in print_arg()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-cr16.c978 if (IS_INSN_MNEMONIC ("loadb") || IS_INSN_MNEMONIC ("storb")) in process_label_constant()
1033 if (IS_INSN_MNEMONIC ("bal")) in process_label_constant()
1292 if ((IS_INSN_MNEMONIC ("b")) && ((ret_val = get_cc (operand)) != -1)) in parse_operand()
1322 if (!(IS_INSN_MNEMONIC ("lprd") || (IS_INSN_MNEMONIC ("sprd"))) in parse_operand()
1502 if (IS_INSN_MNEMONIC ("excp")) in parse_insn()
1927 if (IS_INSN_MNEMONIC ("cbitb") || IS_INSN_MNEMONIC ("sbitb") in print_operand()
1928 || IS_INSN_MNEMONIC ("tbitb")) in print_operand()
1932 if (IS_INSN_MNEMONIC ("cbitb") || IS_INSN_MNEMONIC ("sbitb") in print_operand()
1933 || IS_INSN_MNEMONIC ("tbitb")) in print_operand()
2101 if (IS_INSN_MNEMONIC ("pop") in warn_if_needed()
[all …]
Dtc-crx.c656 if (IS_INSN_MNEMONIC ("bal") || IS_INSN_TYPE (DCR_BRANCH_INS)) in process_label_constant()
1054 if (IS_INSN_MNEMONIC ("excp") || IS_INSN_MNEMONIC ("cinv")) in parse_insn()
1058 insn->arg[0].constant = IS_INSN_MNEMONIC ("excp") ? in parse_insn()
1114 if (((IS_INSN_MNEMONIC ("mtpr")) && (cur_arg_num == 1)) in getreg_image()
1115 || ((IS_INSN_MNEMONIC ("mfpr")) && (cur_arg_num == 0)) ) in getreg_image()
1502 && IS_INSN_MNEMONIC (mnemonic) in assemble_insn()
1695 if (IS_INSN_MNEMONIC ("addub")) in adjust_if_needed()
1909 else if (IS_INSN_TYPE (DCR_BRANCH_INS) || IS_INSN_MNEMONIC ("bal")) in print_insn()
/toolchain/binutils/binutils-2.27/include/opcode/
Dcrx.h407 #define IS_INSN_MNEMONIC(MNEMONIC) \ macro
Dcr16.h421 #define IS_INSN_MNEMONIC(MNEMONIC) \ macro