OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Illegal
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/testsuite/mips/
r6-removed.s
5
# output: ReservedInstruction at PC = *\nprogram stopped with signal 4 (
Illegal
instruction).\n
r6-forbidden.s
5
# output: *\\nReservedInstruction at PC = *\\nprogram stopped with signal 4 (
Illegal
instruction).\\n
/src/external/gpl3/gdb.old/dist/sim/testsuite/mips/
r6-removed.s
5
# output: ReservedInstruction at PC = *\nprogram stopped with signal 4 (
Illegal
instruction).\n
r6-forbidden.s
5
# output: *\\nReservedInstruction at PC = *\\nprogram stopped with signal 4 (
Illegal
instruction).\\n
/src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
broken.t
15
is $r, q{Program fragment delivered error ``
Illegal
division by zero at template line 1.''};
44
is $r, qq{1,
Illegal
division by zero at template line 1.\n,1/0};
57
is $r, qq{1,
Illegal
division by zero at template line 1.\n,1/0};
/src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
broken.t
15
is $r, q{Program fragment delivered error ``
Illegal
division by zero at template line 1.''};
44
is $r, qq{1,
Illegal
division by zero at template line 1.\n,1/0};
57
is $r, qq{1,
Illegal
division by zero at template line 1.\n,1/0};
/src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
14-broken.t
20
if ($r eq q{Program fragment delivered error ``
Illegal
division by zero at template line 1.''}) {
60
if ($r eq qq{1,
Illegal
division by zero at template line 1.\n,1/0}) {
75
if ($r eq qq{1,
Illegal
division by zero at template line 1.\n,1/0}) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IRSimilarityIdentifier.h
70
///
Illegal
Instructions cannot be considered when looking for similarity
75
enum InstrType { Legal,
Illegal
, Invisible };
279
/// The starting
illegal
instruction number to map to.
291
/// Set if we added an
illegal
number in the previous step.
292
/// Since each
illegal
number is unique, we only need one of them between
294
/// than one
illegal
number per range.
297
/// Marks whether we found a
illegal
instruction in the previous step.
332
/// Maps the Instructions in a BasicBlock \p BB to legal or
illegal
integers
354
/// Maps an Instruction to an
illegal
integer.
389
InstrType visitBranchInst(BranchInst &BI) { return
Illegal
; }
[
all
...]
/src/external/bsd/ppp/dist/chat/
chat.c
1053
fatal(1, "
Illegal
or too-long ABORT string ('%v')", s);
1073
fatal(1, "
Illegal
or too-long CLR_ABORT string ('%v')", s);
1101
fatal(1, "
Illegal
or too-long REPORT string ('%v')", s);
1121
fatal(1, "
Illegal
or too-long REPORT string ('%v')", s);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOutliner.h
31
/// \p
Illegal
instructions are those which cannot be outlined.
34
enum InstrType { Legal, LegalTerminator,
Illegal
, Invisible };
/src/sys/arch/m68k/060sp/dist/
fskeletn.s
214
# This is the exit point for the 060FPSP when an F-Line
Illegal
exception is
217
# the FPU is disabled, and F-Line
Illegal
instructions. The 060FPSP module
231
# the FPU is disabled, and F-Line
Illegal
instructions. The 060FPSP module
fpsp.s
490
set aiop_mask, 0x00000080 # accrued
illegal
operation
3865
# the exception was an "F-Line
Illegal
" exception. we check to see
3888
# the F-Line
Illegal
exception.
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp
1059
return outliner::InstrType::
Illegal
;
1064
return outliner::InstrType::
Illegal
;
1068
return outliner::InstrType::
Illegal
;
1073
return outliner::InstrType::
Illegal
;
1079
return outliner::InstrType::
Illegal
;
1084
return outliner::InstrType::
Illegal
;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
3050
// make this reordering
illegal
.
6104
return outliner::InstrType::
Illegal
;
6124
return outliner::InstrType::
Illegal
;
6131
return outliner::InstrType::
Illegal
;
6136
return outliner::InstrType::
Illegal
;
6142
return outliner::InstrType::
Illegal
;
6149
return outliner::InstrType::
Illegal
;
6156
return outliner::InstrType::
Illegal
;
6161
return outliner::InstrType::
Illegal
;
6179
return outliner::InstrType::
Illegal
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
IRSimilarityIdentifier.cpp
168
case InstrType::
Illegal
:
248
// Can't combine an
illegal
instruction. Set the flag.
251
// Only add one
illegal
number per range of legal numbers.
260
// Remember that we added an
illegal
number last time.
715
// Check that this subsequence does not contain an
illegal
instruction.
725
// If we have an
illegal
instruction, we should not create an
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp
135
// Set if we added an
illegal
number in the previous step.
136
// Since each
illegal
number is unique, we only need one of them between
138
// than one
illegal
number per range.
194
/// Maps \p *It to an
illegal
integer.
204
// Can't outline an
illegal
instruction. Set the flag.
207
// Only add one
illegal
number per range of legal numbers.
211
// Remember that we added an
illegal
number last time.
259
// by an
illegal
instruction.
274
case InstrType::
Illegal
:
/src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc
1862
/* Check for
illegal
use of ampersand. See F95 Standard 3.3.1.3. */
2231
"
Illegal
preprocessor directive");
primary.cc
450
gfc_error ("
Illegal
character in BOZ constant at %C");
/src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc
1858
/* Check for
illegal
use of ampersand. See F95 Standard 3.3.1.3. */
2227
"
Illegal
preprocessor directive");
primary.cc
450
gfc_error ("
Illegal
character in BOZ constant at %C");
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp
6461
// modification is
illegal
6476
// modification is
illegal
6494
// Remove candidates with
illegal
stack modifying instructions
6947
return outliner::InstrType::
Illegal
;
6952
return outliner::InstrType::
Illegal
;
6980
return outliner::InstrType::
Illegal
;
6987
return outliner::InstrType::
Illegal
;
6992
return outliner::InstrType::
Illegal
;
7028
return outliner::InstrType::
Illegal
;
7034
auto UnknownCallOutlineType = outliner::InstrType::
Illegal
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp
2124
assert(AltIdx < 4 && "
Illegal
insertion index");
2707
default: llvm_unreachable("
Illegal
condition code!");
2793
default: llvm_unreachable("
Illegal
register size!");
7376
"
Illegal
blend mask scale");
9005
return outliner::InstrType::
Illegal
;
9020
return outliner::InstrType::
Illegal
;
9026
return outliner::InstrType::
Illegal
;
9030
return outliner::InstrType::
Illegal
;
9036
return outliner::InstrType::
Illegal
;
Completed in 125 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026