Home
last modified time | relevance | path

Searched refs:MINUS (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dd10v-opc.c160 #define MINUS (PLUS + 1) /* postdecrement */ macro
162 #define ATMINUS (MINUS + 1) /* predecrement */
231 { "ld", SHORT_2, 1, MU, PAR|RMEM, 0x6401, 0x7e01, { RDST, ATSIGN, RSRC, MINUS } },
236 { "ld2w", SHORT_2, 1, MU, PAR|RMEM, 0x6601, 0x7e21, { RDSTE, ATSIGN, RSRC, MINUS } },
321 { "st", SHORT_2, 1, MU, PAR|WMEM, 0x6c01, 0x7e01, { RSRC2, ATSIGN, RSRC_NOSP, MINUS } },
327 { "st2w", SHORT_2, 1, MU, PAR|WMEM, 0x6e01, 0x7e21, { RSRC2E, ATSIGN, RSRC_NOSP, MINUS } },
Dd30v-opc.c402 #define MINUS (PLUS + 1) /* Postdecrement. */ macro
404 #define ATMINUS (MINUS + 1) /* Predecrement. */
426 { SHORT_M, 3, { Ra, ATPAR, Rb, MINUS, Rc } }, /* Ra,@(Rb-,Rc) */
430 { SHORT_M2, 3, { Ra2, ATPAR, Rb, MINUS, Rc } },/* Ra,@(Rb-,Rc) */
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Doffset-1.d1 # name: MINUS ZERO OFFSET
/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-parse.y509 %token MINUS PLUS STAR SLASH
639 %left PLUS MINUS
909 | REG ASSIGN REG_A PLUS REG_A COMMA REG ASSIGN REG_A MINUS REG_A amod1
1163 | a_assign MINUS REG_A
1399 | a_assign MINUS REG_A COMMA a_assign MINUS REG_A
2802 | REG ASSIGN MINUS REG vsmod
4094 | MINUS
4434 | MINUS expr_1 %prec TILDA
4462 | expr_1 MINUS expr_1
Dbfin-lex.l275 "-" return MINUS;
Dtc-metag.c76 #define MINUS '-' macro
582 else if (*l == MINUS && in parse_addr_incr_op()
583 *ll == MINUS) in parse_addr_incr_op()