OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPF
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/sparc/sparc/
db_disasm.c
78
#define
OPF
(x) (((x) & 0x1ff) << 5)
108
#define FORMAT3F(a,b,c) (OP(a) | OP3(b) |
OPF
(c))
110
/* Helper macros to construct OP3 &
OPF
*/
915
you_lose &= (FORMAT3(0x3,0x3f,0x1) |
OPF
(0x1ff));
/src/sys/arch/sparc64/sparc64/
db_disasm.c
83
#define
OPF
(x) (((x) & 0x1ff) << 5)
113
#define FORMAT3F(a,b,c) (OP(a) | OP3(b) |
OPF
(c))
115
/* Helper macros to construct OP3 &
OPF
*/
920
you_lose &= (FORMAT3(0x3,0x3f,0x1) |
OPF
(0x1ff));
/src/external/gpl3/binutils/dist/include/opcode/
sparc.h
281
x
OPF
field (v9 impdep).
293
#define
OPF
(x) (((x) & 0x1ff) << 5) /*
Opf
field of float insns. */
294
#define OPF_LOW5(x)
OPF
((x) & 0x1f) /* V9. */
295
#define OPF_LOW4(x)
OPF
((x) & 0xf) /* V9. */
300
#define F3F(x, y, z) (OP (x) | OP3 (y) |
OPF
(z)) /* Format3 float insns. */
/src/external/gpl3/binutils.old/dist/include/opcode/
sparc.h
281
x
OPF
field (v9 impdep).
293
#define
OPF
(x) (((x) & 0x1ff) << 5) /*
Opf
field of float insns. */
294
#define OPF_LOW5(x)
OPF
((x) & 0x1f) /* V9. */
295
#define OPF_LOW4(x)
OPF
((x) & 0xf) /* V9. */
300
#define F3F(x, y, z) (OP (x) | OP3 (y) |
OPF
(z)) /* Format3 float insns. */
/src/external/gpl3/gdb/dist/include/opcode/
sparc.h
281
x
OPF
field (v9 impdep).
293
#define
OPF
(x) (((x) & 0x1ff) << 5) /*
Opf
field of float insns. */
294
#define OPF_LOW5(x)
OPF
((x) & 0x1f) /* V9. */
295
#define OPF_LOW4(x)
OPF
((x) & 0xf) /* V9. */
300
#define F3F(x, y, z) (OP (x) | OP3 (y) |
OPF
(z)) /* Format3 float insns. */
/src/external/gpl3/gdb.old/dist/include/opcode/
sparc.h
281
x
OPF
field (v9 impdep).
293
#define
OPF
(x) (((x) & 0x1ff) << 5) /*
Opf
field of float insns. */
294
#define OPF_LOW5(x)
OPF
((x) & 0x1f) /* V9. */
295
#define OPF_LOW4(x)
OPF
((x) & 0xf) /* V9. */
300
#define F3F(x, y, z) (OP (x) | OP3 (y) |
OPF
(z)) /* Format3 float insns. */
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026