Home
last modified time | relevance | path

Searched refs:S390_INSTR_FLAG_OPTPARM (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Ds390.h54 #define S390_INSTR_FLAG_OPTPARM 0x1 macro
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Ds390.h54 #define S390_INSTR_FLAG_OPTPARM 0x1 macro
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Ds390-dis.c217 if ((opcode->flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2)) in s390_print_insn_with_opcode()
298 if ((opcode->flags & S390_INSTR_FLAG_OPTPARM) in s390_print_insn_with_opcode()
Ds390-mkopc.c480 flag_bits |= S390_INSTR_FLAG_OPTPARM; in main()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Ds390-dis.c219 if ((opcode->flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2)) in s390_print_insn_with_opcode()
309 if ((opcode->flags & S390_INSTR_FLAG_OPTPARM) in s390_print_insn_with_opcode()
Ds390-mkopc.c480 flag_bits |= S390_INSTR_FLAG_OPTPARM; in main()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-s390.c1232 if ((opcode_flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2)) in skip_optargs_p()
1288 if ((opcode->flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2)) in md_gather_operands()