| /netbsd/src/external/gpl3/binutils/dist/cpu/ |
| D | or1korfpx.cpu | 257 (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 …]
|
| D | frv.cpu | 5923 (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/ |
| D | or1korfpx.cpu | 257 (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 …]
|
| D | frv.cpu | 5923 (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/ |
| D | xmethods.py | 576 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/ |
| D | vectors.s | 100 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/ |
| D | ChangeLog-2007 | 7785 * 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 …]
|
| D | ChangeLog-2005 | 26 * 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/ |
| D | modf.S | 117 fbuge Lbig ! if >= (or unordered), go out
|
| /netbsd/src/lib/libc/arch/sparc/gen/ |
| D | modf.S | 122 fbuge Lbig ! if >= (or unordered), go out
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mmix/ |
| D | mmix-modes.def | 47 insn. The result is (integer) 1 if a is unordered to b, otherwise the
|
| D | predicates.md | 23 (match_code "ne, eq, le, ge, lt, gt, ordered, unordered"))
|
| /netbsd/src/sys/arch/m68k/fpsp/ |
| D | x_bsun.sa | 36 * fpsp_bsun --- FPSP handler for branch/set on unordered exception
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | typeindex | 53 * (23.6) and in unordered associative containers (23.7).
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| D | sparc-modes.def | 46 will generate an exception if the result is unordered (CCFPEmode) and
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/text/ |
| D | operations.ipp | 42 /// is unordered, the ordering in the output is undefined.
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| D | compare | 65 // 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/ |
| D | cp1.c | 546 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/ |
| D | predicates.md | 603 ;; 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/ |
| D | API_CHANGES | 106 Reason: all architectures call these unordered comparions.
|
| /netbsd/src/external/gpl2/lvm2/dist/doc/ |
| D | tagging.txt | 3 1) Ability to attach an unordered list of tags to LVM metadata objects.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| D | predicates.md | 566 (match_code "ordered,unordered"))) 588 (match_code "eq,le,lt,unordered"))
|
| /netbsd/src/external/bsd/openldap/dist/doc/drafts/ |
| D | draft-chu-ldap-xordered-xx.txt | 64 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/ |
| D | predicates.md | 479 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/ |
| D | predicates.md | 304 (match_code "eq,ne,lt,ge,ordered,unordered")
|