Home
last modified time | relevance | path

Searched defs:aop (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.y32 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument
58 #define LDST(ptr, reg, aop, sz, z, w) \ argument
64 #define DSPLDST(i, m, reg, aop, w) \ argument
67 #define LDSTPMOD(ptr, reg, idx, aop, w) \ argument
397 int aop = ((x->value >> 9) & 0x3); in is_store() local
454 struct { int r0; int s0; int x0; int aop; } modcodes; member
H A Dtc-bfin.c1223 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x, 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()
1504 bfin_gen_ldstpmod (REG_T ptr, REG_T reg, int aop, int W, REG_T idx) in bfin_gen_ldstpmod()
1518 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int W, int m) in bfin_gen_dspldst()
2000 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); in decode_LDSTpmod_0() local
2075 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); in decode_dspLDST_0() local
2133 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); in decode_LDST_0() local
2346 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); in decode_dsp32alu_0() local
H A Dbfin-parse.c83 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument
109 #define LDST(ptr, reg, aop, sz, z, w) \ argument
115 #define DSPLDST(i, m, reg, aop, w) \ argument
118 #define LDSTPMOD(ptr, reg, idx, aop, w) \ argument
448 int aop = ((x->value >> 9) & 0x3); in is_store() local
904 struct { int r0; int s0; int x0; int aop; } modcodes; member
H A Dbfin-parse.h420 struct { int r0; int s0; int x0; int aop; } modcodes; member
H A Dtc-arm.c24286 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument
24288 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument
24299 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument
24301 #define TC3w(mnem, aop, top, nops, ops, ae, te) \ argument
24303 #define tC3(mnem, aop, top, nops, ops, ae, te) \ argument
24305 #define tC3w(mnem, aop, top, nops, ops, ae, te) \ argument
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-parse.y32 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument
58 #define LDST(ptr, reg, aop, sz, z, w) \ argument
64 #define DSPLDST(i, m, reg, aop, w) \ argument
67 #define LDSTPMOD(ptr, reg, idx, aop, w) \ argument
397 int aop = ((x->value >> 9) & 0x3); in is_store() local
454 struct { int r0; int s0; int x0; int aop; } modcodes; member
H A Dtc-bfin.c1234 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x, 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()
1515 bfin_gen_ldstpmod (REG_T ptr, REG_T reg, int aop, int W, REG_T idx) in bfin_gen_ldstpmod()
1529 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int W, int m) in bfin_gen_dspldst()
2011 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); in decode_LDSTpmod_0() local
2086 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); in decode_dspLDST_0() local
2144 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); in decode_LDST_0() local
2357 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); in decode_dsp32alu_0() local
H A Dbfin-parse.c83 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument
109 #define LDST(ptr, reg, aop, sz, z, w) \ argument
115 #define DSPLDST(i, m, reg, aop, w) \ argument
118 #define LDSTPMOD(ptr, reg, idx, aop, w) \ argument
448 int aop = ((x->value >> 9) & 0x3); in is_store() local
904 struct { int r0; int s0; int x0; int aop; } modcodes; member
H A Dbfin-parse.h420 struct { int r0; int s0; int x0; int aop; } modcodes; member
H A Dtc-arm.c24253 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument
24255 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument
24266 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument
24268 #define TC3w(mnem, aop, top, nops, ops, ae, te) \ argument
24270 #define tC3(mnem, aop, top, nops, ops, ae, te) \ argument
24272 #define tC3w(mnem, aop, top, nops, ops, ae, te) \ argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A Dobj_dat.c177 ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop; in OBJ_add_object() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobj_dat.c177 ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop; in OBJ_add_object() local
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dbfin-dis.c1858 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); in decode_LDSTpmod_0() local
2064 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); in decode_dspLDST_0() local
2227 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); in decode_LDST_0() local
3082 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); in decode_dsp32alu_0() local
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dbfin-dis.c1858 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); in decode_LDSTpmod_0() local
2064 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); in decode_dspLDST_0() local
2227 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); in decode_LDST_0() local
3082 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); in decode_dsp32alu_0() local
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Djournal.c818 int bop = 0, aop = 0; in ixfr_order() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Djournal.c817 int bop = 0, aop = 0; in ixfr_order() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c3746 enum tree_code aop = OMP_ATOMIC; in gfc_trans_omp_atomic() local
H A Dopenmp.c5127 gfc_omp_atomic_op aop in resolve_omp_atomic() local
H A Dresolve.c10758 gfc_omp_atomic_op aop in gfc_resolve_blocks() local
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc4546 enum tree_code aop = OMP_ATOMIC; in gfc_trans_omp_atomic() local
H A Dopenmp.cc7714 gfc_omp_atomic_op aop in resolve_omp_atomic() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp2479 llvm::AtomicRMWInst::BinOp aop = isInc ? llvm::AtomicRMWInst::Add : in EmitScalarPrePostIncDec() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-gen.c1609 enum BrigAtomicOperation aop, in hsa_insn_atomic()