OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPERAND_SIGNED
(Results
1 - 8
of
8
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
d10v.h
172
#define
OPERAND_SIGNED
(0x10000)
d30v.h
226
#define
OPERAND_SIGNED
(0x40)
/toolchain/binutils/binutils-2.25/opcodes/
d30v-opc.c
367
{ 6, 5, 12, OPERAND_NUM |
OPERAND_SIGNED
}, /* Not used. */
369
{ 6, 5, 12, OPERAND_NUM |
OPERAND_SIGNED
}, /* Not used. */
371
{ 6, 6, 12, OPERAND_NUM |
OPERAND_SIGNED
},
379
{ 12, 12, 12, OPERAND_NUM |
OPERAND_SIGNED
| OPERAND_SHIFT | OPERAND_PCREL },
381
{ 12, 12, 12, OPERAND_NUM |
OPERAND_SIGNED
| OPERAND_SHIFT },
383
{ 18, 18, 12, OPERAND_NUM |
OPERAND_SIGNED
| OPERAND_SHIFT | OPERAND_PCREL },
385
{ 18, 18, 12, OPERAND_NUM |
OPERAND_SIGNED
| OPERAND_SHIFT },
d30v-dis.c
267
if (oper->flags &
OPERAND_SIGNED
|| bits == 32)
299
if (oper->flags &
OPERAND_SIGNED
)
d10v-opc.c
121
{ 16, 0, OPERAND_NUM|
OPERAND_SIGNED
},
123
{ 3, 1, OPERAND_NUM|
OPERAND_SIGNED
|RESTRICTED_NUM3 },
125
{ 4, 1, OPERAND_NUM|
OPERAND_SIGNED
},
135
{ 16, 0, OPERAND_ADDR|
OPERAND_SIGNED
},
137
{ 8, 0, OPERAND_ADDR|
OPERAND_SIGNED
},
d10v-dis.c
136
if (oper->flags &
OPERAND_SIGNED
)
/toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c
216
if (flags &
OPERAND_SIGNED
)
223
if (flags &
OPERAND_SIGNED
)
[
all
...]
tc-d10v.c
187
if (flags &
OPERAND_SIGNED
)
[
all
...]
Completed in 454 milliseconds