HomeSort by: relevance | last modified time | path
    Searched refs:op1 (Results 1 - 25 of 680) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/sim/common/
cgen-fpu.c 15 sim_fpu op1; local
17 sim_fpu_32to (&op1, x);
18 return sim_fpu_is_nan (&op1);
24 sim_fpu op1; local
26 sim_fpu_64to (&op1, x);
27 return sim_fpu_is_nan (&op1);
cgen-accfp.c 25 sim_fpu op1; local
31 sim_fpu_32to (&op1, x);
33 status = sim_fpu_add (&ans, &op1, &op2);
44 sim_fpu op1; local
50 sim_fpu_32to (&op1, x);
52 status = sim_fpu_sub (&ans, &op1, &op2);
63 sim_fpu op1; local
69 sim_fpu_32to (&op1, x);
71 status = sim_fpu_mul (&ans, &op1, &op2);
82 sim_fpu op1; local
101 sim_fpu op1; local
120 sim_fpu op1; local
137 sim_fpu op1; local
154 sim_fpu op1; local
171 sim_fpu op1; local
188 sim_fpu op1; local
207 sim_fpu op1; local
226 sim_fpu op1; local
246 sim_fpu op1; local
257 sim_fpu op1; local
268 sim_fpu op1; local
279 sim_fpu op1; local
290 sim_fpu op1; local
301 sim_fpu op1; local
312 sim_fpu op1; local
324 sim_fpu op1; local
336 sim_fpu op1; local
392 sim_fpu op1; local
403 sim_fpu op1; local
414 sim_fpu op1; local
425 sim_fpu op1; local
438 sim_fpu op1; local
457 sim_fpu op1; local
476 sim_fpu op1; local
495 sim_fpu op1; local
514 sim_fpu op1; local
533 sim_fpu op1; local
550 sim_fpu op1; local
567 sim_fpu op1; local
584 sim_fpu op1; local
601 sim_fpu op1; local
620 sim_fpu op1; local
639 sim_fpu op1; local
659 sim_fpu op1; local
670 sim_fpu op1; local
681 sim_fpu op1; local
692 sim_fpu op1; local
703 sim_fpu op1; local
714 sim_fpu op1; local
725 sim_fpu op1; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-fpu.c 15 sim_fpu op1; local
17 sim_fpu_32to (&op1, x);
18 return sim_fpu_is_nan (&op1);
24 sim_fpu op1; local
26 sim_fpu_64to (&op1, x);
27 return sim_fpu_is_nan (&op1);
cgen-accfp.c 25 sim_fpu op1; local
31 sim_fpu_32to (&op1, x);
33 status = sim_fpu_add (&ans, &op1, &op2);
44 sim_fpu op1; local
50 sim_fpu_32to (&op1, x);
52 status = sim_fpu_sub (&ans, &op1, &op2);
63 sim_fpu op1; local
69 sim_fpu_32to (&op1, x);
71 status = sim_fpu_mul (&ans, &op1, &op2);
82 sim_fpu op1; local
101 sim_fpu op1; local
120 sim_fpu op1; local
137 sim_fpu op1; local
154 sim_fpu op1; local
171 sim_fpu op1; local
188 sim_fpu op1; local
207 sim_fpu op1; local
226 sim_fpu op1; local
246 sim_fpu op1; local
257 sim_fpu op1; local
268 sim_fpu op1; local
279 sim_fpu op1; local
290 sim_fpu op1; local
301 sim_fpu op1; local
312 sim_fpu op1; local
324 sim_fpu op1; local
336 sim_fpu op1; local
392 sim_fpu op1; local
403 sim_fpu op1; local
414 sim_fpu op1; local
425 sim_fpu op1; local
438 sim_fpu op1; local
457 sim_fpu op1; local
476 sim_fpu op1; local
495 sim_fpu op1; local
514 sim_fpu op1; local
533 sim_fpu op1; local
550 sim_fpu op1; local
567 sim_fpu op1; local
584 sim_fpu op1; local
601 sim_fpu op1; local
620 sim_fpu op1; local
639 sim_fpu op1; local
659 sim_fpu op1; local
670 sim_fpu op1; local
681 sim_fpu op1; local
692 sim_fpu op1; local
703 sim_fpu op1; local
714 sim_fpu op1; local
725 sim_fpu op1; local
    [all...]
  /src/external/mit/isl/dist/
isl_imath.h 7 void isl_imath_addmul_ui(mp_int rop, mp_int op1, unsigned long op2);
8 void isl_imath_submul_ui(mp_int rop, mp_int op1, unsigned long op2);
9 void isl_imath_cdiv_q_ui(mp_int rop, mp_int op1, unsigned long op2);
10 void isl_imath_fdiv_q_ui(mp_int rop, mp_int op1, unsigned long op2);
  /src/external/lgpl3/mpc/dist/src/
add_si.c 24 mpc_add_si (mpc_ptr rop, mpc_srcptr op1, long int op2, mpc_rnd_t rnd)
28 inex_re = mpfr_add_si (mpc_realref (rop), mpc_realref (op1), op2, MPC_RND_RE (rnd));
29 inex_im = mpfr_set (mpc_imagref (rop), mpc_imagref (op1), MPC_RND_IM (rnd));
  /src/external/gpl3/gcc/dist/gcc/
gimple-builder.cc 48 the expression code for the RHS. OP1 is the first operand and VAL
52 build_assign (enum tree_code code, tree op1, int val, tree lhs)
54 tree op2 = build_int_cst (TREE_TYPE (op1), val);
56 lhs = make_ssa_name (get_expr_type (code, op1));
57 return gimple_build_assign (lhs, code, op1, op2);
68 have the opcode CODE and operands OP1 and OP2. The type of the
69 expression on the RHS is inferred to be the type of OP1.
76 build_assign (enum tree_code code, tree op1, tree op2, tree lhs)
79 lhs = make_ssa_name (get_expr_type (code, op1));
80 return gimple_build_assign (lhs, code, op1, op2)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-builder.cc 48 the expression code for the RHS. OP1 is the first operand and VAL
52 build_assign (enum tree_code code, tree op1, int val, tree lhs)
54 tree op2 = build_int_cst (TREE_TYPE (op1), val);
56 lhs = make_ssa_name (get_expr_type (code, op1));
57 return gimple_build_assign (lhs, code, op1, op2);
68 have the opcode CODE and operands OP1 and OP2. The type of the
69 expression on the RHS is inferred to be the type of OP1.
76 build_assign (enum tree_code code, tree op1, tree op2, tree lhs)
79 lhs = make_ssa_name (get_expr_type (code, op1));
80 return gimple_build_assign (lhs, code, op1, op2)
    [all...]
gimple-range-tests.cc 34 op1 = make_ssa_name (type);
37 tree expr = fold_build2 (PLUS_EXPR, type, op0, op1);
52 if (expr == op1)
61 tree op0, op1, type; member in class:selftest::test_expr_eval
  /src/sys/arch/hppa/spmath/
impys.S 62 op1: .equ 5 /* multiplicand */ label
74 stws,ma op1,4(%sp) ; save registers on stack
84 ldws 0(%arg0),op1 ; get multiplicand
87 xor op2,op1,sign ; sign(0) = sign of product
88 mpy1: comb,< op1,gr0,mpya ; br. if multiplicand < 0
90 addib,= 0,op1,fini0 ; op1 = 0, product = 0
116 ; ---- bits = 0001 ---- add op1, then shift 4 bits
118 addb,tr op1,pu,sh4n+4 ; add op1 to product, to shif
    [all...]
impyu.S 62 op1: .equ 5 ; multiplicand label
81 stws,ma op1,4(%sp) ; save registers on stack
90 ldws 0(%arg0),op1 ; get multiplicand
92 addib,= 0,op1,fini0 ; op1 = 0, product = 0
94 bb,>= op1,0,mpy1 ; test msb of multiplicand
100 extru,= op1,31,31,op1 ; clear msb of multiplicand
101 b mpy1 ; if op1 < 2**32, start multiply
133 ; ---- bits = 0001 ---- add op1, then shift 4 bit
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-addsub.c 33 mpz_t op1, op2, r1, r2; local
50 mpz_init (op1);
62 mpz_rrandomb (op1, rands, op1n);
71 mpz_neg (op1, op1);
77 mpz_add (r1, op1, op2);
79 if (mpz_cmp (r2, op1) != 0)
80 dump_abort (i, "mpz_add or mpz_sub incorrect", op1, op2);
85 mpz_add_ui (r1, op1, op2long);
87 if (mpz_cmp (r2, op1) != 0
    [all...]
dive.c 29 mpz_t op1, op2; local
47 mpz_init (op1);
59 mpz_rrandomb (op1, rands, size);
72 mpz_neg (op1, op1);
76 mpz_mul (prod, op1, op2);
81 if (mpz_cmp (quot, op1) != 0)
85 mpz_trace (" want ", op1);
93 mpz_clear (op1);
io.c 43 mpz_t op1, op2; local
62 mpz_init (op1);
67 if (mpz_out_str (fp, 63, op1) != 0)
73 if (mpz_out_str (fp, -37, op1) != 0)
86 mpz_rrandomb (op1, rands, size);
90 mpz_neg (op1, op1);
104 if (mpz_out_str (fp, base_out, op1) == 0
131 if (mpz_cmp (op1, op2))
134 printf ("op1 = "); debug_mp (op1, -16)
    [all...]
  /src/external/lgpl3/gmp/dist/mpq/
equal.c 35 mpq_equal (mpq_srcptr op1, mpq_srcptr op2) __GMP_NOTHROW
41 ASSERT_MPQ_CANONICAL (op1); variable
44 num1_size = SIZ(NUM(op1));
49 den1_size = SIZ(DEN(op1));
54 num1_ptr = PTR(NUM(op1));
61 den1_ptr = PTR(DEN(op1));
mul.c 35 mpq_mul (mpq_ptr prod, mpq_srcptr op1, mpq_srcptr op2)
46 if (op1 == op2)
49 mpz_mul (mpq_numref (prod), mpq_numref (op1), mpq_numref (op1));
50 mpz_mul (mpq_denref (prod), mpq_denref (op1), mpq_denref (op1));
54 op1_num_size = ABSIZ(NUM(op1));
55 op1_den_size = SIZ(DEN(op1));
85 numerator of PROD when we are finished with the numerators of OP1 and
88 mpz_gcd (gcd1, NUM(op1), DEN(op2))
    [all...]
aors.c 39 mpq_aors (mpq_ptr rop, mpq_srcptr op1, mpq_srcptr op2,
44 mp_size_t op1_num_size = ABSIZ(NUM(op1));
45 mp_size_t op1_den_size = SIZ(DEN(op1));
58 with the numerators of OP1 and OP2. */
60 mpz_gcd (gcd, DEN(op1), DEN(op2));
69 mpz_divexact_gcd (tmp2, DEN(op1), gcd);
71 mpz_mul (tmp1, NUM(op1), t);
93 mpz_mul (tmp1, NUM(op1), DEN(op2));
94 mpz_mul (tmp2, NUM(op2), DEN(op1));
96 mpz_mul (DEN(rop), DEN(op1), DEN(op2))
    [all...]
cmp_ui.c 37 _mpq_cmp_ui (mpq_srcptr op1, unsigned long int num2, unsigned long int den2)
39 mp_size_t num1_size = SIZ(NUM(op1));
40 mp_size_t den1_size = SIZ(DEN(op1));
54 cc = mpq_cmp (op1, op2);
85 cy_limb = mpn_mul_1 (tmp1_ptr, PTR(NUM(op1)), num1_size,
90 cy_limb = mpn_mul_1 (tmp2_ptr, PTR(DEN(op1)), den1_size,
  /src/external/lgpl3/gmp/dist/tests/mpq/
io.c 42 mpq_t op1, op2; local
61 mpq_init (op1);
73 mpz_errandomb (mpq_numref(op1), rands, 512L);
74 mpz_errandomb_nonzero (mpq_denref(op1), rands, 512L);
75 mpq_canonicalize (op1);
80 mpq_neg (op1, op1);
89 if (mpq_out_str (fp, base, op1) == 0
116 if (mpq_cmp (op1, op2))
119 printf ("op1 = "); debug_mp (op1, -16)
    [all...]
  /src/sys/arch/i386/i386/
db_disasm.c 111 #define op1(x) (x) macro
135 { "sgdt", false, NONE, op1(E), 0 },
138 { "lidt", false, NONE, op1(E), 0 },
139 { "smsw", false, NONE, op1(E), 0 },
141 { "lmsw", false, NONE, op1(E), 0 },
157 { "fxsave", false, NONE, op1(E), 0 },
158 { "fxrstor", false, NONE, op1(E), 0 },
159 { "ldmxcsr", false, NONE, op1(E), 0 },
160 { "stmxcsr", false, NONE, op1(E), 0 },
161 { "xsave", false, NONE, op1(E), 0 }
    [all...]
  /src/external/bsd/ntp/dist/tests/libntp/
lfpfunc.c 75 const l_fp op1 = first; local
78 a[0] = op1.l_uf; a[1] = op1.l_ui; a[2] = 0;
81 a[2] -= (op1.l_i < 0);
91 const l_fp op1 = first; local
94 a[0] = op1.l_uf; a[1] = op1.l_ui; a[2] = 0;
303 l_fp op1 = l_fp_init(addsub_tab[idx][0].h, addsub_tab[idx][0].l); local
306 l_fp res = l_fp_add(op1, op2);
320 l_fp op1 = l_fp_init(addsub_tab[idx][1].h, addsub_tab[idx][1].l) local
341 l_fp op1 = l_fp_init(addsub_tab[idx][2].h, addsub_tab[idx][2].l); local
357 l_fp op1 = l_fp_init(addsub_tab[idx][2].h, addsub_tab[idx][2].l); local
375 l_fp op1 = l_fp_init(addsub_tab[idx][0].h, addsub_tab[idx][0].l); local
397 l_fp op1 = l_fp_init(addsub_tab[idx][0].h, addsub_tab[idx][0].l); local
441 l_fp op1 = l_fp_init(addsub_tab[idx][0].h, addsub_tab[idx][0].l); local
467 l_fp op1 = l_fp_init(tv[0].h, tv[0].l); local
511 l_fp op1 = l_fp_init(tv[0].h, tv[0].l); local
    [all...]
  /src/sys/arch/amd64/amd64/
db_disasm.c 128 #define op1(x) (x) macro
191 { "rdrand",true, LONG, op1(Rv), 0 },
192 { "rdseed",true, LONG, op1(Rv), 0 }
196 /*00*/ { "", true, NONE, op1(Ew), db_Grp6 },
197 /*01*/ { "", true, NONE, op1(Ew), db_Grp7 },
295 /*80*/ { "jo", false, NONE, op1(Dl), 0 },
296 /*81*/ { "jno", false, NONE, op1(Dl), 0 },
297 /*82*/ { "jb", false, NONE, op1(Dl), 0 },
298 /*83*/ { "jnb", false, NONE, op1(Dl), 0 },
299 /*84*/ { "jz", false, NONE, op1(Dl), 0 }
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-gimplify.cc 83 tree op1 = TREE_OPERAND (*expr_p, 1); local
85 if (error_operand_p (op0) || error_operand_p (op1))
89 if (empty_modify_p (TREE_TYPE (op0), op1))
94 if (TREE_SIDE_EFFECTS (op1))
95 gimplify_and_add (op1, pre_p);
103 if ((AGGREGATE_TYPE_P (TREE_TYPE (op0)) || AGGREGATE_TYPE_P (TREE_TYPE (op1)))
104 && !useless_type_conversion_p (TREE_TYPE (op1), TREE_TYPE (op0)))
107 TREE_TYPE (op0), op1);
112 if ((bit_field_ref (op0) || bit_field_ref (op1))
113 && TREE_TYPE (op0) != TREE_TYPE (op1))
193 tree op1 = TREE_OPERAND (*expr_p, 1); local
228 tree op1 = TREE_OPERAND (*expr_p, 1); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
arith.cc 445 gfc_arith_not (gfc_expr *op1, gfc_expr **resultp)
449 if (op1->ts.type != BT_LOGICAL)
452 result = gfc_get_constant_expr (BT_LOGICAL, op1->ts.kind, &op1->where);
453 result->value.logical = !op1->value.logical;
461 gfc_arith_and (gfc_expr *op1, gfc_expr *op2, gfc_expr **resultp)
465 if (op1->ts.type != BT_LOGICAL || op2->ts.type != BT_LOGICAL)
468 result = gfc_get_constant_expr (BT_LOGICAL, gfc_kind_max (op1, op2),
469 &op1->where);
470 result->value.logical = op1->value.logical && op2->value.logical
    [all...]
  /src/sys/arch/sh3/include/
sh_opcode.h 12 unsigned op1: 4; member in struct:__anon1879::__anon1881
18 unsigned op1: 4; member in struct:__anon1879::__anon1882
24 unsigned op1: 4; member in struct:__anon1879::__anon1883
84 unsigned op1: 4; member in struct:__anon1879::__anon1893
90 unsigned op1: 4; member in struct:__anon1879::__anon1894
97 unsigned op1: 4; member in struct:__anon1879::__anon1895

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>