Home
last modified time | relevance | path

Searched refs:IS_INSN_TYPE (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dcrx-dis.c408 if (IS_INSN_TYPE (CMPBR_INS) && (p.val == ESCAPE_16_BIT)) in make_argument()
536 REG_ARG_TYPE reg_arg_type = IS_INSN_TYPE (COP_REG_INS) ? in print_arg()
537 COP_ARG : IS_INSN_TYPE (COPS_REG_INS) ? in print_arg()
574 if (IS_INSN_TYPE (LD_STOR_INS_INC)) in print_arg()
582 if (IS_INSN_TYPE (BRANCH_INS) || IS_INSN_MNEMONIC ("bal") in print_arg()
583 || IS_INSN_TYPE (CMPBR_INS) || IS_INSN_TYPE (DCR_BRANCH_INS) in print_arg()
584 || IS_INSN_TYPE (COP_BRANCH_INS)) in print_arg()
612 else if (IS_INSN_TYPE (BRANCH_NEQ_INS)) in print_arg()
614 else if (IS_INSN_TYPE (LD_STOR_INS_INC) in print_arg()
615 || IS_INSN_TYPE (LD_STOR_INS) in print_arg()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-crx.c687 if (IS_INSN_TYPE (LD_STOR_INS_INC)) in process_label_constant()
689 else if (IS_INSN_TYPE (CSTBIT_INS) in process_label_constant()
690 || IS_INSN_TYPE (STOR_IMM_INS)) in process_label_constant()
701 if (IS_INSN_MNEMONIC ("bal") || IS_INSN_TYPE (DCR_BRANCH_INS)) in process_label_constant()
703 else if (IS_INSN_TYPE (BRANCH_INS)) in process_label_constant()
705 else if (IS_INSN_TYPE (LD_STOR_INS) || IS_INSN_TYPE (STOR_IMM_INS) in process_label_constant()
706 || IS_INSN_TYPE (CSTBIT_INS)) in process_label_constant()
708 else if (IS_INSN_TYPE (BRANCH_NEQ_INS)) in process_label_constant()
710 else if (IS_INSN_TYPE (CMPBR_INS) || IS_INSN_TYPE (COP_BRANCH_INS)) in process_label_constant()
715 if (IS_INSN_TYPE (ARITH_INS)) in process_label_constant()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dcrx.h402 #define IS_INSN_TYPE(TYPE) \ macro