Home
last modified time | relevance | path

Searched refs:aop (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dbfin-dis.c1616 else if (aop == 0 && W == 0) in decode_LDSTpmod_0()
1625 else if (aop == 1 && W == 0) in decode_LDSTpmod_0()
1634 else if (aop == 2 && W == 0) in decode_LDSTpmod_0()
1643 else if (aop == 3 && W == 0) in decode_LDSTpmod_0()
1652 else if (aop == 3 && W == 1) in decode_LDSTpmod_0()
1661 else if (aop == 0 && W == 1) in decode_LDSTpmod_0()
1670 else if (aop == 1 && W == 1) in decode_LDSTpmod_0()
1679 else if (aop == 2 && W == 1) in decode_LDSTpmod_0()
1906 else if (aop == 3 && W == 0) in decode_dspLDST_0()
1915 else if (aop == 3 && W == 1) in decode_dspLDST_0()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/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.y1039 if ($6.aop == 0)
3559 $$.aop = 0;
3565 $$.aop = 1;
3571 $$.aop = 1;
3639 $$.aop = 0;
3645 $$.aop = 3;
3651 $$.aop = 3;
3657 $$.aop = 3;
3853 $$.aop = 0; /* aop. */
3861 $$.aop = 1; /* aop. */
[all …]
H A Dtc-bfin.c1297 bfin_gen_dsp32alu (int HL, int aopcde, int aop, int s, int x, in bfin_gen_dsp32alu() argument
1304 ASSIGN (aop); 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() argument
1519 ASSIGN (aop); 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() argument
1585 ASSIGN (aop); in bfin_gen_ldstpmod()
1593 bfin_gen_dspldst (REG_T i, REG_T reg, int aop, int W, int m) in bfin_gen_dspldst() argument
1599 ASSIGN (aop); in bfin_gen_dspldst()
H A Dtc-arm.c8973 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument
8974 TxCE(mnem, aop, 0x##top, nops, ops, ae, te)
8975 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument
8976 TxCE(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
8983 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument
8984 TxC3(mnem, aop, 0x##top, nops, ops, ae, te)
8985 #define tC3(mnem, aop, top, nops, ops, ae, te) \ argument
8986 TxC3(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
9015 #define TCM(m1,m2, aop, top, nops, ops, ae, te) \ argument
9016 TxCM(m1,m2, aop, 0x##top, nops, ops, ae, te)
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dop.c14005 aop = cUNOPx(aop)->op_first; in Perl_ck_entersub_args_list()
14006 for (aop = OpSIBLING(aop); OpHAS_SIBLING(aop); aop = OpSIBLING(aop)) { in Perl_ck_entersub_args_list()
14071 aop = cUNOPx(aop)->op_first; in Perl_ck_entersub_args_proto()
14074 aop = OpSIBLING(aop); in Perl_ck_entersub_args_proto()
14253 aop = OpSIBLING(aop); in Perl_ck_entersub_args_proto()
14319 aop = cUNOPx(aop)->op_first; in Perl_ck_entersub_args_core()
14320 aop = OpSIBLING(aop); in Perl_ck_entersub_args_core()
14358 aop = OpSIBLING(aop); in Perl_ck_entersub_args_core()
14373 if (aop == cvop) aop = NULL; in Perl_ck_entersub_args_core()
14609 aop = cUNOPx(aop)->op_first; in Perl_ck_subr()
[all …]
H A Dpeep.c835 OP *aop = op_sibling_splice(kid, prev, 1, NULL); in S_maybe_multiconcat() local
837 op_sibling_splice(o, NULL, 0, aop); in S_maybe_multiconcat()
841 lastkidop = aop; in S_maybe_multiconcat()
842 aop->op_next = nextop; in S_maybe_multiconcat()
846 op_null(aop); in S_maybe_multiconcat()
/openbsd/lib/libcrypto/objects/
H A Dobj_dat.c217 ADDED_OBJ *ao[4] = {NULL, NULL, NULL, NULL}, *aop; in OBJ_add_object() local
244 aop = lh_ADDED_OBJ_insert(added, ao[i]); in OBJ_add_object()
246 free(aop); in OBJ_add_object()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.c449 #define LDST(ptr, reg, aop, sz, z, w) \ argument
455 #define DSPLDST(i, m, reg, aop, w) \ argument
456 bfin_gen_dspldst (i, reg, aop, w, m)
6164 (yyval.modcodes).aop = 0;
6173 (yyval.modcodes).aop = 1;
6182 (yyval.modcodes).aop = 1;
6278 (yyval.modcodes).aop = 0;
6287 (yyval.modcodes).aop = 3;
6296 (yyval.modcodes).aop = 3;
6305 (yyval.modcodes).aop = 3;
[all …]
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.xs553 if (!OpHAS_SIBLING(aop)) in THX_ck_entersub_args_scalars()
554 aop = cUNOPx(aop)->op_first; in THX_ck_entersub_args_scalars()
555 for (aop = OpSIBLING(aop); OpHAS_SIBLING(aop); aop = OpSIBLING(aop)) { in THX_ck_entersub_args_scalars()
556 op_contextualize(aop, G_SCALAR); in THX_ck_entersub_args_scalars()
574 OP *aop = OpSIBLING(pushop); in THX_ck_entersub_multi_sum() local
575 if (!OpHAS_SIBLING(aop)) in THX_ck_entersub_multi_sum()
583 sumop = aop; in THX_ck_entersub_multi_sum()
1430 OP *aop, *bop; in addissub_myck_add() local
1433 (aop = cBINOPx(op)->op_first) && (bop = OpSIBLING(aop)) && in addissub_myck_add()
1451 OP *aop; in my_ck_rv2cv() local
[all …]
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp2569 llvm::AtomicRMWInst::BinOp aop = isInc ? llvm::AtomicRMWInst::Add : in EmitScalarPrePostIncDec() local
2576 Builder.CreateAtomicRMW(aop, LV.getPointer(CGF), amt, in EmitScalarPrePostIncDec()