Home
last modified time | relevance | path

Searched full:oops (Results 1 – 25 of 168) sorted by relevance

1234567

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td482 class AsmPseudoInst<string asm, dag iops, dag oops = (outs)>
485 let OutOperandList = oops;
494 class ARMAsmPseudo<string asm, dag iops, dag oops = (outs)>
495 : AsmPseudoInst<asm, iops, oops>, Requires<[IsARM]>;
496 class tAsmPseudo<string asm, dag iops, dag oops = (outs)>
497 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb]>;
498 class t2AsmPseudo<string asm, dag iops, dag oops = (outs)>
499 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb2]>;
500 class VFP2AsmPseudo<string asm, dag iops, dag oops = (outs)>
501 : AsmPseudoInst<asm, iops, oops>, Requires<[HasVFP2]>;
[all …]
H A DARMInstrCDE.td52 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>,
90 dag Oops; // Output operands for CX* instructions
103 dag Oops; // Output operands for VCX* instructions
114 : CDE_GPR_Instr<params.Dual, params.Acc, params.Oops,
130 : CDE_GPR_Instr<params.Dual, params.Acc, params.Oops,
148 : CDE_GPR_Instr<params.Dual, params.Acc, params.Oops,
187 let Oops = ops.Rd;
[all …]
H A DARMInstrThumb2.td442 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFormats.td33 class NI<dag oops, dag iops, list<dag> pattern, bit 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>;
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/
H A Dramoops.txt1 Ramoops oops/panic logger
4 ramoops provides persistent RAM storage for oops and panics, so they can be
13 Any remaining space will be used for a circular buffer of oops and panic
61 - no-dump-oops: deprecated, use max_reason instead. If present, and
H A Dramoops.yaml7 title: Ramoops oops/panic logger
10 ramoops provides persistent RAM storage for oops and panics, so they can be
19 Any remaining space will be used for a circular buffer of oops and panic
95 no-dump-oops:
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dhash.t14 my $v = 'oops (main)';
15 $Q::v = 'oops (Q)';
29 is $v, 'oops (main)';
/freebsd/lib/libsecureboot/openpgp/
H A Dopgp_key.c120 goto oops; in decode_key()
126 goto oops; in decode_key()
131 goto oops; in decode_key()
134 goto oops; in decode_key()
139 oops: in decode_key()
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-end.mk12 # Oops: The deferred command must not be expanded twice.
32 # Oops: The deferred command must not be expanded twice.
H A Ddeptgt-end-jobs.mk20 # Oops: The deferred command must not be expanded twice.
33 # Oops: The deferred command must not be expanded twice.
H A Dvarcmd.mk44 FU+= oops
45 FOO+= oops
H A Dvarmod-match-escape.mk42 # expect+1: warning: XXX: Oops
43 . warning XXX: Oops
H A Dposix.mk23 @echo "Oops! you shouldn't see this!"
/freebsd/sys/dev/sound/pci/
H A Dfm801.c606 goto oops; in fm801_pci_attach()
614 if (codec == NULL) goto oops; in fm801_pci_attach()
616 if (mixer_init(dev, ac97_getmixerclass(), codec) == -1) goto oops; in fm801_pci_attach()
624 goto oops; in fm801_pci_attach()
636 goto oops; in fm801_pci_attach()
649 goto oops; in fm801_pci_attach()
656 oops: in fm801_pci_attach()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregfree.c54 if (preg->re_magic != MAGIC1) /* oops */ in llvm_regfree()
58 if (g == NULL || g->magic != MAGIC2) /* oops again */ in llvm_regfree()
/freebsd/contrib/nvi/regex/
H A Dregfree.c58 if (preg->re_magic != MAGIC1) /* oops */ in regfree()
62 if (g == NULL || g->magic != MAGIC2) /* oops again */ in regfree()
/freebsd/lib/libc/regex/
H A Dregfree.c57 if (preg->re_magic != MAGIC1) /* oops */ in regfree()
61 if (g == NULL || g->magic != MAGIC2) /* oops again */ in regfree()
/freebsd/contrib/sendmail/libsm/
H A Dt-types.c72 "oops: LLONG_MIN=%s\n", buf);
84 "oops: LLONG_MAX=%s\n", buf);
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/
H A Dother.json10 "BriefDescription": "Any Integer dispatch. Types of Oops Dispatched from Decoder.",
16 "BriefDescription": "Any FP dispatch. Types of Oops Dispatched from Decoder.",
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td97 class Pseudo<dag oops, dag iops, list<dag> pattern, string cstr = "">
99 dag OutOperandList = oops;
113 class I<dag oops, dag iops, string asm, string operands, string cstr,
116 dag OutOperandList = oops;
1648 class BaseSystemI<bit L, dag oops, dag iops, string asm, string operands,
1650 : I<oops, iops, asm, operands, "", pattern> {
1663 class RtSystemI<bit L, dag oops, dag iops, string asm, string operands,
1665 : BaseSystemI<L, oops, iops, asm, operands, pattern>,
1672 class TMBaseSystemI<bit L, bits<4> CRm, bits<3> op2, dag oops, dag iops,
1674 : BaseSystemI<L, oops, iops, asm, operands, pattern>,
[all …]
/freebsd/contrib/byacc/test/yacc/
H A Derr_syntax19.error2 { $$ = $<oops>; }
/freebsd/contrib/byacc/test/btyacc/
H A Derr_syntax19.error2 { $$ = $<oops>; }
/freebsd/contrib/byacc/test/
H A Derr_syntax19.y9 { $$ = $<oops>; }
/freebsd/contrib/one-true-awk/bugs-fixed/
H A Dofs-rebuild.awk15 # the current value of OFS. Oops.
/freebsd/usr.sbin/ppp/
H A Dfsm.c307 log_Printf(fp->LogLevel, "%s: Oops, Up at %s\n", in fsm_Up()
518 log_Printf(fp->LogLevel, "%s: Oops, RCR in %s.\n", in FsmRecvConfigReq()
692 log_Printf(fp->LogLevel, "%s: Oops, RCN in %s.\n", in FsmRecvConfigNak()
744 log_Printf(fp->LogLevel, "%s: Oops, RTR in %s\n", in FsmRecvTermReq()
825 log_Printf(fp->LogLevel, "%s: Oops, RCJ in %s.\n", in FsmRecvConfigRej()
1058 log_Printf(LogWARN, "%s: Oops: Got %zu bytes but %d byte payload " in fsm_Input()
1100 log_Printf(fp->LogLevel, "%s: Oops - received unexpected reset req\n", in fsm_NullRecvResetReq()
1108 log_Printf(fp->LogLevel, "%s: Oops - received unexpected reset ack\n", in fsm_NullRecvResetAck()

1234567