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

  /src/external/gpl3/binutils/dist/include/opcode/
sparc.h 295 #define OPF_LOW4(x) OPF ((x) & 0xf) /* V9. */
301 #define F3F4(x, y, z) (OP (x) | OP3 (y) | OPF_LOW4 (z))
  /src/external/gpl3/binutils.old/dist/include/opcode/
sparc.h 295 #define OPF_LOW4(x) OPF ((x) & 0xf) /* V9. */
301 #define F3F4(x, y, z) (OP (x) | OP3 (y) | OPF_LOW4 (z))
  /src/external/gpl3/gdb/dist/include/opcode/
sparc.h 295 #define OPF_LOW4(x) OPF ((x) & 0xf) /* V9. */
301 #define F3F4(x, y, z) (OP (x) | OP3 (y) | OPF_LOW4 (z))
  /src/external/gpl3/gdb.old/dist/include/opcode/
sparc.h 295 #define OPF_LOW4(x) OPF ((x) & 0xf) /* V9. */
301 #define F3F4(x, y, z) (OP (x) | OP3 (y) | OPF_LOW4 (z))

Completed in 26 milliseconds