HomeSort by: relevance | last modified time | path
    Searched refs:S390_INSTR_FLAG_OPTPARM2 (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
s390.h 56 #define S390_INSTR_FLAG_OPTPARM2 0x2
  /src/external/gpl3/binutils.old/dist/include/opcode/
s390.h 56 #define S390_INSTR_FLAG_OPTPARM2 0x2
  /src/external/gpl3/gdb/dist/include/opcode/
s390.h 56 #define S390_INSTR_FLAG_OPTPARM2 0x2
  /src/external/gpl3/gdb.old/dist/include/opcode/
s390.h 55 #define S390_INSTR_FLAG_OPTPARM2 0x2
  /src/external/gpl3/binutils/dist/opcodes/
s390-dis.c 208 if ((opcode_flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2)))
215 if ((opcode_flags & S390_INSTR_FLAG_OPTPARM2) && opcount == 2)
s390-mkopc.c 487 flag_bits |= S390_INSTR_FLAG_OPTPARM2;
  /src/external/gpl3/binutils.old/dist/opcodes/
s390-dis.c 208 if ((opcode_flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2)))
215 if ((opcode_flags & S390_INSTR_FLAG_OPTPARM2) && opcount == 2)
s390-mkopc.c 487 flag_bits |= S390_INSTR_FLAG_OPTPARM2;
  /src/external/gpl3/gdb/dist/opcodes/
s390-dis.c 208 if ((opcode_flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2)))
215 if ((opcode_flags & S390_INSTR_FLAG_OPTPARM2) && opcount == 2)
s390-mkopc.c 486 flag_bits |= S390_INSTR_FLAG_OPTPARM2;
  /src/external/gpl3/gdb.old/dist/opcodes/
s390-dis.c 219 if ((opcode->flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2))
224 if ((opcode->flags & S390_INSTR_FLAG_OPTPARM2)
s390-mkopc.c 484 flag_bits |= S390_INSTR_FLAG_OPTPARM2;
  /src/external/gpl3/binutils/dist/gas/config/
tc-s390.c 1400 if ((opcode_flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2)))
1407 if ((opcode_flags & S390_INSTR_FLAG_OPTPARM2) && opcount == 2)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s390.c 1400 if ((opcode_flags & (S390_INSTR_FLAG_OPTPARM | S390_INSTR_FLAG_OPTPARM2)))
1407 if ((opcode_flags & S390_INSTR_FLAG_OPTPARM2) && opcount == 2)

Completed in 30 milliseconds