Searched refs:S390_INSTR_FLAG_OPTPARM2 (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Ds390.h52 #define S390_INSTR_FLAG_OPTPARM2 0x2 macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Ds390.h53 #define S390_INSTR_FLAG_OPTPARM2 0x2 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Ds390.h53 #define S390_INSTR_FLAG_OPTPARM2 0x2 macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Ds390.h55 #define S390_INSTR_FLAG_OPTPARM2 0x2 macro
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Ds390-dis.c210 if ((opcode->flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2))
215 if ((opcode->flags & S390_INSTR_FLAG_OPTPARM2)
H A Ds390-mkopc.c421 flag_bits |= S390_INSTR_FLAG_OPTPARM2;
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Ds390-dis.c211 if ((opcode->flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2))
216 if ((opcode->flags & S390_INSTR_FLAG_OPTPARM2)
H A Ds390-mkopc.c424 flag_bits |= S390_INSTR_FLAG_OPTPARM2;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ds390-dis.c211 if ((opcode->flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2))
216 if ((opcode->flags & S390_INSTR_FLAG_OPTPARM2)
H A Ds390-mkopc.c424 flag_bits |= S390_INSTR_FLAG_OPTPARM2;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ds390-dis.c217 if ((opcode->flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2))
222 if ((opcode->flags & S390_INSTR_FLAG_OPTPARM2)
H A Ds390-mkopc.c484 flag_bits |= S390_INSTR_FLAG_OPTPARM2;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-s390.c1228 if ((opcode_flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2))
1233 if ((opcode_flags & S390_INSTR_FLAG_OPTPARM2)
1284 if ((opcode->flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2))
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c1230 if ((opcode_flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2))
1235 if ((opcode_flags & S390_INSTR_FLAG_OPTPARM2)
1286 if ((opcode->flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2))
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c1232 if ((opcode_flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2))
1237 if ((opcode_flags & S390_INSTR_FLAG_OPTPARM2)
1288 if ((opcode->flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2))

Completed in 246 milliseconds