OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FM10
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
d10v.h
28
#define
FM10
0x80000000
d30v.h
44
#define
FM10
0x8000000000000000LL
/toolchain/binutils/binutils-2.25/opcodes/
d10v-dis.c
289
case
FM10
:
/toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c
998
insn =
FM10
| (insn2 << 15) | insn1;
1036
insn =
FM10
| (insn2 << 15) | insn1;
1046
insn =
FM10
| (insn1 << 15) | insn2;
[
all
...]
tc-d30v.c
639
insn |=
FM10
| NOP_LEFT;
1018
insn =
FM10
| (insn2 << 32) | insn1;
1082
insn =
FM10
| (insn1 << 32) | insn2;
[
all
...]
Completed in 716 milliseconds