/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/ |
H A D | t10_and.exp | 3 # This program is free software; you can redistribute it and/or modify 17 # Please email any bugs, comments, and/or additions to this file to: 55 gdb_test "x /i _start" "and.b\t#0x12(:8|),r1h" \ 56 "and.b #0x12:8,r1h" 57 gdb_test "x" "and.b\t#0x12(:8|),@er1" \ 58 "and.b #0x12:8,@er1" 59 gdb_test "x" "and.b\t#0x12(:8|),@\\(0x3(:2|),er1\\)" \ 60 "and.b #0x12:8,@(0x3:2,er1)" 61 gdb_test "x" "and.b\t#0x12(:8|),@er1\\+" \ 62 "and.b #0x12:8,@er1+" [all …]
|
H A D | t10_and.s | 8 and.b #0x12:8,r1h ;e112 9 and.b #0x12:8,@er1 ;7d10e012 10 and.b #0x12:8,@(0x3:2,er1) ;01776818e012 11 and.b #0x12:8,@er1+ ;01746c18e012 12 and.b #0x12:8,@-er1 ;01776c18e012 13 and.b #0x12:8,@+er1 ;01756c18e012 14 and.b #0x12:8,@er1- ;01766c18e012 15 and.b #0x12:8,@(0x1234:16,er1) ;01746e181234e012 16 and.b #0x12:8,@(0x12345678:32,er1) ;78146a2812345678e012 17 and.b #0x12:8,@(0x1234:16,r2l.b) ;01756e281234e012 [all …]
|
/openbsd-src/gnu/gcc/gcc/config/i386/ |
H A D | athlon.md | 3 ;; The Athlon does contain three pipelined FP units, three integer units and 10 ;; Three DirectPath instructions decoders and only one VectorPath decoder 15 ;; it to the specialized integer (18 entry) and fp (36 entry) schedulers. 23 (and (eq_attr "type" "push") 26 (and (eq_attr "type" "fmov") 27 (and (eq_attr "memory" "load,store") 52 ;; to decode when decoder2 and decoder0 in next cycle 57 ;; and other units, we model decoder as two stage fully pipelined unit 58 ;; and only double decoded instruction may occupy unit in the first cycle. 64 ;; We solve that by specialized vector decoder unit and exclusion set. [all …]
|
H A D | ppro.md | 6 ;; GCC is free software; you can redistribute it and/or modify 22 ;; and Xeon lines of CPUs. The DFA scheduler description in this file is 39 ;; So, the P6 CPUs have out-of-order cores, but the instruction decoder and 62 ;; - Figure out where the p0 and p1 reservations come from. These 67 ;; The ppro_idiv and ppro_fdiv automata are used to model issue 68 ;; latencies of idiv and fdiv type insns. 73 ;; two uops, and simple read-modify instructions also take two uops. 82 ;; decoder 0, and this takes an unspecified number of cycles. 91 ;; decoder1 and decoder2 from being reserved until decoder 0 is 127 ;; reg-reg operation, 1 uop per load on port 2. and 2 uops per store [all …]
|
H A D | k6.md | 7 ;; GCC is free software; you can redistribute it and/or modify 23 ;; that there are only two decoders and they seems to be much slower than 40 ;; completely and it is only used to model lea operation. 51 ;; The fp unit is not pipelined, and it can only do one operation per two 55 ;; the old description, and a lot easier to extend to something more 66 ;; purposes, the long and vector decoder can be modelled as one decoder. 80 ;; Shift instructions and certain arithmetic are issued only on Integer X. 82 (and (eq_attr "cpu" "k6") 83 (and (eq_attr "type" "ishift,ishift1,rotate,rotate1,alu1,negnot,cld") 88 (and (eq_attr "cpu" "k6") [all …]
|
H A D | pentium.md | 6 ;; GCC is free software; you can redistribute it and/or modify 36 ;; and doesn't hurt much on MMX. (Prefixed instructions are not very 43 (and (eq_attr "type" "pop,push") 50 (and (eq_attr "type" "ishift") 53 (and (eq_attr "type" "rotate") 56 (and (eq_attr "type" "ishift1") 59 (and (eq_attr "type" "rotate1") 62 (and (eq_attr "type" "call") 65 (and (eq_attr "type" "callv") 73 ;; Pentium do have U and V pipes. Instruction to both pipes [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | X86DisassemblerDecoderCommon.h | 10 // It contains common definitions used by both the disassembler and the table 84 ENUM_ENTRY(IC_OPSIZE_ADSIZE, 4, "requires ADSIZE and OPSIZE prefixes") \ 99 ENUM_ENTRY(IC_64BIT_REXW_ADSIZE, 6, "requires a REX.W prefix and 0x67 " \ 120 ENUM_ENTRY(IC_VEX_XS, 2, "requires VEX and the XS prefix") \ 121 ENUM_ENTRY(IC_VEX_XD, 2, "requires VEX and the XD prefix") \ 122 ENUM_ENTRY(IC_VEX_OPSIZE, 2, "requires VEX and the OpSize prefix") \ 123 ENUM_ENTRY(IC_VEX_W, 3, "requires VEX and the W prefix") \ 124 ENUM_ENTRY(IC_VEX_W_XS, 4, "requires VEX, W, and XS prefix") \ 125 ENUM_ENTRY(IC_VEX_W_XD, 4, "requires VEX, W, and XD prefix") \ 126 ENUM_ENTRY(IC_VEX_W_OPSIZE, 4, "requires VEX, W, and OpSize") \ [all …]
|
/openbsd-src/gnu/usr.bin/perl/t/comp/ |
H A D | colon.t | 6 # ABC LABEL XYZZY m q qq qw qx s tr y AUTOLOAD and alarm 26 ok 1, (eval "package ABC; sub zyx {1}; 1;" and 27 eval "ABC::zyx" and 28 not eval "ABC:: eq ABC||" and 31 ok 2, (eval "package LABEL; sub zyx {1}; 1;" and 32 eval "LABEL::zyx" and 33 not eval "LABEL:: eq LABEL||" and 36 ok 3, (eval "package XYZZY; sub zyx {1}; 1;" and 37 eval "XYZZY::zyx" and 38 not eval "XYZZY:: eq XYZZY||" and [all …]
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | contrib.texi | 21 and iterators. 24 John David Anglin for threading-related fixes and improvements to 25 libstdc++-v3, and the HP-UX port. 32 Abramo and Roberto Bagnara for the SysV68 Motorola 3300 Delta Series 49 Godmar Back for his Java improvements and encouragement. 65 Geoff Berry for his Java object serialization work and various patches. 68 Uros Bizjak for the implementation of x87 math built-in functions and 69 for various middle end and i386 back end improvements and bugfixes. 72 Eric Blake for helping to make GCJ and libgcj conform to the 83 garbage collector}, IA-64 libffi port, and other Java work. [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
H A D | contrib.texi | 21 and iterators. 24 John David Anglin for threading-related fixes and improvements to 25 libstdc++-v3, and the HP-UX port. 41 Godmar Back for his Java improvements and encouragement. 57 Geoff Berry for his Java object serialization work and various patches. 60 Eric Blake for helping to make GCJ and libgcj conform to the 68 garbage collector}, IA-64 libffi port, and other Java work. 71 Neil Booth for work on cpplib, lang hooks, debug hooks and other 75 Eric Botcazou for fixing middle- and backend bugs left and right. 78 Per Bothner for his direction via the steering committee and various [all …]
|
/openbsd-src/usr.sbin/unbound/ |
H A D | README-Travis.md | 3 …and above leverage Travis CI to increase coverage of compilers and platforms. Compilers include Cl… 5 …and x86_64. The Android recipes build and install OpenSSL and Expat, and then builds Unbound. The … 7 iOS is tested for iPhoneOS, WatchOS, AppleTVOS, iPhoneSimulator, AppleTVSimulator and WatchSimulato… 9 …l keys like `os:` and `compiler:` so there is no matrix expansion. Instead Unbound specifies the e… 13 … tests Clang and GCC on various hardware. The hardware includes AMD64, Aarch64, PowerPC and s390x.… 32 …ds are tested using Clang and GCC, for a total of four builds. The first sanitizer is Undefined Be… 51 When the Travis script encounters a sanitizer it uses different `CFLAGS` and configuration string. 69 …and x86_64 architectures. The builds are trickier than other builds for several reasons. The testi… 94 …nvironmental variables `ANDROID_NDK_ROOT` and `ANDROID_SDK_ROOT`. This is an important step becaus… 96 …y have the necessary tools installed. You should ensure `ANDROID_NDK_ROOT` and `ANDROID_SDK_ROOT` … [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Support/BLAKE3/ |
H A D | LICENSE | 10 CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 15 PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 22 exclusive Copyright and Related Rights (defined below) upon the creator 23 and subsequent owner(s) (each and all, an "owner") of an original work of 24 authorship and/or a database (each, a "Work"). 27 the purpose of contributing to a commons of creative, cultural and 28 scientific works ("Commons") that the public can reliably and without fear 30 works, reuse and redistribute as freely as possible in any form whatsoever 31 and for any purposes, including without limitation commercial purposes. 33 culture and the further production of creative, cultural and scientific [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | BuiltinsNVPTX.def | 73 #pragma push_macro("AND") 74 #define AND(a, b) "(" a "),(" b ")" 126 TARGET_BUILTIN(__nvvm_fmin_f16, "hhh", "", AND(SM_80, PTX70)) 127 TARGET_BUILTIN(__nvvm_fmin_ftz_f16, "hhh", "", AND(SM_80, PTX70)) 128 TARGET_BUILTIN(__nvvm_fmin_nan_f16, "hhh", "", AND(SM_80, PTX70)) 129 TARGET_BUILTIN(__nvvm_fmin_ftz_nan_f16, "hhh", "", AND(SM_80, PTX70)) 130 TARGET_BUILTIN(__nvvm_fmin_xorsign_abs_f16, "hhh", "", AND(SM_86, PTX72)) 131 TARGET_BUILTIN(__nvvm_fmin_ftz_xorsign_abs_f16, "hhh", "", AND(SM_86, PTX72)) 132 TARGET_BUILTIN(__nvvm_fmin_nan_xorsign_abs_f16, "hhh", "", AND(SM_86, PTX72)) 134 AND(SM_86, PTX72)) [all …]
|
/openbsd-src/gnu/gcc/gcc/config/mips/ |
H A D | sb1.md | 7 ;; pipes, and 1 MDMX pipes. It can issue 2 ls insns and 2 exe/fpu/mdmx insns 13 ;; simple alu operations issue to ls1 if it is still available, and their 21 ;; In 32-bit mode, dependent FP can't co-issue with load, and only one FP exe 44 ;; The divide unit is not pipelined, and blocks hi/lo reads and writes. 53 ;; Can only issue to one of the ex and fp pipes at a time. 58 ;; We can use 2 FP pipes only if we have 64-bit FP code, and exceptions are 62 (cond [(and (ne (symbol_ref "TARGET_FLOAT64") (const_int 0)) 78 ;; ??? Try limiting scheduler to 2 long latency operations, and see if this 79 ;; results in a usable DFA, and whether it helps code performance. 93 (and (eq_attr "cpu" "sb1,sb1a") [all …]
|
H A D | 5500.md | 19 (and (eq_attr "cpu" "r5500") 25 (and (eq_attr "cpu" "r5500") 30 (and (eq_attr "cpu" "r5500") 40 (and (eq_attr "cpu" "r5500") 47 (and (eq_attr "cpu" "r5500") 53 (and (eq_attr "cpu" "r5500") 58 (and (eq_attr "cpu" "r5500") 68 (and (eq_attr "cpu" "r5500") 73 (and (eq_attr "cpu" "r5500") 80 (and (eq_attr "cpu" "r5500") [all …]
|
H A D | 5400.md | 17 (and (eq_attr "cpu" "r5400") 23 (and (eq_attr "cpu" "r5400") 28 (and (eq_attr "cpu" "r5400") 33 (and (eq_attr "cpu" "r5400") 38 (and (eq_attr "cpu" "r5400") 46 (and (eq_attr "cpu" "r5400") 52 (and (eq_attr "cpu" "r5400") 57 (and (eq_attr "cpu" "r5400") 62 (and (eq_attr "cpu" "r5400") 67 (and (eq_attr "cpu" "r5400") [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | 5500.md | 19 (and (eq_attr "cpu" "r5500") 25 (and (eq_attr "cpu" "r5500") 30 (and (eq_attr "cpu" "r5500") 35 (and (eq_attr "cpu" "r5500") 43 (and (eq_attr "cpu" "r5500") 49 (and (eq_attr "cpu" "r5500") 54 (and (eq_attr "cpu" "r5500") 59 (and (eq_attr "cpu" "r5500") 64 (and (eq_attr "cpu" "r5500") 65 (and (eq_attr "type" "imul") [all …]
|
H A D | 5400.md | 17 (and (eq_attr "cpu" "r5400") 23 (and (eq_attr "cpu" "r5400") 28 (and (eq_attr "cpu" "r5400") 29 (and (eq_attr "type" "load") 34 (and (eq_attr "cpu" "r5400") 35 (and (eq_attr "type" "store") 40 (and (eq_attr "cpu" "r5400") 41 (and (eq_attr "type" "store") 50 (and (eq_attr "cpu" "r5400") 56 (and (eq_attr "cpu" "r5400") [all …]
|
/openbsd-src/games/fortune/datfiles/ |
H A D | fortunes2-o | 20 I'm a lumberjack and I'm OK, He's a lumberjack and he's OK, 21 I sleep all night and I work all day. He sleeps all night and he works 27 And have buttered scones for tea. And has buttered scones for tea. 29 I cut down trees, I skip and jump, He cuts down trees, he skips and jumps, 32 And hang around in bars. And hangs around in bars. 35 Suspenders and a bra. Suspenders? and a bra? 63 An amalgamation of the Creation Science Research Foundation and the Flat Earth 66 In addition to creation science and the flatness of the earth, the following 74 --That Harry Truman is still president, and doing a fine job. 77 including Reaganomics and that the moon landings were done in a Hollywood [all …]
|
H A D | limerick | 5 And the worst of it was that it did! 10 And, unless I am wrong, 16 And, unless I'm quite wrong, 23 And covered his pants leg with pee. 26 Is reckoned disdainful and haughrty 65 And died of constriction 71 And then by six men, 73 And the band at the Waldorf-Astoria. 76 Grew steadily flipper and flipper. 79 And thus circumcised his old skipper. [all …]
|
/openbsd-src/gnu/gcc/gcc/config/arm/ |
H A D | arm-generic.md | 6 ;; GCC is free software; you can redistribute it and/or modify it 28 ; There is room in the buffer for up to two addresses and up to eight words 32 ; It is normally the case that FCLK and MCLK will be in the ratio 2:1, so 33 ; writes will take 2 FCLK cycles per word, if FCLK and MCLK are asynchronous 42 ; The f_mem_r and r_mem_f could also block, but they are to the stack, 51 (and (eq_attr "generic_sched" "yes") 52 (and (eq_attr "model_wbuf" "yes") 57 (and (eq_attr "generic_sched" "yes") 58 (and (eq_attr "model_wbuf" "yes") 63 (and (eq_attr "generic_sched" "yes") [all …]
|
/openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
H A D | SpecialCasing.txt | 4 # Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other cou… 17 # and independent of context and language. The data in this file, combined with 19 # Lowercase_Mapping (lc), Titlecase_Mapping (tc), and Uppercase_Mapping (uc). 23 # discussion of case mappings and case algorithms in the Unicode Standard. 34 # <code>, <lower>, <title>, and <upper> provide the respective full case mappings 48 # A language ID is defined by BCP 47, with '-' and '_' treated equivalently. 91 0390; 0390; 0399 0308 0301; 0399 0308 0301; # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS 92 03B0; 03B0; 03A5 0308 0301; 03A5 0308 0301; # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS 100 1F52; 1F52; 03A5 0313 0300; 03A5 0313 0300; # GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA 101 1F54; 1F54; 03A5 0313 0301; 03A5 0313 0301; # GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA [all …]
|
/openbsd-src/usr.bin/dig/ |
H A D | COPYRIGHT | 3 Permission to use, copy, modify, and/or distribute this software for any 5 copyright notice and this permission notice appear in all copies. 7 THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 9 AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 23 Permission to use, copy, modify, and distribute this software for any 25 copyright notice and this permission notice appear in all copies. 27 THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES 29 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR 39 Permission to use, copy, modify, and/or distribute this software for any 41 copyright notice and this permission notice appear in all copies. [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | pentium.md | 6 ;; GNU CC is free software; you can redistribute it and/or modify 36 ;; and doesn't hurt much on MMX. (Prefixed instructions are not very 43 (and (eq_attr "type" "pop,push") 50 (and (eq_attr "type" "ishift") 53 (and (eq_attr "type" "rotate") 56 (and (eq_attr "type" "ishift1") 59 (and (eq_attr "type" "rotate1") 62 (and (eq_attr "type" "call") 65 (and (eq_attr "type" "callv") 73 ;; Pentium do have U and V pipes. Instruction to both pipes [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | parse.t | 57 isa_ok $parser, $PARSER, '... and the object it returns'; 64 is scalar @results, 12, '... and there should be one for each line'; 68 is $version->version, '13', '... and the version should be 13'; 75 is $result->type, 'plan', '... and it should report the correct type'; 76 ok $result->is_plan, '... and it should identify itself as a plan'; 77 is $result->plan, '1..7', '... and identify the plan'; 78 ok !$result->directive, '... and this plan should not have a directive'; 81 '... and have the correct string representation'; 82 is $result->raw, '1..7', '... and raw() should return the original line'; 88 is $test->type, 'test', '... and i [all...] |