Home
last modified time | relevance | path

Searched refs:unordered (Results 1 – 25 of 150) sorted by relevance

123456

/netbsd/src/external/gpl3/binutils/dist/cpu/
Dor1korfpx.cpu257 (define-pmacro (float-setflag-unordered-cmp-symantics mnemonic mode r1 r2)
258 (set BI sys-sr-f (or (unordered mode r1 r2)
261 (define-pmacro (float-setflag-unordered-symantics mnemonic mode r1 r2)
262 (set BI sys-sr-f (unordered mode r1 r2)))
264 (define-pmacro (float-setflag-unordered-insn mnemonic)
267 float-setflag-unordered-cmp-symantics))
275 (float-setflag-unordered-insn eq)
276 (float-setflag-unordered-insn ne)
277 (float-setflag-unordered-insn gt)
278 (float-setflag-unordered-insn ge)
[all …]
Dfrv.cpu5923 (conditional-branch-f fb ue OP_07 Fue "float branch unordered or equal")
5924 (conditional-branch-f fb ul OP_07 Ful "float branch unordered or less")
5927 (conditional-branch-f fb uge OP_07 Fuge "float branch unordered, greater,equal")
5928 (conditional-branch-f fb ug OP_07 Fug "float branch unordered or greater")
5931 (conditional-branch-f fb ule OP_07 Fule "float branch unordered, less or equal")
5932 (conditional-branch-f fb u OP_07 Fu "float branch unordered")
6042 (conditional-branch-cclr fb ue F OP_0E OPE3_06 Fue FR-ACCESS "float branch unordered or equal")
6043 (conditional-branch-cclr fb ul F OP_0E OPE3_06 Ful FR-ACCESS "float branch unordered or less")
6046 (conditional-branch-cclr fb uge F OP_0E OPE3_06 Fuge FR-ACCESS "float branch unordered, greater, eq…
6047 (conditional-branch-cclr fb ug F OP_0E OPE3_06 Fug FR-ACCESS "float branch unordered or greater")
[all …]
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dor1korfpx.cpu257 (define-pmacro (float-setflag-unordered-cmp-symantics mnemonic mode r1 r2)
258 (set BI sys-sr-f (or (unordered mode r1 r2)
261 (define-pmacro (float-setflag-unordered-symantics mnemonic mode r1 r2)
262 (set BI sys-sr-f (unordered mode r1 r2)))
264 (define-pmacro (float-setflag-unordered-insn mnemonic)
267 float-setflag-unordered-cmp-symantics))
275 (float-setflag-unordered-insn eq)
276 (float-setflag-unordered-insn ne)
277 (float-setflag-unordered-insn gt)
278 (float-setflag-unordered-insn ge)
[all …]
Dfrv.cpu5923 (conditional-branch-f fb ue OP_07 Fue "float branch unordered or equal")
5924 (conditional-branch-f fb ul OP_07 Ful "float branch unordered or less")
5927 (conditional-branch-f fb uge OP_07 Fuge "float branch unordered, greater,equal")
5928 (conditional-branch-f fb ug OP_07 Fug "float branch unordered or greater")
5931 (conditional-branch-f fb ule OP_07 Fule "float branch unordered, less or equal")
5932 (conditional-branch-f fb u OP_07 Fu "float branch unordered")
6042 (conditional-branch-cclr fb ue F OP_0E OPE3_06 Fue FR-ACCESS "float branch unordered or equal")
6043 (conditional-branch-cclr fb ul F OP_0E OPE3_06 Ful FR-ACCESS "float branch unordered or less")
6046 (conditional-branch-cclr fb uge F OP_0E OPE3_06 Fuge FR-ACCESS "float branch unordered, greater, eq…
6047 (conditional-branch-cclr fb ug F OP_0E OPE3_06 Fug FR-ACCESS "float branch unordered or greater")
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
Dxmethods.py576 def __init__(self, unordered): argument
577 self._unordered = unordered
623 unordered = 'unordered' in self._name
624 return method.worker_class(unordered)
/netbsd/src/sys/arch/atari/atari/
Dvectors.s100 ASVECTOR(bsun) | 48: FPCP branch/set on unordered cond
108 VECTOR(fpfault) | 48: FPCP branch/set on unordered cond
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20077785 * tr1/6_containers/unordered
7786 * tr1/6_containers/unordered/23781.cc
7787 * tr1/6_containers/unordered/capacity
7788 * tr1/6_containers/unordered/capacity/29134-map.cc
7789 * tr1/6_containers/unordered/capacity/29134-multimap.cc
7790 * tr1/6_containers/unordered/capacity/29134-multiset.cc
7791 * tr1/6_containers/unordered/capacity/29134-set.cc
7792 * tr1/6_containers/unordered/erase
7793 * tr1/6_containers/unordered/erase/24061-map.cc
7794 * tr1/6_containers/unordered/erase/24061-multimap.cc
[all …]
DChangeLog-200526 * testsuite/tr1/6_containers/unordered/instantiate/set.cc: Just
28 * testsuite/tr1/6_containers/unordered/instantiate/map.cc: Likewise.
29 * testsuite/tr1/6_containers/unordered/instantiate/hash.cc: Likewise.
30 * testsuite/tr1/6_containers/unordered/instantiate/multiset.cc:
32 * testsuite/tr1/6_containers/unordered/instantiate/multimap.cc:
55 * testsuite/tr1/6_containers/unordered/insert/multiset_range.cc
57 * testsuite/tr1/6_containers/unordered/insert/set_range.cc
993 * testsuite/tr1/6_containers/unordered/hash/24799.cc: New.
1259 * testsuite/tr1/6_containers/unordered/erase/24061-map.cc: New.
1260 * testsuite/tr1/6_containers/unordered/erase/24061-multimap.cc: New.
[all …]
/netbsd/src/lib/libc/arch/sparc64/gen/
Dmodf.S117 fbuge Lbig ! if >= (or unordered), go out
/netbsd/src/lib/libc/arch/sparc/gen/
Dmodf.S122 fbuge Lbig ! if >= (or unordered), go out
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mmix/
Dmmix-modes.def47 insn. The result is (integer) 1 if a is unordered to b, otherwise the
Dpredicates.md23 (match_code "ne, eq, le, ge, lt, gt, ordered, unordered"))
/netbsd/src/sys/arch/m68k/fpsp/
Dx_bsun.sa36 * fpsp_bsun --- FPSP handler for branch/set on unordered exception
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dtypeindex53 * (23.6) and in unordered associative containers (23.7).
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc-modes.def46 will generate an exception if the result is unordered (CCFPEmode) and
/netbsd/src/external/bsd/kyua-cli/dist/utils/text/
Doperations.ipp42 /// is unordered, the ordering in the output is undefined.
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dcompare65 // less=0xff, equiv=0x00, greater=0x01, unordered=0x02
86 static const partial_ordering unordered;
165 partial_ordering::unordered(__cmp_cat::_Ncmp::_Unordered);
597 else // unordered, at least one argument is NaN
1169 : partial_ordering::unordered;
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dcp1.c546 int less, equal, unordered; in fp_test() local
575 unordered = 1; in fp_test()
586 unordered = 0; in fp_test()
590 || ((cond & (1 << 0)) && unordered)); in fp_test()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dpredicates.md603 ;; then we can use the FP unordered-signaling instructions to implement the
604 ;; FP unordered-quiet comparison predicates.
608 (match_code "ordered,unordered"))
/netbsd/src/sys/external/bsd/sljit/dist/
DAPI_CHANGES106 Reason: all architectures call these unordered comparions.
/netbsd/src/external/gpl2/lvm2/dist/doc/
Dtagging.txt3 1) Ability to attach an unordered list of tags to LVM metadata objects.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dpredicates.md566 (match_code "ordered,unordered")))
588 (match_code "eq,le,lt,unordered"))
/netbsd/src/external/bsd/openldap/dist/doc/drafts/
Ddraft-chu-ldap-xordered-xx.txt64 content of data, despite the inherently unordered structure of
124 unordered, often causes grief to users migrating their data into
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dpredicates.md479 unordered,ordered,unlt,unle,unge,ungt"))
495 (match_code "eq,ne,le,lt,ge,gt,geu,gtu,leu,ltu,unordered,
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Dpredicates.md304 (match_code "eq,ne,lt,ge,ordered,unordered")

123456