HomeSort by: relevance | last modified time | path
    Searched defs:F_REG_READ (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.h 351 #undef F_REG_READ
352 #define F_REG_READ (1 << 3) /* Register can only be used to read values
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.h 318 #undef F_REG_READ
319 #define F_REG_READ (1 << 3) /* Register can only be used to read values
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-opc.h 317 #undef F_REG_READ
318 #define F_REG_READ (1 << 3) /* Register can only be used to read values
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-opc.h 318 #undef F_REG_READ
319 #define F_REG_READ (1 << 3) /* Register can only be used to read values
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 498 #define F_REG_READ (1 << 2)
30388 if ((write_p && (sysreg->properties & F_REG_READ))

Completed in 65 milliseconds