Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/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
373 struct { int r0; int s0; int x0; int aop; } modcodes; member
H A Dtc-bfin.c1297 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x, in bfin_gen_dsp32alu()
1507 bfin_gen_ldst (REG_T ptr, REG_T reg, int aop, int sz, int Z, int W) in bfin_gen_ldst()
1579 bfin_gen_ldstpmod (REG_T ptr, REG_T reg, int aop, int W, REG_T idx) in bfin_gen_ldstpmod()
1593 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int W, int m) in bfin_gen_dspldst()
H A Dtc-arm.c8973 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument
8975 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument
8983 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument
8985 #define tC3(mnem, aop, top, nops, ops, ae, te) \ argument
9015 #define TCM(m1,m2, aop, top, nops, ops, ae, te) \ argument
9017 #define tCM(m1,m2, aop, top, nops, ops, ae, te) \ argument
/openbsd/lib/libcrypto/objects/
H A Dobj_dat.c216 ADDED_OBJ *ao[4] = {NULL, NULL, NULL, NULL}, *aop; in OBJ_add_object() local
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.c423 #define DSP32ALU(aopcde, HL, dst1, dst0, src0, src1, s, x, aop) \ argument
449 #define LDST(ptr, reg, aop, sz, z, w) \ argument
455 #define DSPLDST(i, m, reg, aop, w) \ argument
458 #define LDSTPMOD(ptr, reg, idx, aop, w) \ argument
784 struct { int r0; int s0; int x0; int aop; } modcodes; member
H A Dbfin-parse.h392 struct { int r0; int s0; int x0; int aop; } modcodes; member
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs590 OP *aop = cUNOPx(entersubop)->op_first; in THX_ck_entersub_args_scalars() local
614 OP *aop = OpSIBLING(pushop); in THX_ck_entersub_multi_sum() local
1474 OP *aop, *bop; in addissub_myck_add() local
1495 OP *aop; in my_ck_rv2cv() local
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dbfin-dis.c1583 int aop = ((iw0 >> LDSTpmod_aop_bits) & LDSTpmod_aop_mask); in decode_LDSTpmod_0() local
1777 int aop = ((iw0 >> DspLDST_aop_bits) & DspLDST_aop_mask); in decode_dspLDST_0() local
1940 int aop = ((iw0 >> LDST_aop_bits) & LDST_aop_mask); in decode_LDST_0() local
2699 int aop = ((iw1 >> DSP32Alu_aop_bits) & DSP32Alu_aop_mask); in decode_dsp32alu_0() local
/openbsd/gnu/usr.bin/perl/
H A Dpeep.c835 OP *aop = op_sibling_splice(kid, prev, 1, NULL); in S_maybe_multiconcat() local
H A Dop.c14267 OP *aop; in Perl_ck_entersub_args_list() local
14321 OP *aop, *prev, *cvop, *parent; in Perl_ck_entersub_args_proto() local
14580 OP *aop = cUNOPx(entersubop)->op_first; in Perl_ck_entersub_args_core() local
14867 OP *aop, *cvop; in Perl_ck_subr() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp2569 llvm::AtomicRMWInst::BinOp aop = isInc ? llvm::AtomicRMWInst::Add : in EmitScalarPrePostIncDec() local