Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 25 of 197) sorted by relevance

12345678

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dcgen-accfp.c26 sim_fpu op2; in addsf() local
45 sim_fpu op2; in subsf() local
64 sim_fpu op2; in mulsf() local
83 sim_fpu op2; in divsf() local
102 sim_fpu op2; in remsf() local
189 sim_fpu op2; in minsf() local
208 sim_fpu op2; in maxsf() local
227 sim_fpu op2; in cmpsf() local
247 sim_fpu op2; in eqsf() local
258 sim_fpu op2; in nesf() local
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-builder.cc54 tree op2 = build_int_cst (TREE_TYPE (op1), val); in build_assign() local
76 build_assign (enum tree_code code, tree op1, tree op2, tree lhs) in build_assign()
84 build_assign (enum tree_code code, gimple *op1, tree op2, tree lhs) in build_assign()
90 build_assign (enum tree_code code, tree op1, gimple *op2, tree lhs) in build_assign()
96 build_assign (enum tree_code code, gimple *op1, gimple *op2, tree lhs) in build_assign()
Dgimple-match.h213 tree op0, tree op1, tree op2) in gimple_match_op()
225 tree op0, tree op1, tree op2, tree op3) in gimple_match_op()
238 tree op0, tree op1, tree op2, tree op3, in gimple_match_op()
287 tree op0, tree op1, tree op2) in set_op()
299 tree op0, tree op1, tree op2, bool reverse_in) in set_op()
312 tree op0, tree op1, tree op2, tree op3) in set_op()
325 tree op0, tree op1, tree op2, tree op3, tree op4) in set_op()
408 tree op1, tree op2) in gimple_build()
Drange-op.cc73 const irange &op1, const irange & op2) in empty_range_varying()
498 const irange &op2, relation_kind rel, in relop_early_resolve()
563 const irange &op2, in fold_range()
596 const irange &op2, in op1_range()
672 const irange &op2, in fold_range()
705 const irange &op2, in op1_range()
842 const irange &op2, in fold_range()
863 const irange &op2, in op1_range()
944 const irange &op2, in fold_range()
965 const irange &op2, in op1_range()
[all …]
/netbsd/src/external/bsd/ntp/dist/tests/libntp/
Dlfpfunc.c76 const l_fp op2 = second; in l_fp_scmp() local
92 const l_fp op2 = second; in l_fp_ucmp() local
304 l_fp op2 = l_fp_init(addsub_tab[idx][1].h, addsub_tab[idx][1].l); in test_AdditionLR() local
319 l_fp op2 = l_fp_init(addsub_tab[idx][0].h, addsub_tab[idx][0].l); in test_AdditionRL() local
339 l_fp op2 = l_fp_init(addsub_tab[idx][0].h, addsub_tab[idx][0].l); in test_SubtractionLR() local
356 l_fp op2 = l_fp_init(addsub_tab[idx][1].h, addsub_tab[idx][1].l); in test_SubtractionRL() local
376 l_fp op2 = l_fp_negate(op1); in test_Negation() local
398 l_fp op2 = l_fp_abs(op1); in test_Absolute() local
442 double op2 = l_fp_convert_to_double(op1); in test_FDF_RoundTrip() local
468 l_fp op2 = l_fp_init(tv[1].h, tv[1].l); in test_SignedRelOps() local
[all …]
/netbsd/src/external/lgpl3/gmp/dist/mpq/
Daors.c39 mpq_aors (mpq_ptr rop, mpq_srcptr op1, mpq_srcptr op2, in mpq_aors()
103 mpq_add (mpq_ptr rop, mpq_srcptr op1, mpq_srcptr op2) in mpq_add()
109 mpq_sub (mpq_ptr rop, mpq_srcptr op1, mpq_srcptr op2) in mpq_sub()
Dcmp.c157 mpq_cmp (mpq_srcptr op1, mpq_srcptr op2) in mpq_cmp()
163 mpq_cmp_z (mpq_srcptr op1, mpz_srcptr op2) in mpq_cmp_z()
Ddiv.c36 mpq_div (mpq_ptr quot, mpq_srcptr op1, mpq_srcptr op2) in mpq_div()
Dequal.c35 mpq_equal (mpq_srcptr op1, mpq_srcptr op2) __GMP_NOTHROW in mpq_equal()
Dcmp_ui.c50 mpq_t op2; in _mpq_cmp_ui() local
Dmul.c35 mpq_mul (mpq_ptr prod, mpq_srcptr op1, mpq_srcptr op2) in mpq_mul()
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dcp1.c537 uint64_t op2, in fp_test()
700 uint64_t op2, in fp_cmp()
743 uint64_t op2, in fp_r6_cmp()
886 uint64_t op2, in fp_binary()
950 uint64_t op2, in inner_mac()
1039 uint64_t op2, in fp_mac()
1085 uint64_t op2, in inner_fmac()
1138 uint64_t op2, in fp_fmac()
1275 uint64_t op2, in fp_add()
1285 uint64_t op2, in fp_sub()
[all …]
Dsim-main.h716 #define PackPS(op1,op2) pack_ps (SIM_ARGS, op1, op2, fmt_single) argument
769 #define Compare(op1,op2,fmt,cond,cc) \ argument
773 #define R6Compare(op1,op2,fmt,cond) fp_r6_cmp(SIM_ARGS, op1, op2, fmt, cond) argument
783 #define Add(op1,op2,fmt) fp_add(SIM_ARGS, op1, op2, fmt) argument
785 #define Sub(op1,op2,fmt) fp_sub(SIM_ARGS, op1, op2, fmt) argument
787 #define Multiply(op1,op2,fmt) fp_mul(SIM_ARGS, op1, op2, fmt) argument
789 #define Divide(op1,op2,fmt) fp_div(SIM_ARGS, op1, op2, fmt) argument
791 #define Min(op1,op2,fmt) fp_min(SIM_ARGS, op1, op2, fmt) argument
793 #define Max(op1,op2,fmt) fp_max(SIM_ARGS, op1, op2, fmt) argument
795 #define MinA(op1,op2,fmt) fp_mina(SIM_ARGS, op1, op2, fmt) argument
[all …]
/netbsd/src/external/lgpl3/gmp/dist/tests/mpz/
Dt-addsub.c33 mpz_t op1, op2, r1, r2; in main() local
109 dump_abort (int i, const char *s, mpz_t op1, mpz_t op2) in dump_abort()
Dt-mul.c66 mpz_t op1, op2; in main() local
184 mpz_t op1, mpz_t op2, mpz_t product, mpz_t ref_product) in dump_abort()
Ddive.c29 mpz_t op1, op2; in main() local
/netbsd/src/external/lgpl3/mpc/dist/tests/
Dtgeneric.c163 tgeneric_cfc (mpc_function *function, mpfr_ptr op1, mpc_ptr op2, in tgeneric_cfc()
199 tgeneric_ccf (mpc_function *function, mpc_ptr op1, mpfr_ptr op2, in tgeneric_ccf()
236 tgeneric_c_cc (mpc_function *function, mpc_ptr op1, mpc_ptr op2, in tgeneric_c_cc()
280 tgeneric_cccc (mpc_function *function, mpc_ptr op1, mpc_ptr op2, mpc_ptr op3, in tgeneric_cccc()
325 tgeneric_ccu (mpc_function *function, mpc_ptr op1, unsigned long int op2, in tgeneric_ccu()
361 tgeneric_cuc (mpc_function *function, unsigned long int op1, mpc_ptr op2, in tgeneric_cuc()
397 tgeneric_ccs (mpc_function *function, mpc_ptr op1, long int op2, in tgeneric_ccs()
434 tgeneric_cci (mpc_function *function, mpc_ptr op1, int op2, in tgeneric_cci()
471 unsigned long int op2, mpc_ptr op3, mpc_ptr rop, in tgeneric_cuuc()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Doperation.c66 Operation *op, *op2; in slap_op_q_destroy() local
148 Operation *op2 = NULL; in slap_op_free() local
/netbsd/src/external/lgpl3/mpc/dist/src/
Dadd_si.c24 mpc_add_si (mpc_ptr rop, mpc_srcptr op1, long int op2, mpc_rnd_t rnd) in mpc_add_si()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
Dformatted_ref.exp92 proc test_p_op1_equals_op2 {op1 op2} {
/netbsd/src/sys/arch/sh3/include/
Dsh_opcode.h14 unsigned op2: 8; member
20 unsigned op2: 8; member
27 unsigned op2: 4; member
82 unsigned op2: 8; member
88 unsigned op2: 8; member
94 unsigned op2: 4; member
/netbsd/src/external/gpl3/gdb/dist/sim/arm/
Darmemu.c2187 ARMword op2 = state->Reg[BITS (8, 11)]; in ARMul_Emulate32() local
2212 ARMword op2 = state->Reg[BITS (16, 19)]; in ARMul_Emulate32() local
2332 ARMdword op2 = state->Reg[BITS (8, 11)]; in ARMul_Emulate32() local
2360 ARMword op2 = state->Reg[BITS (16, 19)]; in ARMul_Emulate32() local
2485 ARMdword op2 = state->Reg[BITS (8, 11)]; in ARMul_Emulate32() local
2511 ARMword op2 = state->Reg[BITS (16, 19)]; in ARMul_Emulate32() local
2631 ARMword op2 = state->Reg[BITS (8, 11)]; in ARMul_Emulate32() local
2652 ARMword op2 = state->Reg[BITS (16, 19)]; in ARMul_Emulate32() local
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dformatted-ref.exp108 proc test_p_op1_equals_op2 {op1 op2} {
/netbsd/src/external/lgpl3/gmp/dist/mpz/
Dxor.c35 mpz_xor (mpz_ptr res, mpz_srcptr op1, mpz_srcptr op2) in mpz_xor()
/netbsd/src/games/hack/
Dhack.options.c96 char *op, *op2; in parseoptions() local

12345678