| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | stanh.sa | 141 EOR.L D0,V(a6) 175 EOR.L #$C0000000,D0 ...-SIGN(X)*2 203 EOR.L #$80800000,D0 ...-SIGN(X)*EPS
|
| H A D | ssin.sa | 96 * 4. (k is odd) Set j1 := (k-1)/2, j2 := j1 (EOR) (k mod 2), i.e. 278 EOR.L D0,X(a6) ...X IS NOW R'= SGN*R 337 EOR.L D0,X(a6) ...X IS NOW S'= SGN*S 624 EOR.L D0,d2 629 EOR.L d2,RPRIME(a6) 637 EOR.L D0,POSNEG1(a6) 645 EOR.L D0,SPRIME(a6) 700 EOR.L D0,RPRIME(a6) 701 EOR.L D0,SPRIME(a6)
|
| H A D | srem_mod.sa | 57 * signQ := signX EOR signY. Record whether MOD or REM
|
| /netbsd-src/include/arpa/ |
| H A D | telnet.h | 56 #define EOR 239 /* end of record (transparent mode) */ macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedTSV110.td | 364 def : InstRW<[TSV110Wr_1cyc_1ALUAB], (instregex "(ADD|AND|EOR|ORR|SUB)[WX]r(r|i)")>; 365 def : InstRW<[TSV110Wr_1cyc_1AB], (instregex "(ADD|AND|EOR|ORR|SUB)S[WX]r(r|i)")>; 370 def : InstRW<[TSV110Wr_2cyc_1MDU], (instregex "^(AND|BIC|EON|EOR|ORN|ORR)[WX]rs$")>; 371 def : InstRW<[TSV110Wr_2cyc_1AB], (instregex "^(AND|BIC|EON|EOR|ORN|ORR)S[WX]rs$")>; 550 def : InstRW<[TSV110Wr_2cyc_1FSU1_1FSU2], (instregex "^(AND|BIC|BIF|BIT|BSL|EOR|MVN|NOT|ORN|ORR)v")…
|
| H A D | AArch64SchedExynosM5.td | 633 def : InstRW<[M5WriteAXW], (instregex "^(ADD|AND|BIC|EON|EOR|ORN|SUB)Wrs$")>; 634 def : InstRW<[M5WriteAXX], (instregex "^(ADD|AND|BIC|EON|EOR|ORN|SUB)Xrs$")>; 691 def : InstRW<[M5WriteLGW], (instregex "^LD(ADD|CLR|EOR|SET|[SU]MAX|[SU]MIN)(A|AL|L)?[BHW]$")>; 692 def : InstRW<[M5WriteLGX], (instregex "^LD(ADD|CLR|EOR|SET|[SU]MAX|[SU]MIN)(A|AL|L)?X$")>; 789 def : InstRW<[M5WriteNALU2], (instregex "^(AND|BIC|EOR|NOT|ORN|ORR)v")>;
|
| H A D | AArch64SchedFalkorDetails.td | 660 def : InstRW<[FalkorWr_1VXVY_1cyc], (instregex "^(AND|ORR|ORN|BIC|EOR)v8i8$")>; 724 def : InstRW<[FalkorWr_2VXVY_1cyc], (instregex "^(AND|ORR|ORN|BIC|EOR)v16i8$")>; 898 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^EOR(W|X)r(i|r|s)$")>;
|
| H A D | AArch64SchedExynosM3.td | 497 def : InstRW<[M3WriteAX], (instregex "^(ADD|AND|BIC|EON|EOR|ORN|SUB)[WX]rs$")>; 617 def : InstRW<[M3WriteNALU1], (instregex "^(AND|BIC|EOR|MVNI|NOT|ORN|ORR)v")>;
|
| H A D | AArch64SchedExynosM4.td | 595 def : InstRW<[M4WriteAX], (instregex "^(ADD|AND|BIC|EON|EOR|ORN|SUB)[WX]rs$")>; 741 def : InstRW<[M4WriteNALU1], (instregex "^(AND|BIC|EOR|NOT|ORN|ORR)v")>;
|
| H A D | AArch64SchedCyclone.td | 412 // AND,BIC,CMTST,EOR,ORN,ORR
|
| H A D | AArch64SchedThunderX2T99.td | 1231 // ASIMD logical (AND, BIC, EOR) 1353 (instregex "((AND|ORN|EOR|EON)S?(Xr[rsi]|v16i8|v8i16|v4i32)|" #
|
| H A D | AArch64SchedThunderX3T110.td | 1339 // ASIMD logical (AND, BIC, EOR) 1461 (instregex "((AND|ORN|EOR|EON)S?(Xr[rsi]|v16i8|v8i16|v4i32)|" #
|
| H A D | AArch64.td | 240 "CPU fuses AES/PMULL and EOR operations">;
|
| /netbsd-src/tests/lib/libcurses/ |
| H A D | atf.terminfo | 73 kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
|
| /netbsd-src/share/doc/psd/05.sysman/ |
| H A D | spell.ok | 25 EOR
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2017 | 645 * transfer.c (read_sf_internal): Remove bogus code to detect EOR. 646 (read_block_form): For internal units, generate EOR if no more 769 in last character, seek back one. Add a new check for EOR 774 status to nonadvancing. Move update of size and check for EOR
|
| H A D | ChangeLog-2010 | 855 * io/read.c (read_x): Return if seen EOR condition. 918 I/O, eliminating unneeded code and handling EOF and EOR conditions. 974 * io/transfer.c (read_sf): Handle EOR and EOF conditions for
|
| H A D | ChangeLog-2006 | 153 EOR for stream files. 315 signal EOR. Check flag on next call and jump out. 1242 break out rather than error on EOF or EOR conditions. 1420 * io/transfer.c (write_buf): Add check for EOR when mode is
|
| H A D | ChangeLog-2005 | 1363 from going beyond EOR to fix NIST fm908.FOR failure. 2256 Return a string of length 0 (to be padded by caller) if EOR was 2258 Remove erroneous special casing of EOR for standard input. 2262 (formatted_transfer): Skip the function if there is an EOR condition. 2265 (finalize_transfer): If there is an EOR condition, raise the error.
|
| /netbsd-src/libexec/telnetd/ |
| H A D | state.c | 254 case EOR: in telrcv()
|
| /netbsd-src/share/terminfo/ |
| H A D | terminfo | 571 kf2=\EOR, kf4=\EOS, khome=\E[H, nel=\r\ED, rc=\E8, ri=\EM, 859 kf20=\Ey, kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, 1309 kf3=\EOR, kf4=\EOS, kf5=\EOT, kf6=\EOU, kf7=\EOV, kf8=\EOW, 1385 kf19=\E[33~, kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, 1522 kf27=\E[3~, kf28=\E[4~, kf29=\E[5~, kf3=\EOR, kf30=\E[6~, 1875 kf2=\EOQ, kf20=\E[34~, kf3=\EOR, kf4=\EOS, kf5=\E[17~, 2259 kf3=\EOR, kf4=\EOS, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, 2280 kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[15~, 2520 kent=\EOM, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, 2549 kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, ka2=\EOx, kb1=\EOt, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleM7.td | 326 (instregex "t2(ADC|ADDS|ADD|BIC|EOR|ORN|ORR|RSBS|RSB|SBC|SUBS)rs$",
|
| /netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
| H A D | sljitNativeARM_64.c | 82 #define EOR 0xca000000 macro 757 FAIL_IF(push_inst(compiler, (EOR ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2))); in emit_op_imm()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRExpandPseudoInsts.cpp | 1962 auto EOR = buildMI(MBB, MBBI, AVR::EORRdRr) in expand() local 1968 EOR->getOperand(3).setIsDead(); in expand()
|
| /netbsd-src/usr.bin/telnet/ |
| H A D | commands.c | 332 { "eor", "Send Telnet 'End of Record'", 1, 0, 0, 2, EOR },
|