Searched refs:uimm16 (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Dcr16-opc.c43 ARITH_BYTE_INST ("andb", 0x20, uimm16),
45 ARITH_BYTE_INST ("andw", 0x22, uimm16),
48 ARITH_BYTE_INST ("orb", 0x24, uimm16),
50 ARITH_BYTE_INST ("orw", 0x26, uimm16),
53 ARITH_BYTE_INST ("xorb", 0x28, uimm16),
55 ARITH_BYTE_INST ("xorw", 0x2A, uimm16),
568 {16, arg_ic, OP_UNSIGNED}, /* uimm16 */
H A Dbfin-dis.c113 { "uimm16", 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
474 #define uimm16(x) fmtconst (c_uimm16, x, 0, outf) macro
2677 OUTS (outf, uimm16 (hword));
2683 OUTS (outf, uimm16 (hword));
2703 OUTS (outf, uimm16 (hword));
2710 OUTS (outf, uimm16 (hword));
2716 OUTS (outf, uimm16 (hword));
4598 OUTS (outf, uimm16 (expected));
4606 OUTS (outf, uimm16 (expected));
4614 OUTS (outf, uimm16 (expecte
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/cr16/
H A Dstorb_test.s74 # storb reg, uimm16/20
81 # storb reg, uimm16/20
H A Dstorw_test.s74 # storw reg, uimm16/20
81 # storw reg, uimm16/20
/haiku-buildtools/binutils/include/opcode/
H A Dcr16.h124 uimm3, uimm3_1, uimm4, uimm4_1, uimm5, uimm16, uimm20, uimm32, enumerator in enum:__anon935
/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-parse.y218 #define uimm16(x) EXPR_VALUE (x)
3438 notethat ("pseudodbg_assert: DBGA (dregs_lo , uimm16 )\n");
3439 $$ = bfin_gen_pseudodbg_assert (IS_H ($3), &$3, uimm16 ($5));
3444 notethat ("pseudodbg_assert: DBGAH (dregs , uimm16 )\n");
3445 $$ = bfin_gen_pseudodbg_assert (3, &$3, uimm16 ($5));
3450 notethat ("psedodbg_assert: DBGAL (dregs , uimm16 )\n");
3451 $$ = bfin_gen_pseudodbg_assert (2, &$3, uimm16 ($5));
/haiku-buildtools/binutils/gas/config/
H A Dbfin-parse.y217 #define uimm16(x) EXPR_VALUE (x)
3674 notethat ("pseudodbg_assert: DBGA (regs_lo/hi , uimm16 )\n");
3675 $$ = bfin_gen_pseudodbg_assert (IS_H ($3), &$3, uimm16 ($5));
3680 notethat ("pseudodbg_assert: DBGAH (regs , uimm16 )\n");
3681 $$ = bfin_gen_pseudodbg_assert (3, &$3, uimm16 ($5));
3686 notethat ("psedodbg_assert: DBGAL (regs , uimm16 )\n");
3687 $$ = bfin_gen_pseudodbg_assert (2, &$3, uimm16 ($5));
/haiku-buildtools/legacy/binutils/opcodes/
H A Dbfin-dis.c106 { "uimm16", 16, 0, 0, 0, 0, 0, 0, 0},
396 #define uimm16(x) fmtconst (c_uimm16, x, 0, outf) macro
4284 OUTS (outf, uimm16 (expected));
4292 OUTS (outf, uimm16 (expected));
4300 OUTS (outf, uimm16 (expected));
4308 OUTS (outf, uimm16 (expected));
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.c609 #define uimm16(x) EXPR_VALUE (x) macro
6011 notethat ("pseudodbg_assert: DBGA (dregs_lo , uimm16 )\n");
6012 (yyval.instr) = bfin_gen_pseudodbg_assert (IS_H ((yyvsp[-3].reg)), &(yyvsp[-3].reg), uimm16 ((yyvsp[-1].expr)));
6019 notethat ("pseudodbg_assert: DBGAH (dregs , uimm16 )\n");
6020 (yyval.instr) = bfin_gen_pseudodbg_assert (3, &(yyvsp[-3].reg), uimm16 ((yyvsp[-1].expr)));
6027 notethat ("psedodbg_assert: DBGAL (dregs , uimm16 )\n");
6028 (yyval.instr) = bfin_gen_pseudodbg_assert (2, &(yyvsp[-3].reg), uimm16 ((yyvsp[-1].expr)));
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.c263 #define uimm16(x) EXPR_VALUE (x) macro
6350 notethat ("pseudodbg_assert: DBGA (regs_lo/hi , uimm16 )\n");
6351 (yyval.instr) = bfin_gen_pseudodbg_assert (IS_H ((yyvsp[-3].reg)), &(yyvsp[-3].reg), uimm16 ((yyvsp[-1].expr)));
6359 notethat ("pseudodbg_assert: DBGAH (regs , uimm16 )\n");
6360 (yyval.instr) = bfin_gen_pseudodbg_assert (3, &(yyvsp[-3].reg), uimm16 ((yyvsp[-1].expr)));
6368 notethat ("psedodbg_assert: DBGAL (regs , uimm16 )\n");
6369 (yyval.instr) = bfin_gen_pseudodbg_assert (2, &(yyvsp[-3].reg), uimm16 ((yyvsp[-1].expr)));

Completed in 305 milliseconds