OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATPAR
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
d30v-opc.c
398
#define
ATPAR
(ATSIGN + 1) /* "@(" */
400
#define PLUS (
ATPAR
+ 1) /* Postincrement. */
423
{ SHORT_M, 0, { Ra,
ATPAR
, Rb, Rc } }, /* Ra,@(Rb,Rc) */
424
{ SHORT_M, 1, { Ra,
ATPAR
, Rb, PLUS, Rc } }, /* Ra,@(Rb+,Rc) */
425
{ SHORT_M, 2, { Ra,
ATPAR
, Rb, IMM6 } }, /* Ra,@(Rb,imm6) */
426
{ SHORT_M, 3, { Ra,
ATPAR
, Rb, MINUS, Rc } }, /* Ra,@(Rb-,Rc) */
427
{ SHORT_M2, 0, { Ra2,
ATPAR
, Rb, Rc } }, /* Ra,@(Rb,Rc) */
428
{ SHORT_M2, 1, { Ra2,
ATPAR
, Rb, PLUS, Rc } },/* Ra,@(Rb+,Rc) */
429
{ SHORT_M2, 2, { Ra2,
ATPAR
, Rb, IMM6 } }, /* Ra,@(Rb,imm6) */
430
{ SHORT_M2, 3, { Ra2,
ATPAR
, Rb, MINUS, Rc } },/* Ra,@(Rb-,Rc) *
[
all
...]
d10v-opc.c
156
#define
ATPAR
(ATSIGN + 1) /* "@(" */
158
#define PLUS (
ATPAR
+ 1) /* postincrement */
230
{ "ld", LONG_L, 1, MU, SEQ, 0x30000000, 0x3f000000, { RDST,
ATPAR
, NUM16, RSRC } },
235
{ "ld2w", LONG_L, 1, MU, SEQ, 0x31000000, 0x3f100000, { RDSTE,
ATPAR
, NUM16, RSRC } },
240
{ "ldb", LONG_L, 1, MU, SEQ, 0x38000000, 0x3f000000, { RDST,
ATPAR
, NUM16, RSRC } },
245
{ "ldub", LONG_L, 1, MU, SEQ, 0x39000000, 0x3f000000, { RDST,
ATPAR
, NUM16, RSRC } },
317
{ "st", LONG_L, 1, MU, SEQ, 0x34000000, 0x3f000000, { RSRC2,
ATPAR
, NUM16, RSRC } },
323
{ "st2w", LONG_L, 1, MU, SEQ, 0x35000000, 0x3f100000, { RSRC2E,
ATPAR
, NUM16, RSRC } },
329
{ "stb", LONG_L, 1, MU, SEQ, 0x3c000000, 0x3f000000, { RSRC2,
ATPAR
, NUM16, RSRC } },
Completed in 58 milliseconds