HomeSort by relevance Sort by last modified time
    Searched refs:OPF (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 243 x OPF field (v9 impdep).
254 #define OPF(x) (((x) & 0x1ff) << 5) /* Opf field of float insns. */
255 #define OPF_LOW5(x) OPF ((x) & 0x1f) /* V9. */
256 #define OPF_LOW4(x) OPF ((x) & 0xf) /* V9. */
257 #define F3F(x, y, z) (OP (x) | OP3 (y) | OPF (z)) /* Format3 float insns. */
  /toolchain/binutils/binutils-2.25/opcodes/
sparc-opc.c     [all...]

Completed in 112 milliseconds