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

  /src/external/gpl3/binutils/dist/include/opcode/
s390.h 61 #define S390_INSTR_FLAG_FACILITY_MASK 0xc
  /src/external/gpl3/binutils.old/dist/include/opcode/
s390.h 61 #define S390_INSTR_FLAG_FACILITY_MASK 0xc
  /src/external/gpl3/gdb/dist/include/opcode/
s390.h 61 #define S390_INSTR_FLAG_FACILITY_MASK 0xc
  /src/external/gpl3/gdb.old/dist/include/opcode/
s390.h 60 #define S390_INSTR_FLAG_FACILITY_MASK 0xc
  /src/external/gpl3/binutils/dist/gas/config/
tc-s390.c 46 static unsigned int current_flags = S390_INSTR_FLAG_FACILITY_MASK;
417 *ret_flags = (cpu_table[icpu].flags & S390_INSTR_FLAG_FACILITY_MASK);
606 else if ((op->flags & S390_INSTR_FLAG_FACILITY_MASK) == 0)
618 f = (op->flags & S390_INSTR_FLAG_FACILITY_MASK);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s390.c 46 static unsigned int current_flags = S390_INSTR_FLAG_FACILITY_MASK;
417 *ret_flags = (cpu_table[icpu].flags & S390_INSTR_FLAG_FACILITY_MASK);
606 else if ((op->flags & S390_INSTR_FLAG_FACILITY_MASK) == 0)
618 f = (op->flags & S390_INSTR_FLAG_FACILITY_MASK);

Completed in 28 milliseconds