OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SFR
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
i960.h
99
#define
SFR
0x10 /* Mask for the "
sfr
-OK" bit */
106
#define OP(align,lit,fp,
sfr
) ( align | lit | fp |
sfr
)
109
#define RS OP( 0, 0, 0,
SFR
)
111
#define RSL OP( 0, LIT, 0,
SFR
)
127
#define SFR_OK(od) (od &
SFR
) /* TRUE if
sfr
operand allowed */
/toolchain/binutils/binutils-2.25/opcodes/
rl78-decode.c
156
sfr
(int x)
function
162
#define
SFR
sfr
(IMMU (1))
[
all
...]
Completed in 1111 milliseconds