| /llvm-project-15.0.7/llvm/test/MC/MachO/ |
| H A D | x86_32-optimal_nop.s | 4 .align 4, 0 # start with 16 byte alignment filled with zeros 11 .align 4, 0 # start with 16 byte alignment filled with zeros 19 .align 4, 0 # start with 16 byte alignment filled with zeros 26 .align 4, 0 # start with 16 byte alignment filled with zeros 36 .align 4, 0 # start with 16 byte alignment filled with zeros 45 .align 4, 0 # start with 16 byte alignment filled with zeros 53 .align 4, 0 # start with 16 byte alignment filled with zeros 60 .align 4, 0 # start with 16 byte alignment filled with zeros 74 .align 4, 0 # start with 16 byte alignment filled with zeros 87 .align 4, 0 # start with 16 byte alignment filled with zeros [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticSerializationKinds.td | 209 "with %ordinal6 parameter with%select{out|}7 a default argument|" 211 "with %ordinal6 parameter with a default argument|" 221 "with body|" 230 "function template %4 with %ordinal5 template parameter with " 232 "function template %4 with %ordinal5 template parameter with " 234 "function template %4 with %ordinal5 template parameter with one type|" 266 "with %ordinal4 parameter with%select{out|}5 a default argument|" 268 "with %ordinal4 parameter with a different default argument|" 287 "function template %2 with %ordinal3 template parameter with " 289 "function template %2 with %ordinal3 template parameter with " [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | potentially-direct-selector.m | 68 …(void)@selector(inBase); // expected-warning{{@selector expression formed with potentially direct … 69 …(void)@selector(inBaseImpl); // expected-warning{{@selector expression formed with potentially dir… 70 …(void)@selector(inBaseCat); // expected-warning{{@selector expression formed with potentially dire… 72 …(void)@selector(inDerived); // expected-warning{{@selector expression formed with potentially dire… 83 …(void)@selector(inBase); // strict-warning{{@selector expression formed with potentially direct se… 84 …(void)@selector(inBaseImpl); // strict-warning{{@selector expression formed with potentially direc… 85 …(void)@selector(inBaseCat); // strict-warning{{@selector expression formed with potentially direct… 87 …(void)@selector(inDerived); // strict-warning{{@selector expression formed with potentially direct… 99 …(void)@selector(inBase); // expected-warning{{@selector expression formed with potentially direct … 103 …(void)@selector(inDerived); // strict-warning{{@selector expression formed with potentially direct… [all …]
|
| H A D | flexible-array.m | 11 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char[]' is not at… 20 …pected-warning {{field 'flexible' with variable sized type 'char[]' is not visible to subclasses a… 27 …char flexible[]; // expected-error {{flexible array member 'flexible' with type 'char[]' is not at… 28 …ted-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subclasses a… 35 …ted-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subclasses a… 62 …pected-warning {{field 'flexible' with variable sized type 'char[]' is not visible to subclasses a… 70 …ted-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subclasses a… 95 …ted-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subclasses a… 103 …ted-warning@-1 {{field 'flexible' with variable sized type 'char[]' is not visible to subclasses a… 189 …ted-warning {{field 'flexible' with variable sized type 'struct Packet' is not visible to subclass… [all …]
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/AArch64/ |
| H A D | arith-overflow.ll | 5 declare {i64, i1} @llvm.sadd.with.overflow.i64(i64, i64) 10 declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32) 15 declare {i16, i1} @llvm.sadd.with.overflow.i16(i16, i16) 20 declare {i8, i1} @llvm.sadd.with.overflow.i8(i8, i8) 79 %I8 = call {i8, i1} @llvm.sadd.with.overflow.i8(i8 undef, i8 undef) 87 declare {i64, i1} @llvm.uadd.with.overflow.i64(i64, i64) 102 declare {i8, i1} @llvm.uadd.with.overflow.i8(i8, i8) 184 declare {i8, i1} @llvm.ssub.with.overflow.i8(i8, i8) 266 declare {i8, i1} @llvm.usub.with.overflow.i8(i8, i8) 348 declare {i8, i1} @llvm.smul.with.overflow.i8(i8, i8) [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | locstats.ll | 14 ; CHECK-NEXT: "#params with source location": 2, 15 ; CHECK-NEXT: "#params with type": 2, 16 ; CHECK-NEXT: "#params with binary location": 2, 18 ; CHECK-NEXT: "#variables with 0% of parent scope covered by DW_AT_location": 1, 19 ; CHECK-NEXT: "#variables with (0%,10%) of parent scope covered by DW_AT_location": 0, 20 ; CHECK-NEXT: "#variables with [10%,20%) of parent scope covered by DW_AT_location": 0, 29 ; CHECK-NEXT: "#variables with 100% of parent scope covered by DW_AT_location": 3, 43 ; CHECK-NEXT: "#params with 0% of parent scope covered by DW_AT_location": 0, 44 ; CHECK-NEXT: "#params with (0%,10%) of parent scope covered by DW_AT_location": 0, 54 ; CHECK-NEXT: "#params with 100% of parent scope covered by DW_AT_location": 2, [all …]
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/ARM/ |
| H A D | arith-overflow.ll | 11 declare {i64, i1} @llvm.sadd.with.overflow.i64(i64, i64) 16 declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32) 21 declare {i16, i1} @llvm.sadd.with.overflow.i16(i16, i16) 26 declare {i8, i1} @llvm.sadd.with.overflow.i8(i8, i8) 161 %I8 = call {i8, i1} @llvm.sadd.with.overflow.i8(i8 undef, i8 undef) 169 declare {i64, i1} @llvm.uadd.with.overflow.i64(i64, i64) 184 declare {i8, i1} @llvm.uadd.with.overflow.i8(i8, i8) 342 declare {i8, i1} @llvm.ssub.with.overflow.i8(i8, i8) 500 declare {i8, i1} @llvm.usub.with.overflow.i8(i8, i8) 658 declare {i8, i1} @llvm.smul.with.overflow.i8(i8, i8) [all …]
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/X86/ |
| H A D | arith-overflow.ll | 15 ; sadd.with.overflow 18 declare {i64, i1} @llvm.sadd.with.overflow.i64(i64, i64) 23 declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32) 28 declare {i16, i1} @llvm.sadd.with.overflow.i16(i16, i16) 33 declare {i8, i1} @llvm.sadd.with.overflow.i8(i8, i8) 253 ; uadd.with.overflow 271 declare {i8, i1} @llvm.uadd.with.overflow.i8(i8, i8) 491 ; ssub.with.overflow 729 ; usub.with.overflow 967 ; smul.with.overflow [all …]
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | print-ir-nesting.mlir | 3 // CHECK: visiting op: 'builtin.module' with 0 operands and 0 results 5 // CHECK: Region with 1 blocks: 6 // CHECK: Block with 0 arguments, 0 successors, and 2 operations 10 // CHECK: visiting op: 'dialect.op1' with 0 operands and 4 results 17 // CHECK: visiting op: 'dialect.op2' with 0 operands and 0 results 21 // CHECK: Region with 1 blocks: 22 // CHECK: Block with 0 arguments, 0 successors, and 1 operations 27 // CHECK: Region with 3 blocks: 30 // CHECK: Block with 0 arguments, 2 successors, and 2 operations 37 // CHECK: Block with 1 arguments, 0 successors, and 2 operations [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/ |
| H A D | dir-with-filtering.test | 1 RUN: llvm-profdata merge %S/Inputs/dir-with-filtering.proftext -o %t.profdata 8 TEXT-INDEX: dir-with-filtering1.cpp 1 0 100.00% 1 0 100.00% 4 0 100.00% 9 TEXT-INDEX: dir-with-filtering2.cpp 1 1 0.00% 1 1 0.00% 3 3 0.00% 31 TEXT-INDEX-ONE-FILE-NOT: dir-with-filtering2.cpp 35 // Test TEXT index file with all functions in one file filtered out 41 TEXT-INDEX-ONE-FUNC-NOT: dir-with-filtering2.cpp 45 RUN: llvm-profdata merge %S/Inputs/dir-with-filtering.proftext -o %t.profdata 69 RUN: llvm-profdata merge %S/Inputs/dir-with-filtering.proftext -o %t.profdata 75 HTML-INDEX-ONE-FILE-NOT: dir-with-filtering2.cpp 79 // Test HTML index file with all functions in one file filtered out [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/ |
| H A D | depgraph.ll | 62 ; GRAPH-NEXT: [AAPotentialValues] for CtxI <<null inst>> at position {flt: [@-1]} with state set-st… 68 ; GRAPH-NEXT: [AAIsDead] for CtxI ' ret i32* %.0' at position {flt: [@-1]} with state assumed-live 105 ; GRAPH-NEXT: [AAIsDead] for CtxI ' %2 = load i32, i32* %0, align 4' at position {flt: [@-1]} with… 107 ; GRAPH-NEXT: [AAIsDead] for CtxI ' %3 = icmp eq i32 %2, 0' at position {flt: [@-1]} with state as… 109 ; GRAPH-NEXT: [AAIsDead] for CtxI ' br i1 %3, label %4, label %7' at position {flt: [@-1]} with st… 153 ; GRAPH-NEXT: [AAIsDead] for CtxI ' br label %8' at position {flt: [@-1]} with state assumed-live 169 ; GRAPH-NEXT: [AANoUndef] for CtxI ' %2 = load i32, i32* %0, align 4' at position {arg: [@0]} with… 203 ; GRAPH-NEXT: [AANonNull] for CtxI ' %2 = load i32, i32* %0, align 4' at position {arg: [@0]} with… 225 ; GRAPH-NEXT: [AANoAlias] for CtxI ' %2 = load i32, i32* %0, align 4' at position {arg: [@0]} with… 241 ; GRAPH-NEXT: [AAIsDead] for CtxI ' br label %8' at position {flt: [@-1]} with state assumed-live [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | sample-summary.test | 9 ; CHECK-NEXT: 1 blocks with count >= 2080 account for 1 percentage of the total counts. 10 ; CHECK-NEXT: 1 blocks with count >= 2080 account for 10 percentage of the total counts. 11 ; CHECK-NEXT: 2 blocks with count >= 2064 account for 20 percentage of the total counts. 12 ; CHECK-NEXT: 2 blocks with count >= 2064 account for 30 percentage of the total counts. 13 ; CHECK-NEXT: 3 blocks with count >= 2000 account for 40 percentage of the total counts. 14 ; CHECK-NEXT: 4 blocks with count >= 1437 account for 50 percentage of the total counts. 15 ; CHECK-NEXT: 6 blocks with count >= 1075 account for 60 percentage of the total counts. 16 ; CHECK-NEXT: 6 blocks with count >= 1075 account for 70 percentage of the total counts. 17 ; CHECK-NEXT: 7 blocks with count >= 1000 account for 80 percentage of the total counts. 18 ; CHECK-NEXT: 11 blocks with count >= 534 account for 90 percentage of the total counts. [all …]
|
| H A D | cs-sample-nested-profile.test | 160 ; SUMMARY-NEXT: 1 blocks with count >= 362830 account for 1 percentage of the total counts. 161 ; SUMMARY-NEXT: 1 blocks with count >= 362830 account for 10 percentage of the total counts. 162 ; SUMMARY-NEXT: 1 blocks with count >= 362830 account for 20 percentage of the total counts. 163 ; SUMMARY-NEXT: 1 blocks with count >= 362830 account for 30 percentage of the total counts. 164 ; SUMMARY-NEXT: 1 blocks with count >= 362830 account for 40 percentage of the total counts. 165 ; SUMMARY-NEXT: 2 blocks with count >= 362805 account for 50 percentage of the total counts. 166 ; SUMMARY-NEXT: 2 blocks with count >= 362805 account for 60 percentage of the total counts. 167 ; SUMMARY-NEXT: 2 blocks with count >= 362805 account for 70 percentage of the total counts. 168 ; SUMMARY-NEXT: 2 blocks with count >= 362805 account for 80 percentage of the total counts. 170 ; SUMMARY-NEXT: 3 blocks with count >= 23327 account for 95 percentage of the total counts. [all …]
|
| /llvm-project-15.0.7/llvm/test/Analysis/LazyCallGraph/ |
| H A D | basic.ll | 259 ; CHECK-NEXT: SCC with 1 functions: 263 ; CHECK-NEXT: SCC with 1 functions: 267 ; CHECK-NEXT: SCC with 1 functions: 271 ; CHECK-NEXT: SCC with 1 functions: 275 ; CHECK-NEXT: SCC with 1 functions: 279 ; CHECK-NEXT: SCC with 1 functions: 283 ; CHECK-NEXT: SCC with 1 functions: 287 ; CHECK-NEXT: SCC with 1 functions: 291 ; CHECK-NEXT: SCC with 1 functions: 295 ; CHECK-NEXT: SCC with 1 functions: [all …]
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | check-api.m | 23 …ected-error {{NSInvocation's getReturnValue is not safe to be used with an object with ownership o… 24 …ected-error {{NSInvocation's getReturnValue is not safe to be used with an object with ownership o… 28 …ected-error {{NSInvocation's setReturnValue is not safe to be used with an object with ownership o… 29 …ected-error {{NSInvocation's setReturnValue is not safe to be used with an object with ownership o… 33 …expected-error {{NSInvocation's getArgument is not safe to be used with an object with ownership o… 34 …expected-error {{NSInvocation's getArgument is not safe to be used with an object with ownership o… 38 …expected-error {{NSInvocation's setArgument is not safe to be used with an object with ownership o… 39 …expected-error {{NSInvocation's setArgument is not safe to be used with an object with ownership o…
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/PowerPC/ |
| H A D | ppc64-encoding-ISA31-invalid.txt | 4 # paddi 1, 2, 8589934591, 1. However, RA is not zero with R=1 8 # plbz 1, 8589934591(2), 1. However, RA is not zero with R=1 12 # plfd 1, 8589934591(2), 1. However, RA is not zero with R=1 16 # plfs 1, 8589934591(2), 1. However, RA is not zero with R=1 20 # plha 1, 8589934591(2), 1. However, RA is not zero with R=1 24 # plhz 1, 8589934591(2), 1. However, RA is not zero with R=1 28 # plwz 1, 8589934591(2), 1. However, RA is not zero with R=1 32 # pstb 1, 8589934591(2), 1. However, RA is not zero with R=1 44 # psth 1, 8589934591(2), 1. However, RA is not zero with R=1 48 # pstw 1, 8589934591(2), 1. However, RA is not zero with R=1 [all …]
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-globals-dia-func-collision3.test | 34 RUN: llvm-pdbutil pretty -with-name=LuU -with-name=oet -with-name=OUV -with-name=pui \ 35 RUN: -with-name=quH -with-name=sEH -with-name=teO -with-name=tEo \ 36 RUN: -with-name=tuM -with-name=VUo -with-name=wuN -with-name=SyJYcL \ 37 RUN: -with-name=xoZvxw -with-name=LJPwNRh -with-name=QplRJuDs -with-name=rWDokk… 38 RUN: -with-name=HGfxvKdQO -with-name=loxueqJLH -with-name=bqSuLGQgWa -with-name…
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/ |
| H A D | overflow-ops.ll | 4 declare {i8, i1} @llvm.uadd.with.overflow.i8(i8, i8) 5 declare {i8, i1} @llvm.usub.with.overflow.i8(i8, i8) 6 declare {i8, i1} @llvm.umul.with.overflow.i8(i8, i8) 8 declare {i8, i1} @llvm.sadd.with.overflow.i8(i8, i8) 9 declare {i8, i1} @llvm.ssub.with.overflow.i8(i8, i8) 10 declare {i8, i1} @llvm.smul.with.overflow.i8(i8, i8) 20 %t = call {i8, i1} @llvm.uadd.with.overflow.i8(i8 42, i8 100) 28 %t = call {i8, i1} @llvm.uadd.with.overflow.i8(i8 142, i8 120) 48 %t = call {i8, i1} @llvm.usub.with.overflow.i8(i8 4, i8 2) 56 %t = call {i8, i1} @llvm.usub.with.overflow.i8(i8 4, i8 6) [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | overflow.ll | 8 %sadd = tail call { i8, i1 } @llvm.sadd.with.overflow.i8(i8 %a, i8 %b) 15 declare { i8, i1 } @llvm.sadd.with.overflow.i8(i8, i8) nounwind readnone 19 %sadd = tail call { i16, i1 } @llvm.sadd.with.overflow.i16(i16 %a, i16 %b) 26 declare { i16, i1 } @llvm.sadd.with.overflow.i16(i16, i16) nounwind readnone 30 %sadd = tail call { i32, i1 } @llvm.sadd.with.overflow.i32(i32 %a, i32 %b) 44 %uadd = tail call { i8, i1 } @llvm.uadd.with.overflow.i8(i8 %a, i8 %b) 51 declare { i8, i1 } @llvm.uadd.with.overflow.i8(i8, i8) nounwind readnone 81 %ssub = tail call { i8, i1 } @llvm.ssub.with.overflow.i8(i8 %a, i8 %b) 88 declare { i8, i1 } @llvm.ssub.with.overflow.i8(i8, i8) nounwind readnone 117 %usub = tail call { i8, i1 } @llvm.usub.with.overflow.i8(i8 %a, i8 %b) [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | ssub-with-overflow.ll | 4 declare { <2 x i32>, <2 x i1> } @llvm.ssub.with.overflow.v2i32(<2 x i32>, <2 x i32>) 6 declare { <2 x i8>, <2 x i1> } @llvm.ssub.with.overflow.v2i8(<2 x i8>, <2 x i8>) 8 declare { i32, i1 } @llvm.ssub.with.overflow.i32(i32, i32) 10 declare { i8, i1 } @llvm.ssub.with.overflow.i8(i8, i8) 18 %b = tail call { i32, i1 } @llvm.ssub.with.overflow.i32(i32 %a, i32 13) 29 %b = tail call { i32, i1 } @llvm.ssub.with.overflow.i32(i32 %a, i32 -7) 39 %b = tail call { i8, i1 } @llvm.ssub.with.overflow.i8(i8 %a, i8 28) 50 %b = tail call { i8, i1 } @llvm.ssub.with.overflow.i8(i8 %a, i8 29) 92 %b = tail call { i32, i1 } @llvm.ssub.with.overflow.i32(i32 %a, i32 30) 103 %b = tail call { i32, i1 } @llvm.ssub.with.overflow.i32(i32 %a, i32 30) [all …]
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | resolution-change.m | 4 …-maps -fmodules-cache-path=%t -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-… 6 // Use the PCH with the same header search options; should be fine 7 …-maps -fmodules-cache-path=%t -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-… 10 …-maps -fmodules-cache-path=%t -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-… 12 // Use the PCH with no way to resolve DependsOnA 16 // Use the PCH with no way to resolve A 17 …dules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs/modules-with-same-name/DependsOn… 21 …-maps -fmodules-cache-path=%t -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-… 22 …ilt in directory '{{.*Inputs.modules-with-same-name.path1.A}}' but now resides in directory '{{.*I… 24 …-maps -fmodules-cache-path=%t -I %S/Inputs/modules-with-same-name/DependsOnA -I %S/Inputs/modules-…
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | invalid-immarg.ll | 3 ; CHECK: Attribute 'immarg' is incompatible with other attributes 6 ; CHECK: Attribute 'immarg' is incompatible with other attributes 9 ; CHECK: Attribute 'immarg' is incompatible with other attributes 12 ; CHECK: Attribute 'immarg' is incompatible with other attributes 15 ; CHECK: Attribute 'immarg' is incompatible with other attributes 18 ; CHECK: Attribute 'immarg' is incompatible with other attributes 21 ; CHECK: Attribute 'immarg' is incompatible with other attributes 24 ; CHECK: Attribute 'immarg' is incompatible with other attributes 27 ; CHECK: Attribute 'immarg' is incompatible with other attributes 30 ; CHECK: Attribute 'immarg' is incompatible with other attributes [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/micromips/ |
| H A D | invalid.s | 19 cachee 0, -513($7) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset 20 cachee 0, 512($7) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset 40 prefe 0, -513($7) # CHECK: :[[@LINE]]:12: error: expected memory with 9-bit signed offset 41 prefe 0, 512($7) # CHECK: :[[@LINE]]:12: error: expected memory with 9-bit signed offset 57 swe $2, -513($gp) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset 58 swe $2, 512($gp) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset 68 lle $4, 512($5) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset 69 lle $4, -513($5) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset 72 lwe $4, 512($5) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset 73 lwe $4, -513($5) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | vec-const-10.ll | 5 ; Test a byte-granularity replicate with the lowest useful value. 13 ; Test a byte-granularity replicate with an arbitrary value. 21 ; Test a byte-granularity replicate with the highest useful value. 29 ; Test a halfword-granularity replicate with the lowest useful value. 37 ; Test a halfword-granularity replicate with an arbitrary value. 61 ; Test a word-granularity replicate with the highest in-range value. 69 ; Test a word-granularity replicate with the next highest value. 78 ; Test a word-granularity replicate with the lowest in-range value. 86 ; Test a word-granularity replicate with the next lowest value. 155 ; Repeat f14 with undefs optimistically treated as 32767. [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/eva/ |
| H A D | invalid.s | 14 lle $4, 512($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset 15 lle $4, -513($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset 18 lwe $4, 512($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset 19 lwe $4, -513($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset 22 sbe $4, 512($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset 23 sbe $4, -513($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset 26 sce $4, 512($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset 27 sce $4, -513($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset 30 she $4, 512($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset 31 she $4, -513($5) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset [all …]
|