| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-bfin.c | 1234 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x, in bfin_gen_dsp32alu() argument 1241 ASSIGN (aop); in bfin_gen_dsp32alu() 1444 bfin_gen_ldst (REG_T ptr, REG_T reg, int aop, int sz, int Z, int W) in bfin_gen_ldst() argument 1456 ASSIGN (aop); in bfin_gen_ldst() 1515 bfin_gen_ldstpmod (REG_T ptr, REG_T reg, int aop, int W, REG_T idx) in bfin_gen_ldstpmod() argument 1521 ASSIGN (aop); in bfin_gen_ldstpmod() 1529 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int W, int m) in bfin_gen_dspldst() argument 1535 ASSIGN (aop); in bfin_gen_dspldst() 2011 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); in decode_LDSTpmod_0() local 2016 if (aop == 1 && W == 0 && idx == ptr) in decode_LDSTpmod_0() [all …]
|
| H A D | bfin-parse.y | 32 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument 33 bfin_gen_dsp32alu (HL, aopcde, aop, s, x, dst0, dst1, src0, src1) 58 #define LDST(ptr, reg, aop, sz, z, w) \ argument 59 bfin_gen_ldst (ptr, reg, aop, sz, z, w) 64 #define DSPLDST(i, m, reg, aop, w) \ argument 65 bfin_gen_dspldst (i, reg, aop, w, m) 67 #define LDSTPMOD(ptr, reg, idx, aop, w) \ argument 68 bfin_gen_ldstpmod (ptr, reg, aop, w, idx) 397 int aop = ((x->value >> 9) & 0x3); in is_store() local 399 if (!w || aop == 3) in is_store() [all …]
|
| H A D | bfin-parse.c | 83 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument 84 bfin_gen_dsp32alu (HL, aopcde, aop, s, x, dst0, dst1, src0, src1) 109 #define LDST(ptr, reg, aop, sz, z, w) \ argument 110 bfin_gen_ldst (ptr, reg, aop, sz, z, w) 115 #define DSPLDST(i, m, reg, aop, w) \ argument 116 bfin_gen_dspldst (i, reg, aop, w, m) 118 #define LDSTPMOD(ptr, reg, idx, aop, w) \ argument 119 bfin_gen_ldstpmod (ptr, reg, aop, w, idx) 448 int aop = ((x->value >> 9) & 0x3); in is_store() local 450 if (!w || aop == 3) in is_store() [all …]
|
| H A D | bfin-parse.h | 420 struct { int r0; int s0; int x0; int aop; } modcodes; member
|
| H A D | tc-arm.c | 24253 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument 24254 TxCE (mnem, aop, 0x##top, nops, ops, ae, te) 24255 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument 24256 TxCE (mnem, aop, T_MNEM##top, nops, ops, ae, te) 24266 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument 24267 TxC3 (mnem, aop, 0x##top, nops, ops, ae, te) 24268 #define TC3w(mnem, aop, top, nops, ops, ae, te) \ argument 24269 TxC3w (mnem, aop, 0x##top, nops, ops, ae, te) 24270 #define tC3(mnem, aop, top, nops, ops, ae, te) \ argument 24271 TxC3 (mnem, aop, T_MNEM##top, nops, ops, ae, te) [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-bfin.c | 1223 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x, in bfin_gen_dsp32alu() argument 1230 ASSIGN (aop); in bfin_gen_dsp32alu() 1433 bfin_gen_ldst (REG_T ptr, REG_T reg, int aop, int sz, int Z, int W) in bfin_gen_ldst() argument 1445 ASSIGN (aop); in bfin_gen_ldst() 1504 bfin_gen_ldstpmod (REG_T ptr, REG_T reg, int aop, int W, REG_T idx) in bfin_gen_ldstpmod() argument 1510 ASSIGN (aop); in bfin_gen_ldstpmod() 1518 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int W, int m) in bfin_gen_dspldst() argument 1524 ASSIGN (aop); in bfin_gen_dspldst() 2000 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); in decode_LDSTpmod_0() local 2005 if (aop == 1 && W == 0 && idx == ptr) in decode_LDSTpmod_0() [all …]
|
| H A D | bfin-parse.y | 32 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument 33 bfin_gen_dsp32alu (HL, aopcde, aop, s, x, dst0, dst1, src0, src1) 58 #define LDST(ptr, reg, aop, sz, z, w) \ argument 59 bfin_gen_ldst (ptr, reg, aop, sz, z, w) 64 #define DSPLDST(i, m, reg, aop, w) \ argument 65 bfin_gen_dspldst (i, reg, aop, w, m) 67 #define LDSTPMOD(ptr, reg, idx, aop, w) \ argument 68 bfin_gen_ldstpmod (ptr, reg, aop, w, idx) 397 int aop = ((x->value >> 9) & 0x3); in is_store() local 399 if (!w || aop == 3) in is_store() [all …]
|
| H A D | bfin-parse.c | 83 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument 84 bfin_gen_dsp32alu (HL, aopcde, aop, s, x, dst0, dst1, src0, src1) 109 #define LDST(ptr, reg, aop, sz, z, w) \ argument 110 bfin_gen_ldst (ptr, reg, aop, sz, z, w) 115 #define DSPLDST(i, m, reg, aop, w) \ argument 116 bfin_gen_dspldst (i, reg, aop, w, m) 118 #define LDSTPMOD(ptr, reg, idx, aop, w) \ argument 119 bfin_gen_ldstpmod (ptr, reg, aop, w, idx) 448 int aop = ((x->value >> 9) & 0x3); in is_store() local 450 if (!w || aop == 3) in is_store() [all …]
|
| H A D | bfin-parse.h | 420 struct { int r0; int s0; int x0; int aop; } modcodes; member
|
| H A D | tc-arm.c | 24286 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument 24287 TxCE (mnem, aop, 0x##top, nops, ops, ae, te) 24288 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument 24289 TxCE (mnem, aop, T_MNEM##top, nops, ops, ae, te) 24299 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument 24300 TxC3 (mnem, aop, 0x##top, nops, ops, ae, te) 24301 #define TC3w(mnem, aop, top, nops, ops, ae, te) \ argument 24302 TxC3w (mnem, aop, 0x##top, nops, ops, ae, te) 24303 #define tC3(mnem, aop, top, nops, ops, ae, te) \ argument 24304 TxC3 (mnem, aop, T_MNEM##top, nops, ops, ae, te) [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | bfin-dis.c | 1858 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); in decode_LDSTpmod_0() local 1863 if (aop == 1 && W == 0 && idx == ptr) in decode_LDSTpmod_0() 1870 else if (aop == 2 && W == 0 && idx == ptr) in decode_LDSTpmod_0() 1877 else if (aop == 1 && W == 1 && idx == ptr) in decode_LDSTpmod_0() 1884 else if (aop == 2 && W == 1 && idx == ptr) in decode_LDSTpmod_0() 1891 else if (aop == 0 && W == 0) in decode_LDSTpmod_0() 1900 else if (aop == 1 && W == 0) in decode_LDSTpmod_0() 1909 else if (aop == 2 && W == 0) in decode_LDSTpmod_0() 1918 else if (aop == 3 && W == 0) in decode_LDSTpmod_0() 1927 else if (aop == 3 && W == 1) in decode_LDSTpmod_0() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | bfin-dis.c | 1858 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); in decode_LDSTpmod_0() local 1863 if (aop == 1 && W == 0 && idx == ptr) in decode_LDSTpmod_0() 1870 else if (aop == 2 && W == 0 && idx == ptr) in decode_LDSTpmod_0() 1877 else if (aop == 1 && W == 1 && idx == ptr) in decode_LDSTpmod_0() 1884 else if (aop == 2 && W == 1 && idx == ptr) in decode_LDSTpmod_0() 1891 else if (aop == 0 && W == 0) in decode_LDSTpmod_0() 1900 else if (aop == 1 && W == 0) in decode_LDSTpmod_0() 1909 else if (aop == 2 && W == 0) in decode_LDSTpmod_0() 1918 else if (aop == 3 && W == 0) in decode_LDSTpmod_0() 1927 else if (aop == 3 && W == 1) in decode_LDSTpmod_0() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips-ps-3d.md | 106 P<aUL><bUL>.PS %0,<aop>,<bop> 108 where 0U == <aop><aUL> and 0L == <bop><bUL>. 131 0U = { 2L, 2U }[I4] (= <aop><aUL>) 133 <aop> = 2, <aUL> = I4 ? U : L 145 so: 0U = { 1U, 1L }[I3] (= <aop><aUL>) 148 <aop> = 1, <aUL> = I3 ? L : U
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips-ps-3d.md | 106 P<aUL><bUL>.PS %0,<aop>,<bop> 108 where 0U == <aop><aUL> and 0L == <bop><bUL>. 131 0U = { 2L, 2U }[I4] (= <aop><aUL>) 133 <aop> = 2, <aUL> = I4 ? U : L 145 so: 0U = { 1U, 1L }[I3] (= <aop><aUL>) 148 <aop> = 1, <aUL> = I3 ? L : U
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/objects/ |
| H A D | obj_dat.c | 177 ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop; in OBJ_add_object() local 201 aop = lh_ADDED_OBJ_insert(added, ao[i]); in OBJ_add_object() 203 OPENSSL_free(aop); in OBJ_add_object()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/ |
| H A D | obj_dat.c | 177 ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop; in OBJ_add_object() local 201 aop = lh_ADDED_OBJ_insert(added, ao[i]); in OBJ_add_object() 203 OPENSSL_free(aop); in OBJ_add_object()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | journal.c | 818 int bop = 0, aop = 0; in ixfr_order() local 823 aop = 1; in ixfr_order() 827 aop = 0; in ixfr_order() 846 r = bop - aop; in ixfr_order()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | journal.c | 817 int bop = 0, aop = 0; in ixfr_order() local 822 aop = 1; in ixfr_order() 826 aop = 0; in ixfr_order() 845 r = bop - aop; in ixfr_order()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | openmp.c | 5127 gfc_omp_atomic_op aop in resolve_omp_atomic() local 5141 if (aop != GFC_OMP_ATOMIC_CAPTURE) in resolve_omp_atomic() 5176 if (aop == GFC_OMP_ATOMIC_READ || aop == GFC_OMP_ATOMIC_WRITE) in resolve_omp_atomic() 5182 switch (aop) in resolve_omp_atomic() 5262 if (aop == GFC_OMP_ATOMIC_CAPTURE in resolve_omp_atomic() 5477 if (aop == GFC_OMP_ATOMIC_CAPTURE && code->next) in resolve_omp_atomic()
|
| H A D | trans-openmp.c | 3746 enum tree_code aop = OMP_ATOMIC; in gfc_trans_omp_atomic() local 3790 aop = OMP_ATOMIC_CAPTURE_NEW; in gfc_trans_omp_atomic() 3793 aop = OMP_ATOMIC_CAPTURE_OLD; in gfc_trans_omp_atomic() 3978 if (aop == OMP_ATOMIC) in gfc_trans_omp_atomic() 3986 if (aop == OMP_ATOMIC_CAPTURE_NEW) in gfc_trans_omp_atomic() 4003 x = build2 (aop, type, lhsaddr, convert (type, x)); in gfc_trans_omp_atomic()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-openmp.cc | 4546 enum tree_code aop = OMP_ATOMIC; in gfc_trans_omp_atomic() local 4584 aop = OMP_ATOMIC_CAPTURE_OLD; in gfc_trans_omp_atomic() 4591 aop = OMP_ATOMIC_CAPTURE_NEW; in gfc_trans_omp_atomic() 4601 aop = OMP_ATOMIC_CAPTURE_OLD; in gfc_trans_omp_atomic() 4631 aop = OMP_ATOMIC_CAPTURE_OLD; in gfc_trans_omp_atomic() 4635 aop = OMP_ATOMIC_CAPTURE_NEW; in gfc_trans_omp_atomic() 4683 if (aop == OMP_ATOMIC_CAPTURE_OLD) in gfc_trans_omp_atomic() 4878 if (aop == OMP_ATOMIC_CAPTURE_NEW) in gfc_trans_omp_atomic() 4902 if (aop == OMP_ATOMIC) in gfc_trans_omp_atomic() 4911 x = build2 (aop, type, lhsaddr, convert (type, x)); in gfc_trans_omp_atomic()
|
| H A D | openmp.cc | 7714 gfc_omp_atomic_op aop in resolve_omp_atomic() local 7926 switch (aop) in resolve_omp_atomic()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | hsa-common.h | 680 hsa_insn_atomic (int nops, int opc, enum BrigAtomicOperation aop,
|
| H A D | hsa-gen.c | 1609 enum BrigAtomicOperation aop, in hsa_insn_atomic() argument 1614 : hsa_insn_mem (nops, opc, t, arg0, arg1, arg2, arg3), m_atomicop (aop), in hsa_insn_atomic()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 2479 llvm::AtomicRMWInst::BinOp aop = isInc ? llvm::AtomicRMWInst::Add : in EmitScalarPrePostIncDec() local 2486 Builder.CreateAtomicRMW(aop, LV.getPointer(CGF), amt, in EmitScalarPrePostIncDec()
|