Home
last modified time | relevance | path

Searched refs:EOR (Results 1 – 25 of 53) sorted by relevance

123

/netbsd-src/sys/arch/m68k/fpsp/
H A Dstanh.sa141 EOR.L D0,V(a6)
175 EOR.L #$C0000000,D0 ...-SIGN(X)*2
203 EOR.L #$80800000,D0 ...-SIGN(X)*EPS
H A Dssin.sa96 * 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 Dsrem_mod.sa57 * signQ := signX EOR signY. Record whether MOD or REM
/netbsd-src/include/arpa/
H A Dtelnet.h56 #define EOR 239 /* end of record (transparent mode) */ macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedTSV110.td364 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 DAArch64SchedExynosM5.td633 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 DAArch64SchedFalkorDetails.td660 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 DAArch64SchedExynosM3.td497 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 DAArch64SchedExynosM4.td595 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 DAArch64SchedCyclone.td412 // AND,BIC,CMTST,EOR,ORN,ORR
H A DAArch64SchedThunderX2T99.td1231 // ASIMD logical (AND, BIC, EOR)
1353 (instregex "((AND|ORN|EOR|EON)S?(Xr[rsi]|v16i8|v8i16|v4i32)|" #
H A DAArch64SchedThunderX3T110.td1339 // ASIMD logical (AND, BIC, EOR)
1461 (instregex "((AND|ORN|EOR|EON)S?(Xr[rsi]|v16i8|v8i16|v4i32)|" #
H A DAArch64.td240 "CPU fuses AES/PMULL and EOR operations">;
/netbsd-src/tests/lib/libcurses/
H A Datf.terminfo73 kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
/netbsd-src/share/doc/psd/05.sysman/
H A Dspell.ok25 EOR
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2017645 * 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 DChangeLog-2010855 * 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 DChangeLog-2006153 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 DChangeLog-20051363 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 Dstate.c254 case EOR: in telrcv()
/netbsd-src/share/terminfo/
H A Dterminfo571 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 DARMScheduleM7.td326 (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 DsljitNativeARM_64.c82 #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 DAVRExpandPseudoInsts.cpp1962 auto EOR = buildMI(MBB, MBBI, AVR::EORRdRr) in expand() local
1968 EOR->getOperand(3).setIsDead(); in expand()
/netbsd-src/usr.bin/telnet/
H A Dcommands.c332 { "eor", "Send Telnet 'End of Record'", 1, 0, 0, 2, EOR },

123