Searched refs:w2 (Results 226 - 249 of 249) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dprofile-fr550.c208 #define REG_OVERLAP(r1, w1, r2, w2) ( \
209 (r1) + (w1) - 1 >= (r2) && (r2) + (w2) - 1 >= (r1) \
/netbsd-current/sys/crypto/chacha/arch/arm/
H A Dchacha_neon_64.S282 * uint32_t blkno@w2,
304 dup v12.4s, w2 /* v12 := (blkno, blkno, blkno, blkno) */
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-phiopt.cc1882 wide_int w2 = wi::add (w1, 1); local
1887 alt_smaller = wide_int_to_tree (TREE_TYPE (op1), w2);
1894 alt_larger = wide_int_to_tree (TREE_TYPE (op1), w2);
H A Dtree-ssa-strlen.cc5494 widest_int w2 = wi::to_widest (off) + coff;
5495 if (w1 == w2
5520 else if (w1 > w2)
H A Dtree-ssa-math-opts.cc4862 wide_int w2 = wi::two (TYPE_PRECISION (integer_type_node)); local
4863 set_range_info (lhs, VR_RANGE, wm1, w2);
H A Dfold-const.cc1382 wi::tree_to_wide_ref w2 = wi::to_wide (arg2);
1383 f2.data.high = w2.elt (1);
1384 f2.data.low = w2.ulow ();
/netbsd-current/external/bsd/unbound/dist/services/
H A Doutside_network.c183 struct waiting_tcp* w2 = (struct waiting_tcp*)key2; local
184 if(w1->id < w2->id)
186 if(w1->id > w2->id)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c5534 widest_int w2 = wi::to_widest (off) + coff; local
5535 if (w1 == w2
5560 else if (w1 > w2)
H A Dfold-const.c1378 wi::tree_to_wide_ref w2 = wi::to_wide (arg2);
1379 f2.data.high = w2.elt (1);
1380 f2.data.low = w2.ulow ();
/netbsd-current/sys/dev/marvell/
H A Dmvxpsec.c3601 mvxpsec_dump_acc_encdata(const char *name, uint32_t w, uint32_t w2) argument
3609 MV_ACC_DESC_GET_VAL_1(w) + MV_ACC_DESC_GET_VAL_1(w2) - 1);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dsve.d195 [^:]+: 05203840 mov z0.b, w2
196 [^:]+: 05203840 mov z0.b, w2
205 [^:]+: 05603840 mov z0.h, w2
206 [^:]+: 05603840 mov z0.h, w2
215 [^:]+: 05a03840 mov z0.s, w2
216 [^:]+: 05a03840 mov z0.s, w2
6619 [^:]+: 25a22000 ctermeq w0, w2
6620 [^:]+: 25a22000 ctermeq w0, w2
6639 [^:]+: 25a22010 ctermne w0, w2
6640 [^:]+: 25a22010 ctermne w0, w2
[all...]
H A Dsve.s204 mov z0.b, w2
214 mov z0.h, w2
224 mov z0.s, w2
6628 ctermeq w0, w2
6648 ctermne w0, w2
7515 dup z0.b, w2
7525 dup z0.h, w2
7535 dup z0.s, w2
13341 index z0.b, w2, w0
13355 index z0.h, w2, w
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbreakpoint.c6676 struct watchpoint *w2 = (struct watchpoint *) loc2->owner;
6680 gdb_assert (w2 != NULL);
6693 || (w2->cond_exp
6697 w2->cond_exp.get ())))
6671 struct watchpoint *w2 = (struct watchpoint *) loc2->owner; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbreakpoint.c7088 struct watchpoint *w2 = (struct watchpoint *) loc2->owner;
7092 gdb_assert (w2 != NULL);
7105 || (w2->cond_exp
7109 w2->cond_exp.get ())))
7083 struct watchpoint *w2 = (struct watchpoint *) loc2->owner; local
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d96 const w1 = new Widget, w2 = new Widget;
98 // w1 = w2 would not work; can't rebind const object
103 r = w2;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d106 const w1 = new Widget, w2 = new Widget;
108 // w1 = w2 would not work; can't rebind const object
114 r = w2;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-ia64.c1361 unsigned long w2)
1371 count += output_leb128 (bytes + count, w2 >> 4, 0);
1358 output_P7_format(vbyte_func f, unw_record_type rtype, unsigned long w1, unsigned long w2) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-ia64.c1363 unsigned long w2)
1373 count += output_leb128 (bytes + count, w2 >> 4, 0);
1360 output_P7_format(vbyte_func f, unw_record_type rtype, unsigned long w1, unsigned long w2) argument
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ia64.c1361 unsigned long w2)
1371 count += output_leb128 (bytes + count, w2 >> 4, 0);
1358 output_P7_format(vbyte_func f, unw_record_type rtype, unsigned long w1, unsigned long w2) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c9265 warning_sentinel w2 (warn_ignored_qualifiers);
H A Ddecl.c6585 warning_sentinel w2 (warn_ignored_qualifiers);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc9806 warning_sentinel w2 (warn_ignored_qualifiers);
H A Ddecl.cc7140 warning_sentinel w2 (warn_ignored_qualifiers);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dsanity.sh16697 touch w1 w2 w3 nw1
16698 dotest devcom2-3 "${testcvs} add w1 w2 w3 nw1" "${DOTSTAR}"
16703 dotest devcom2-4 "${testcvs} watch on w2" ''
16723 U first-dir/w2
16727 dotest_fail devcom2-10 "test -w first-dir/w2" ''
16753 U first${PLUS}dir/w2
16807 touch w1 w2
16808 dotest devcom3-2 "${testcvs} add w1 w2" "${DOTSTAR}"
16809 dotest devcom3-3 "${testcvs} watch on w1 w2" ''
[all...]

Completed in 919 milliseconds

12345678910