Home
last modified time | relevance | path

Searched refs:OP1 (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dh8300.h546 #define MOVFROM_REG_BW(CODE, NAME, SRC, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
547 …{CODE, AV_H8, 4, NAME, {{SRC, RDIND, E}}, {{ 6, OP1, B31 | RDIN…
552 …{CODE, AV_H8SX, 0, NAME, {{SRC, DISP2DST, E}}, {{PREFIX, B30 | B20 | DISP2DST, 6, OP1, B31 | DSTD…
564 #define MOVTO_REG_BW(CODE, NAME, DST, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
565 …{CODE, AV_H8, 4, NAME, {{RSIND, DST, E}}, {{ 6, OP1, B30 | RSIN…
570 …{CODE, AV_H8SX, 0, NAME, {{DISP2SRC, DST, E}}, {{PREFIX, B30 | B20 | DISP2SRC, 6, OP1, B30 | DISP…
752 #define EXPAND_FROM_REG8(CODE, NAME, OP1, OP2, OP3) \ argument
753 …{CODE, AV_H8SX, 0, NAME, {{RS8, RDIND, E}}, {{0x7, 0xd, B30 | RDIND, IGNORE, OP1, …
755 …{CODE, AV_H8SX, 0, NAME, {{RS8, ABS8DST, E}}, {{0x7, 0xf, DSTABS8LIST, OP1, …
756 …{CODE, AV_H8SX, 0, NAME, {{RS8, ABS16DST, E}}, {{0x6, 0xa, 0x1, B31 | IGNORE, DSTABS16LIST, OP1, …
[all …]
Dtic6x-opcode-table.h42 #define OP1(a) 1, { a } macro
496 OP1(OLCST),
500 OP1(ORXREG1),
504 OP1(ORIRP1),
508 OP1(ORNRP1),
580 OP1(OLCST),
585 OP1(ORXREG1),
590 OP1(ORIRP1),
595 OP1(ORNRP1),
632 OP1(OLCST),
[all …]
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Dh8300.h546 #define MOVFROM_REG_BW(CODE, NAME, SRC, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
547 …{CODE, AV_H8, 4, NAME, {{SRC, RDIND, E}}, {{ 6, OP1, B31 | RDIN…
552 …{CODE, AV_H8SX, 0, NAME, {{SRC, DISP2DST, E}}, {{PREFIX, B30 | B20 | DISP2DST, 6, OP1, B31 | DSTD…
564 #define MOVTO_REG_BW(CODE, NAME, DST, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
565 …{CODE, AV_H8, 4, NAME, {{RSIND, DST, E}}, {{ 6, OP1, B30 | RSIN…
570 …{CODE, AV_H8SX, 0, NAME, {{DISP2SRC, DST, E}}, {{PREFIX, B30 | B20 | DISP2SRC, 6, OP1, B30 | DISP…
752 #define EXPAND_FROM_REG8(CODE, NAME, OP1, OP2, OP3) \ argument
753 …{CODE, AV_H8SX, 0, NAME, {{RS8, RDIND, E}}, {{0x7, 0xd, B30 | RDIND, IGNORE, OP1, …
755 …{CODE, AV_H8SX, 0, NAME, {{RS8, ABS8DST, E}}, {{0x7, 0xf, DSTABS8LIST, OP1, …
756 …{CODE, AV_H8SX, 0, NAME, {{RS8, ABS16DST, E}}, {{0x6, 0xa, 0x1, B31 | IGNORE, DSTABS16LIST, OP1, …
[all …]
Dtic6x-opcode-table.h42 #define OP1(a) 1, { a } macro
496 OP1(OLCST),
500 OP1(ORXREG1),
504 OP1(ORIRP1),
508 OP1(ORNRP1),
580 OP1(OLCST),
585 OP1(ORXREG1),
590 OP1(ORIRP1),
595 OP1(ORNRP1),
632 OP1(OLCST),
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/cast/
Dcast_local.h130 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
133 t=(key[n*2] OP1 R)&0xffffffffL; \
141 CAST_S_table2+((t>>C_0)&C_M)))&0xffffffffL) OP1 \
146 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
150 w=(key[n*2] OP1 R)&0xffffffffL; \
164 t=(t OP1 *(CAST_LONG *)((unsigned char *)CAST_S_table3+v)&0xffffffffL);\
168 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
171 t=(key[n*2] OP1 R)&0xffffffff; \
177 L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dcr16-opc.c29 #define ARITH_BYTE_INST(NAME, OPC, OP1) \ argument
33 {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}, \
38 #define ARITH1_BYTE_INST(NAME, OPC, OP1) \ argument
40 {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}
111 #define ARITH_INST32(NAME, OPC, OP1) \ argument
113 {NAME, 3, OPC, 20, ARITH_INS, {{OP1,0}, {regp,16}}}
138 #define SHIFT_INST_A(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \ argument
140 {NAME, 1, OPC1, SHIFT, SHIFT_INS, {{OP1,20}, {OP2,16}}}, \
142 {NAME, 1, OPC1+1, SHIFT, SHIFT_INS, {{OP1,20}, {OP2,16}}},\
150 #define SHIFT_INST_L(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \ argument
[all …]
Daarch64-tbl.h32 #define OP1(a) {OPND(a)} macro
3705 CORE_INSN ("b", 0x14000000, 0xfc000000, branch_imm, OP_B, OP1 (ADDR_PCREL26), QL_PCREL_26, 0),
3706 CORE_INSN ("bl", 0x94000000, 0xfc000000, branch_imm, OP_BL, OP1 (ADDR_PCREL26), QL_PCREL_26, 0),
3708 CORE_INSN ("br", 0xd61f0000, 0xfffffc1f, branch_reg, 0, OP1 (Rn), QL_I1X, 0),
3709 CORE_INSN ("blr", 0xd63f0000, 0xfffffc1f, branch_reg, 0, OP1 (Rn), QL_I1X, 0),
3710 …CORE_INSN ("ret", 0xd65f0000, 0xfffffc1f, branch_reg, 0, OP1 (Rn), QL_I1X, F_OPD0_OPT | F_DEFAULT …
3717 PAUTH_INSN ("braaz", 0xd61f081f, 0xfffffc1f, branch_reg, OP1 (Rn), QL_I1X, 0),
3718 PAUTH_INSN ("brabz", 0xd61f0c1f, 0xfffffc1f, branch_reg, OP1 (Rn), QL_I1X, 0),
3719 PAUTH_INSN ("blraaz", 0xd63f081f, 0xfffffc1f, branch_reg, OP1 (Rn), QL_I1X, 0),
3720 PAUTH_INSN ("blrabz", 0xd63f0c1f, 0xfffffc1f, branch_reg, OP1 (Rn), QL_I1X, 0),
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dcr16-opc.c29 #define ARITH_BYTE_INST(NAME, OPC, OP1) \ argument
33 {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}, \
38 #define ARITH1_BYTE_INST(NAME, OPC, OP1) \ argument
40 {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}
111 #define ARITH_INST32(NAME, OPC, OP1) \ argument
113 {NAME, 3, OPC, 20, ARITH_INS, {{OP1,0}, {regp,16}}}
138 #define SHIFT_INST_A(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \ argument
140 {NAME, 1, OPC1, SHIFT, SHIFT_INS, {{OP1,20}, {OP2,16}}}, \
142 {NAME, 1, OPC1+1, SHIFT, SHIFT_INS, {{OP1,20}, {OP2,16}}},\
150 #define SHIFT_INST_L(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \ argument
[all …]
Daarch64-tbl.h32 #define OP1(a) {OPND(a)} macro
3614 CORE_INSN ("b", 0x14000000, 0xfc000000, branch_imm, OP_B, OP1 (ADDR_PCREL26), QL_PCREL_26, 0),
3615 CORE_INSN ("bl", 0x94000000, 0xfc000000, branch_imm, OP_BL, OP1 (ADDR_PCREL26), QL_PCREL_26, 0),
3617 CORE_INSN ("br", 0xd61f0000, 0xfffffc1f, branch_reg, 0, OP1 (Rn), QL_I1X, 0),
3618 CORE_INSN ("blr", 0xd63f0000, 0xfffffc1f, branch_reg, 0, OP1 (Rn), QL_I1X, 0),
3619 …CORE_INSN ("ret", 0xd65f0000, 0xfffffc1f, branch_reg, 0, OP1 (Rn), QL_I1X, F_OPD0_OPT | F_DEFAULT …
3626 PAC_INSN ("braaz", 0xd61f081f, 0xfffffc1f, branch_reg, OP1 (Rn), QL_I1X, 0),
3627 PAC_INSN ("brabz", 0xd61f0c1f, 0xfffffc1f, branch_reg, OP1 (Rn), QL_I1X, 0),
3628 PAC_INSN ("blraaz", 0xd63f081f, 0xfffffc1f, branch_reg, OP1 (Rn), QL_I1X, 0),
3629 PAC_INSN ("blrabz", 0xd63f0c1f, 0xfffffc1f, branch_reg, OP1 (Rn), QL_I1X, 0),
[all …]
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_grammar.y34 #define OP1(op, c) dt_node_op1(op, c) macro
433 $$ = OP1(DT_TOK_POSTINC, $1);
436 $$ = OP1(DT_TOK_POSTDEC, $1);
458 | DT_TOK_ADDADD unary_expression { $$ = OP1(DT_TOK_PREINC, $2); }
459 | DT_TOK_SUBSUB unary_expression { $$ = OP1(DT_TOK_PREDEC, $2); }
460 | unary_operator cast_expression { $$ = OP1($1, $2); }
461 | DT_TOK_SIZEOF unary_expression { $$ = OP1(DT_TOK_SIZEOF, $2); }
463 $$ = OP1(DT_TOK_SIZEOF, dt_node_type($3));
466 $$ = OP1(DT_TOK_STRINGOF, $2);
/netbsd/src/external/lgpl3/mpc/dist/doc/
Dmpc.info523 -- Function: int mpc_set_ui_ui (mpc_t ROP, unsigned long int OP1,
525 -- Function: int mpc_set_si_si (mpc_t ROP, long int OP1, long int OP2,
527 -- Function: int mpc_set_uj_uj (mpc_t ROP, uintmax_t OP1, uintmax_t
529 -- Function: int mpc_set_sj_sj (mpc_t ROP, intmax_t OP1, intmax_t OP2,
531 -- Function: int mpc_set_d_d (mpc_t ROP, double OP1, double OP2,
533 -- Function: int mpc_set_ld_ld (mpc_t ROP, long double OP1, long double
535 -- Function: int mpc_set_z_z (mpc_t ROP, const mpz_t OP1, const mpz_t
537 -- Function: int mpc_set_q_q (mpc_t ROP, const mpq_t OP1, const mpq_t
539 -- Function: int mpc_set_f_f (mpc_t ROP, const mpf_t OP1, const mpf_t
541 -- Function: int mpc_set_fr_fr (mpc_t ROP, const mpfr_t OP1, const
[all …]
/netbsd/src/external/lgpl3/mpfr/dist/doc/
Dmpfr.info1493 -- Function: int mpfr_add (mpfr_t ROP, mpfr_t OP1, mpfr_t OP2,
1495 -- Function: int mpfr_add_ui (mpfr_t ROP, mpfr_t OP1, unsigned long int
1497 -- Function: int mpfr_add_si (mpfr_t ROP, mpfr_t OP1, long int OP2,
1499 -- Function: int mpfr_add_d (mpfr_t ROP, mpfr_t OP1, double OP2,
1501 -- Function: int mpfr_add_z (mpfr_t ROP, mpfr_t OP1, mpz_t OP2,
1503 -- Function: int mpfr_add_q (mpfr_t ROP, mpfr_t OP1, mpq_t OP2,
1505 Set ROP to OP1 + OP2 rounded in the direction RND. The IEEE 754
1513 -- Function: int mpfr_sub (mpfr_t ROP, mpfr_t OP1, mpfr_t OP2,
1515 -- Function: int mpfr_ui_sub (mpfr_t ROP, unsigned long int OP1, mpfr_t
1517 -- Function: int mpfr_sub_ui (mpfr_t ROP, mpfr_t OP1, unsigned long int
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/cast/asm/
Dcast-586.pl145 local($i,$S,$L,$R,$K,$OP1,$OP2,$OP3,$tmp1,$tmp2,$tmp3,$tmp4)=@_;
152 &$OP1( $tmp4, $R);
185 &$OP1( $tmp1, $tmp2);
/netbsd/src/external/lgpl3/gmp/dist/doc/
Dgmp.info-12366 -- Function: void mpz_add (mpz_t ROP, const mpz_t OP1, const mpz_t OP2)
2367 -- Function: void mpz_add_ui (mpz_t ROP, const mpz_t OP1, unsigned long
2369 Set ROP to OP1 + OP2.
2371 -- Function: void mpz_sub (mpz_t ROP, const mpz_t OP1, const mpz_t OP2)
2372 -- Function: void mpz_sub_ui (mpz_t ROP, const mpz_t OP1, unsigned long
2374 -- Function: void mpz_ui_sub (mpz_t ROP, unsigned long int OP1, const
2376 Set ROP to OP1 - OP2.
2378 -- Function: void mpz_mul (mpz_t ROP, const mpz_t OP1, const mpz_t OP2)
2379 -- Function: void mpz_mul_si (mpz_t ROP, const mpz_t OP1, long int OP2)
2380 -- Function: void mpz_mul_ui (mpz_t ROP, const mpz_t OP1, unsigned long
[all …]
/netbsd/src/external/lgpl3/mpc/dist/tests/
Drootofunity.dat23 # INEX_RE INEX_IM PREC_ROP_RE ROP_RE PREC_ROP_IM ROP_IM OP1 OP2 RND_RE RND_IM
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple.def33 /* GIMPLE_COND <COND_CODE, OP1, OP2, TRUE_LABEL, FALSE_LABEL>
36 if (OP1 COND_CODE OP2) goto TRUE_LABEL else goto FALSE_LABEL
41 OP1 and OP2 are the operands used in the comparison. They must be
Dtree.def1062 the first OFF elements of the vector OP1.
1063 If OFF == 0, then the returned vector is OP1.
DChangeLog.tuples2168 OPERATION, OP1 and OP2 and derive their values from parameter STMT
2170 (gimple_mod_pow2): Remove formal parameters OPERATION, OP1 and OP2
2173 (gimple_mod_pow2_value_transform): Remove temporares OP, OP1 and OP2.
2175 (gimple_mode_subtract): Remove formal parameters OPERATION, OP1 and OP2
2178 (gimple_mod_subtract_transform): Remove temporares OP, OP1 and OP2.
Dmatch.pd2425 /* Convert (X OP1 CST1) && (X OP2 CST2). */
2491 /* Convert (X OP1 CST1) || (X OP2 CST2). */
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dstd-operator.def93 /* A sub-string/sub-array. Ada syntax: OP1(OP2..OP3). Return
94 elements OP2 through OP3 of OP1. */
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Dwhatsnew-2.1.txt550 #define OP1 1
/netbsd/src/external/bsd/libevent/dist/
Dwhatsnew-2.1.txt550 #define OP1 1
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Dvx-builtins.md546 ; Store bytes in OP1 from OP0 with the highest indexed byte to be
Ds390.md6118 ; Jump to label OP3 if OP1 + OP2 results in a signed overflow
6603 ; Jump to label OP3 if OP1 - OP2 results in a signed overflow
7171 ; Jump to label OP3 if OP1 * OP2 results in a signed overflow
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Drx.md782 Likewise if both operands are registers but OP1 == OP0. */

12