Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/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 …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-crx.c688 if (IS_INSN_TYPE (LD_STOR_INS_INC)) in process_label_constant()
690 else if (IS_INSN_TYPE (CSTBIT_INS) in process_label_constant()
691 || IS_INSN_TYPE (STOR_IMM_INS)) in process_label_constant()
702 if (IS_INSN_MNEMONIC ("bal") || IS_INSN_TYPE (DCR_BRANCH_INS)) in process_label_constant()
704 else if (IS_INSN_TYPE (BRANCH_INS)) in process_label_constant()
706 else if (IS_INSN_TYPE (LD_STOR_INS) || IS_INSN_TYPE (STOR_IMM_INS) in process_label_constant()
707 || IS_INSN_TYPE (CSTBIT_INS)) in process_label_constant()
709 else if (IS_INSN_TYPE (BRANCH_NEQ_INS)) in process_label_constant()
711 else if (IS_INSN_TYPE (CMPBR_INS) || IS_INSN_TYPE (COP_BRANCH_INS)) in process_label_constant()
716 if (IS_INSN_TYPE (ARITH_INS)) in process_label_constant()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dcrx.h402 #define IS_INSN_TYPE(TYPE) \ macro