Searched refs:LDST (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dsda-relocs.s31 ;; Undefined behavior. However it should be something like: LDST
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dmaverick.c90 disassembler string in the LDST macro without knowing what
159 #define LDST(insname, insnvar, op, ld, dword, regname, pre, wb, sep1, sep2, sep3) \ macro
170 LDST (insname, _p, op, ld, dword, regname, 1, 0, nothing, rsqbkt, nothing); \
171 LDST (insname, _pw, op, ld, dword, regname, 1, 1, nothing, rsqbkt, literal ("!")); \
172 LDST (insname, ,op, ld, dword, regname, 0, 1, rsqbkt, nothing, nothing)
174 /* Produce the insn identifiers of all LDST variants of a given insn.
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dmaverick.c91 disassembler string in the LDST macro without knowing what
160 #define LDST(insname, insnvar, op, ld, dword, regname, pre, wb, sep1, sep2, sep3) \ macro
171 LDST (insname, _p, op, ld, dword, regname, 1, 0, nothing, rsqbkt, nothing); \
172 LDST (insname, _pw, op, ld, dword, regname, 1, 1, nothing, rsqbkt, literal ("!")); \
173 LDST (insname, ,op, ld, dword, regname, 0, 1, rsqbkt, nothing, nothing)
175 /* Produce the insn identifiers of all LDST variants of a given insn.
/haiku-buildtools/legacy/binutils/include/opcode/
H A Ddlx.h116 #define LDST macro
H A Dbfin.h449 /* LDST
472 } LDST; typedef in typeref:struct:__anon2903
/haiku-buildtools/binutils/include/opcode/
H A Ddlx.h117 #define LDST macro
H A Dbfin.h482 /* LDST
505 } LDST; typedef in typeref:struct:__anon880
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.c449 #define LDST(ptr, reg, aop, sz, z, w) \ macro
736 /* Group1 is dpsLDST, LDSTpmod, LDST, LDSTiiFP, LDSTii. */
5400 notethat ("LDST: B [ pregs <post_op> ] = dregs\n");
5401 (yyval.instr) = LDST (&(yyvsp[-4].reg), &(yyvsp[0].reg), (yyvsp[-3].modcodes).x0, 2, 0, 1);
5413 notethat ("LDST: B [ pregs + imm16 ] = dregs\n");
5448 notethat ("LDST: W [ pregs <post_op> ] = dregs\n");
5449 (yyval.instr) = LDST (&(yyvsp[-4].reg), &(yyvsp[0].reg), (yyvsp[-3].modcodes).x0, 1, 0, 1);
5554 notethat ("LDST: dregs = W [ pregs <post_op> ] (.)\n");
5555 (yyval.instr) = LDST (&(yyvsp[-3].reg), &(yyvsp[-7].reg), (yyvsp[-2].modcodes).x0, 1, (yyvsp[0].r0).r0, 0);
5598 notethat ("LDST
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-parse.y58 #define LDST(ptr, reg, aop, sz, z, w) \
345 /* Group1 is dpsLDST, LDSTpmod, LDST, LDSTiiFP, LDSTii. */
2883 /* LDST: B [ pregs <post_op> ] = dregs. */
2889 notethat ("LDST: B [ pregs <post_op> ] = dregs\n");
2890 $$ = LDST (&$3, &$7, $4.x0, 2, 0, 1);
2901 notethat ("LDST: B [ pregs + imm16 ] = dregs\n");
2930 /* LDST: W [ pregs <post_op> ] = dregs. */
2935 notethat ("LDST: W [ pregs <post_op> ] = dregs\n");
2936 $$ = LDST (&$3, &$7, $4.x0, 1, 0, 1);
3033 notethat ("LDST
[all...]
H A Dtc-bfin.c1509 INIT (LDST);
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.c100 #define LDST(ptr, reg, aop, sz, z, w) \ macro
413 /* Group1 is dpsLDST, LDSTpmod, LDST, LDSTiiFP, LDSTii. */
5560 notethat ("LDST: B [ pregs <post_op> ] = dregs\n");
5561 (yyval.instr) = LDST (&(yyvsp[-4].reg), &(yyvsp[0].reg), (yyvsp[-3].modcodes).x0, 2, 0, 1);
5584 notethat ("LDST: B [ pregs + imm16 ] = dregs\n");
5633 notethat ("LDST: W [ pregs <post_op> ] = dregs\n");
5634 (yyval.instr) = LDST (&(yyvsp[-4].reg), &(yyvsp[0].reg), (yyvsp[-3].modcodes).x0, 1, 0, 1);
5772 notethat ("LDST: dregs = W [ pregs <post_op> ] (.)\n");
5773 (yyval.instr) = LDST (&(yyvsp[-3].reg), &(yyvsp[-7].reg), (yyvsp[-2].modcodes).x0, 1, (yyvsp[0].r0).r0, 0);
5823 notethat ("LDST
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dbfin-parse.y54 #define LDST(ptr, reg, aop, sz, z, w) \
367 /* Group1 is dpsLDST, LDSTpmod, LDST, LDSTiiFP, LDSTii. */
2993 /* LDST: B [ pregs <post_op> ] = dregs. */
3002 notethat ("LDST: B [ pregs <post_op> ] = dregs\n");
3003 $$ = LDST (&$3, &$7, $4.x0, 2, 0, 1);
3024 notethat ("LDST: B [ pregs + imm16 ] = dregs\n");
3062 /* LDST: W [ pregs <post_op> ] = dregs. */
3070 notethat ("LDST: W [ pregs <post_op> ] = dregs\n");
3071 $$ = LDST (&$3, &$7, $4.x0, 1, 0, 1);
3196 notethat ("LDST
[all...]
H A Dtc-bfin.c1448 INIT (LDST);
2140 /* LDST

Completed in 373 milliseconds