Searched refs:aop (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/binutils/gas/config/
H A Dtc-bfin.c1236 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x,
1243 ASSIGN (aop);
1446 bfin_gen_ldst (REG_T ptr, REG_T reg, int aop, int sz, int Z, int W)
1458 ASSIGN (aop);
1517 bfin_gen_ldstpmod (REG_T ptr, REG_T reg, int aop, int W, REG_T idx)
1523 ASSIGN (aop);
1531 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int W, int m)
1537 ASSIGN (aop);
2011 | 1 | 0 | 0 | 0 |.W.|.aop...|.reg.......|.idx.......|.ptr.......|
2014 int aop
1235 bfin_gen_dsp32alu(int HL, int aopcde, int aop, int s, int x, REG_T dst0, REG_T dst1, REG_T src0, REG_T src1) argument
1445 bfin_gen_ldst(REG_T ptr, REG_T reg, int aop, int sz, int Z, int W) argument
1516 bfin_gen_ldstpmod(REG_T ptr, REG_T reg, int aop, int W, REG_T idx) argument
1530 bfin_gen_dspldst(REG_T i, REG_T reg, int aop, int W, int m) argument
2012 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); local
2087 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); local
2145 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); local
2358 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); local
[all...]
H A Dbfin-parse.y28 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \
29 bfin_gen_dsp32alu (HL, aopcde, aop, s, x, dst0, dst1, src0, src1)
54 #define LDST(ptr, reg, aop, sz, z, w) \
55 bfin_gen_ldst (ptr, reg, aop, sz, z, w)
60 #define DSPLDST(i, m, reg, aop, w) \
61 bfin_gen_dspldst (i, reg, aop, w, m)
63 #define LDSTPMOD(ptr, reg, idx, aop, w) \
64 bfin_gen_ldstpmod (ptr, reg, aop, w, idx)
394 int aop = ((x->value >> 9) & 0x3);
396 if (!w || aop
[all...]
H A Dtc-arm.c19099 #define TCE(mnem, aop, top, nops, ops, ae, te) \
19100 TxCE (mnem, aop, 0x##top, nops, ops, ae, te)
19101 #define tCE(mnem, aop, top, nops, ops, ae, te) \
19102 TxCE (mnem, aop, T_MNEM##top, nops, ops, ae, te)
19112 #define TC3(mnem, aop, top, nops, ops, ae, te) \
19113 TxC3 (mnem, aop, 0x##top, nops, ops, ae, te)
19114 #define TC3w(mnem, aop, top, nops, ops, ae, te) \
19115 TxC3w (mnem, aop, 0x##top, nops, ops, ae, te)
19116 #define tC3(mnem, aop, top, nops, ops, ae, te) \
19117 TxC3 (mnem, aop, T_MNE
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dbfin-dis.c1580 | 1 | 0 | 0 | 0 |.W.|.aop...|.reg.......|.idx.......|.ptr.......|
1583 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); local
1588 if (aop == 1 && W == 0 && idx == ptr)
1595 else if (aop == 2 && W == 0 && idx == ptr)
1602 else if (aop == 1 && W == 1 && idx == ptr)
1609 else if (aop == 2 && W == 1 && idx == ptr)
1616 else if (aop == 0 && W == 0)
1625 else if (aop == 1 && W == 0)
1634 else if (aop == 2 && W == 0)
1643 else if (aop
1777 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); local
1940 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); local
2699 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); local
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dbfin-dis.c1853 | 1 | 0 | 0 | 0 |.W.|.aop...|.reg.......|.idx.......|.ptr.......|
1856 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); local
1861 if (aop == 1 && W == 0 && idx == ptr)
1868 else if (aop == 2 && W == 0 && idx == ptr)
1875 else if (aop == 1 && W == 1 && idx == ptr)
1882 else if (aop == 2 && W == 1 && idx == ptr)
1889 else if (aop == 0 && W == 0)
1898 else if (aop == 1 && W == 0)
1907 else if (aop == 2 && W == 0)
1916 else if (aop
2062 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); local
2225 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); local
3080 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dbfin-aux.h37 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x,
57 bfin_gen_ldst (REG_T ptr, REG_T reg, int aop, int sz, int z, int w);
66 bfin_gen_ldstpmod (REG_T ptr, REG_T reg, int aop, int w, REG_T idx);
69 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int w, int m);
H A Dbfin-parse.y32 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \
33 bfin_gen_dsp32alu (HL, aopcde, aop, s, x, dst0, dst1, src0, src1)
58 #define LDST(ptr, reg, aop, sz, z, w) \
59 bfin_gen_ldst (ptr, reg, aop, sz, z, w)
64 #define DSPLDST(i, m, reg, aop, w) \
65 bfin_gen_dspldst (i, reg, aop, w, m)
67 #define LDSTPMOD(ptr, reg, idx, aop, w) \
68 bfin_gen_ldstpmod (ptr, reg, aop, w, idx)
373 struct { int r0; int s0; int x0; int aop; } modcodes;
974 $$ = DSP32ALU (22, $13.r0, 0, &$1, &$5, &$9, $13.s0, $13.x0, $13.aop);
[all...]
H A Dtc-bfin.c1297 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x, argument
1304 ASSIGN (aop);
1507 bfin_gen_ldst (REG_T ptr, REG_T reg, int aop, int sz, int Z, int W) argument
1519 ASSIGN (aop);
1579 bfin_gen_ldstpmod (REG_T ptr, REG_T reg, int aop, int W, REG_T idx) argument
1585 ASSIGN (aop);
1593 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int W, int m) argument
1599 ASSIGN (aop);
H A Dtc-arm.c8863 #define TCE(mnem, aop, top, nops, ops, ae, te) \
8864 TxCE(mnem, aop, 0x##top, nops, ops, ae, te)
8865 #define tCE(mnem, aop, top, nops, ops, ae, te) \
8866 TxCE(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
8873 #define TC3(mnem, aop, top, nops, ops, ae, te) \
8874 TxC3(mnem, aop, 0x##top, nops, ops, ae, te)
8875 #define tC3(mnem, aop, top, nops, ops, ae, te) \
8876 TxC3(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
8905 #define TCM(m1,m2, aop, top, nops, ops, ae, te) \
8906 TxCM(m1,m2, aop,
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.h392 struct { int r0; int s0; int x0; int aop; } modcodes; member in struct:YYSTYPE::__anon2515
H A Dbfin-parse.c423 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \
424 bfin_gen_dsp32alu (HL, aopcde, aop, s, x, dst0, dst1, src0, src1)
449 #define LDST(ptr, reg, aop, sz, z, w) \
450 bfin_gen_ldst (ptr, reg, aop, sz, z, w)
455 #define DSPLDST(i, m, reg, aop, w) \
456 bfin_gen_dspldst (i, reg, aop, w, m)
458 #define LDSTPMOD(ptr, reg, idx, aop, w) \
459 bfin_gen_ldstpmod (ptr, reg, aop, w, idx)
784 struct { int r0; int s0; int x0; int aop; } modcodes; member in struct:YYSTYPE::__anon2513
3192 (yyval.instr) = DSP32ALU (22, (yyvsp[0].modcodes).r0, 0, &(yyvsp[-12].reg), &(yyvsp[-8].reg), &(yyvsp[-4].reg), (yyvsp[0].modcodes).s0, (yyvsp[0].modcodes).x0, (yyvsp[0].modcodes).aop);
[all...]
/haiku-buildtools/binutils/gas/
H A Dbfin-parse.h407 struct { int r0; int s0; int x0; int aop; } modcodes; member in struct:YYSTYPE::__anon329
H A Dbfin-parse.c74 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \
75 bfin_gen_dsp32alu (HL, aopcde, aop, s, x, dst0, dst1, src0, src1)
100 #define LDST(ptr, reg, aop, sz, z, w) \
101 bfin_gen_ldst (ptr, reg, aop, sz, z, w)
106 #define DSPLDST(i, m, reg, aop, w) \
107 bfin_gen_dspldst (i, reg, aop, w, m)
109 #define LDSTPMOD(ptr, reg, idx, aop, w) \
110 bfin_gen_ldstpmod (ptr, reg, aop, w, idx)
440 int aop = ((x->value >> 9) & 0x3); local
442 if (!w || aop
883 struct { int r0; int s0; int x0; int aop; } modcodes; member in struct:YYSTYPE::__anon326
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dopenmp.c3546 gfc_omp_atomic_op aop local
3551 gcc_assert (((aop != GFC_OMP_ATOMIC_CAPTURE) && code->next == NULL)
3552 || ((aop == GFC_OMP_ATOMIC_CAPTURE)
3574 if (aop == GFC_OMP_ATOMIC_READ || aop == GFC_OMP_ATOMIC_WRITE)
3580 switch (aop)
3660 if (aop == GFC_OMP_ATOMIC_CAPTURE
3875 if (aop == GFC_OMP_ATOMIC_CAPTURE && code->next)
H A Dtrans-openmp.c2778 enum tree_code aop = OMP_ATOMIC; local
2817 aop = OMP_ATOMIC_CAPTURE_NEW;
2820 aop = OMP_ATOMIC_CAPTURE_OLD;
3002 if (aop == OMP_ATOMIC)
3010 if (aop == OMP_ATOMIC_CAPTURE_NEW)
3026 x = build2 (aop, type, lhsaddr, convert (type, x));

Completed in 600 milliseconds