/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMInstrFormats.td | 465 class AsmPseudoInst<string asm, dag iops, dag oops = (outs)> 468 let OutOperandList = oops; 477 class ARMAsmPseudo<string asm, dag iops, dag oops = (outs)> 478 : AsmPseudoInst<asm, iops, oops>, Requires<[IsARM]>; 479 class tAsmPseudo<string asm, dag iops, dag oops = (outs)> 480 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb]>; 481 class t2AsmPseudo<string asm, dag iops, dag oops = (outs)> 482 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb2]>; 483 class VFP2AsmPseudo<string asm, dag iops, dag oops = (outs)> 484 : AsmPseudoInst<asm, iops, oops>, Requires<[HasVFP2]>; [all …]
|
H A D | ARMInstrCDE.td | 52 class CDE_Instr<bit acc, dag oops, dag iops, string asm, string cstr> 53 : Thumb2XI<oops, !con((ins p_imm:$coproc), iops), 70 class CDE_GPR_Instr<bit dual, bit acc, dag oops, dag iops, 72 : CDE_Instr<acc, oops, iops, asm, cstr>, 252 class CDE_FP_Vec_Instr<bit vec, bit acc, dag oops, dag iops, string asm, string cstr> 253 : CDE_Instr<acc, oops, iops, asm, cstr> { 259 class CDE_FP_Instr<bit acc, bit sz, dag oops, dag iops, string asm, string cstr> 260 : CDE_FP_Vec_Instr<0b0, acc, oops, iops, asm, cstr> { 265 class CDE_Vec_Instr<bit acc, dag oops, dag iops, string asm, string cstr, 267 : CDE_FP_Vec_Instr<0b1, acc, oops,
|
H A D | ARMInstrThumb2.td | 442 class T2OneRegImm<dag oops, dag iops, InstrItinClass itin, 444 : T2I<oops, iops, itin, opc, asm, pattern> { 455 class T2sOneRegImm<dag oops, dag iops, InstrItinClass itin, 457 : T2sI<oops, iops, itin, opc, asm, pattern> { 468 class T2OneRegCmpImm<dag oops, dag iops, InstrItinClass itin, 470 : T2I<oops, iops, itin, opc, asm, pattern> { 481 class T2OneRegShiftedReg<dag oops, dag iops, InstrItinClass itin, 483 : T2I<oops, iops, itin, opc, asm, pattern> { 494 class T2sOneRegShiftedReg<dag oops, dag iops, InstrItinClass itin, 496 : T2sI<oops, iops, itin, opc, asm, pattern> { [all …]
|
H A D | ARMInstrVFP.td | 1381 bits<4> opcod4, dag oops, dag iops, 1384 : AVConv1I<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, 1401 bits<4> opcod4, dag oops, dag iops,InstrItinClass itin, 1403 : AVConv1In<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, 1419 bits<4> opcod4, dag oops, dag iops, 1422 : AVConv1I<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, 1533 bits<4> opcod4, dag oops, dag iops, 1536 : AVConv1I<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, 1553 bits<4> opcod4, dag oops, dag iops, 1556 : AVConv1In<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, [all …]
|
H A D | ARMInstrThumb.td | 896 class T1pIDPEncode<bits<4> opA, dag oops, dag iops, InstrItinClass itin, 898 : T1pI<oops, iops, itin, opc, asm, pattern>, 905 class T1pIMiscEncode<bits<7> opA, dag oops, dag iops, InstrItinClass itin, 907 : T1pI<oops, iops, itin, opc, asm, pattern>, 916 class T1sIDPEncode<bits<4> opA, dag oops, dag iops, InstrItinClass itin, 918 : T1sI<oops, iops, itin, opc, asm, pattern>, 925 class T1sIGenEncode<bits<5> opA, dag oops, dag iops, InstrItinClass itin, 927 : T1sI<oops, iops, itin, opc, asm, pattern>, 936 class T1sIGenEncodeImm<bits<5> opA, dag oops, dag iops, InstrItinClass itin, 938 : T1sI<oops, iops, itin, opc, asm, pattern>, [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/dns/ |
H A D | error.ref | 5 … reply filter: regexp:error.reg(0,lock|fold_fix): spike.porcupine.org. 3600 IN A 168.100.3.2 = oops 6 ./test_dns_lookup: warning: DNS reply filter: unknown DNS filter action: "oops" 11 …ilter: regexp:error.reg(0,lock|fold_fix): spike.porcupine.org. 3600 IN AAAA 2604:8d00:189::2 = oops 12 ./test_dns_lookup: warning: DNS reply filter: unknown DNS filter action: "oops"
|
H A D | error.reg | 1 /./ oops
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrFormats.td | 33 class NI<dag oops, dag iops, list<dag> pattern, string stack, 36 dag OutOperandList = oops; 43 // We have 2 sets of operands (oops & iops) for the register and stack 65 multiclass NRI<dag oops, dag iops, list<dag> pattern, string asmstr = "", 67 defm "": I<oops, iops, oops, iops, pattern, asmstr, asmstr, inst>;
|
/netbsd-src/external/gpl3/autoconf/dist/tests/ |
H A D | m4sugar.at | 112 m4_defn([good], [oops]) 117 AT_CHECK([grep 'm4@&t@_defn: undefined.*oops' stderr], [0], [ignore]) 121 m4_popdef([good], [oops]) 126 AT_CHECK([grep 'm4@&t@_popdef: undefined.*oops' stderr], [0], [ignore]) 130 m4_undefine([good], [oops]) 135 AT_CHECK([grep 'm4@&t@_undefine: undefined.*oops' stderr], [0], [ignore]) 139 [[m4_rename([oops], [good]) 143 AT_CHECK([grep 'm4@&t@_undefine: undefined.*oops' stderr], [0], [ignore]) 161 m4_copy([oops], [dummy])m4_ifdef([dummy], [[oops]])dnl 194 m4_dumpdef([good], [oops]) [all …]
|
H A D | m4sh.at | 841 (: ${a?oops}; echo fail) 2>err && exit 8 842 grep oops err >/dev/null || exit 9 843 test "${b?oops}" = '' || exit 10 844 test "${c?oops}" = . || exit 11 845 (: ${a:?oops}; echo fail) 2>err && exit 12 846 grep oops err >/dev/null || exit 13 847 (: ${b:?oops}; echo fail) 2>err && exit 14 848 grep oops err >/dev/null || exit 15 849 test "${c:?oops}" = . || exit 16 947 m4_define([INIT], [oops])dnl [all …]
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | varcmd.mk | 44 FU+= oops 45 FOO+= oops
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd_dns_filter.ref | 48 ./smtpd_check: warning: smtpd_dns_reply_filter: unknown DNS filter action: "oops" 49 ./smtpd_check: warning: smtpd_dns_reply_filter: unknown DNS filter action: "oops" 58 ./smtpd_check: warning: smtpd_dns_reply_filter: unknown DNS filter action: "oops" 110 ./smtpd_check: warning: smtpd_dns_reply_filter: unknown DNS filter action: "oops" 161 ./smtpd_check: warning: smtpd_dns_reply_filter: unknown DNS filter action: "oops"
|
/netbsd-src/external/bsd/byacc/dist/test/btyacc/ |
H A D | err_syntax19.error | 2 { $$ = $<oops>; }
|
/netbsd-src/external/bsd/byacc/dist/test/yacc/ |
H A D | err_syntax19.error | 2 { $$ = $<oops>; }
|
/netbsd-src/external/bsd/byacc/dist/test/ |
H A D | err_syntax19.y | 11 { $$ = $<oops>; }
|
/netbsd-src/games/sail/ |
H A D | pl_7.c | 300 oops(int y, int x, const char *fmt, ...) in oops() function 997 oops(16, 4, "That ship is taken."); in pickship() 1075 oops(21, 10, "syncfile: %s", strerror(errno)); in startgame() 1095 oops(21, 10, "All ships taken in that scenario."); in startgame() 1494 oops(21, 10, "That doesn't work yet."); in startup() 1505 oops(21, 10, in startup()
|
/netbsd-src/sbin/swapctl/ |
H A D | swapctl.c | 454 goto oops; in add_swap() 458 goto oops; in add_swap() 477 oops: in add_swap()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 83 class Pseudo<dag oops, dag iops, list<dag> pattern, string cstr = ""> 85 dag OutOperandList = oops; 99 class I<dag oops, dag iops, string asm, string operands, string cstr, 102 dag OutOperandList = oops; 1310 class BaseSystemI<bit L, dag oops, dag iops, string asm, string operands, 1312 : I<oops, iops, asm, operands, "", pattern> { 1325 class RtSystemI<bit L, dag oops, dag iops, string asm, string operands, 1327 : BaseSystemI<L, oops, iops, asm, operands, pattern>, 1334 class TMBaseSystemI<bit L, bits<4> CRm, bits<3> op2, dag oops, dag iops, 1336 : BaseSystemI<L, oops, iops, asm, operands, pattern>, [all …]
|
/netbsd-src/lib/libc/arch/hppa/gen/ |
H A D | _setjmp.S | 92 combt,=,n %r0, %r1, botch ; oops!
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | mac_expand.ref | 84 << ${{xx}==(yy)?{oops}:{phew}} 85 unknown: warning: "{expression}" expected at: "...{xx} ==>>>(yy)?{oops}:{phew}"
|
H A D | mac_expand.in | 35 ${{xx}==(yy)?{oops}:{phew}}
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | rk3288-veyron-pinky.dts | 30 * really should be 1.8V (oops). The external pulldown will help
|
/netbsd-src/bin/csh/ |
H A D | sem.c | 625 goto oops; in mypipe() 630 oops: in mypipe()
|
H A D | glob.c | 613 goto oops; in dobackp() 616 oops: in dobackp()
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
H A D | double_colon | 40 d :: d ; @echo oops
|