Home
last modified time | relevance | path

Searched full:cpu (Results 1 – 25 of 3104) sorted by relevance

12345678910>>...125

/llvm-project/llvm/unittests/TargetParser/
H A DHost.cpp39 CPU implementer : 0x41 in TEST()
40 CPU architecture: 7 in TEST()
41 CPU variant : 0x2 in TEST()
42 CPU part : 0xc09 in TEST()
43 CPU revision : 10 in TEST()
49 CPU implementer : 0x41 in TEST()
50 CPU architecture: 7 in TEST()
51 CPU variant : 0x2 in TEST()
52 CPU part : 0xc09 in TEST()
53 CPU revisio in TEST()
530 StringRef CPU(Buffer.get(), Size); TEST() local
[all...]
/llvm-project/llvm/test/MC/Mips/
H A Dtarget-soft-float.s12 # 64: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
14 # 64: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
17 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
19 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
21 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
23 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
25 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
27 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
29 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled
31 # R2: :[[@LINE-1]]:3: error: instruction requires a CPU featur
[all...]
/llvm-project/clang/test/Misc/
H A Dtarget-invalid-cpu-note.c
/llvm-project/llvm/test/MC/Mips/mips32r2/
H A Dinvalid-dspr2.s8 …,$a0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
9 …5,$s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
10 …3,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
11 …1,$15,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
12 …3,$s6,$s2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
13 …2,$8,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
14 …4,$14,$s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
15 …p,$25,$s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
16 …8,$15,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
17 …2,$14,$s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
[all …]
H A Dinvalid-dsp.s8 …8,$a0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
9 …s3,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
10 …s1,$15,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
11 …s3,$s6,$s2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
12 …a2,$8,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
13 …s8,$15,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
14 …s6,$v1,$v1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
15 …s4,$s8,$s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
16 …k0,$s6,$s7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
17 …14,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
[all …]
H A Dinvalid-msa.s8 …10,$w25,$w29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
9 …15,$w2,$w28 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
10 …13,$w11,$w21 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
11 …28,$w7,$w0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
12 …14,$w27 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
13 …19,$w28 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
14 …10,$w29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
15 …12,$w27 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
16 …31,$w15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
17 …29,$w12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
[all …]
/llvm-project/clang/test/Frontend/
H A Dx86-target-cpu.c1 // Ensure we support the various CPU names.
3 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-cpu nocona -verify %s
4 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-cpu core2 -verify %s
5 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-cpu penryn -verify %s
6 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-cpu nehalem -verify %s
7 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-cpu westmere -verify %s
8 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-cpu sandybridge -verify %s
9 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-cpu ivybridge -verify %s
10 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-cpu haswell -verify %s
11 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-cpu broadwel
[all...]
/llvm-project/llvm/include/llvm/TargetParser/
H A DPPCTargetParser.def162 PPC_LNX_FEATURE("4xxmac","4xx CPU has a Multiply Accumulator",PPCF_4XXMAC,0x02000000,PPC_FAWORD_HWCAP)
163 PPC_LNX_FEATURE("altivec","CPU has a SIMD/Vector Unit",PPCF_ALTIVEC,0x10000000,PPC_FAWORD_HWCAP)
164 PPC_LNX_FEATURE("arch_2_05","CPU supports ISA 205 (eg, POWER6)",PPCF_ARCH205,0x00001000,PPC_FAWORD_HWCAP)
165 PPC_LNX_FEATURE("arch_2_06","CPU supports ISA 206 (eg, POWER7)",PPCF_ARCH206,0x00000100,PPC_FAWORD_HWCAP)
166 PPC_LNX_FEATURE("arch_2_07","CPU supports ISA 207 (eg, POWER8)",PPCF_ARCH207,0x80000000,PPC_FAWORD_HWCAP2)
167 PPC_LNX_FEATURE("arch_3_00","CPU supports ISA 30 (eg, POWER9)",PPCF_ARCH30,0x00800000,PPC_FAWORD_HWCAP2)
168 PPC_LNX_FEATURE("arch_3_1","CPU supports ISA 31 (eg, POWER10)",PPCF_ARCH31,0x00040000,PPC_FAWORD_HWCAP2)
169 PPC_LNX_FEATURE("archpmu","CPU supports the set of compatible performance monitoring events",PPCF_ARCHPMU,0x00000040,PPC_FAWORD_HWCAP)
170 PPC_LNX_FEATURE("booke","CPU supports the Embedded ISA category",PPCF_BOOKE,0x00008000,PPC_FAWORD_HWCAP)
171 PPC_LNX_FEATURE("cellbe","CPU ha
[all...]
/llvm-project/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips5.s8 add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 ceil.w.d $f11,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 ceil.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
18 cvt.s.l $f15,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
19 cvt.ps.s $f3,$f18,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur
[all...]
H A Dinvalid-mips4.s10 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 ceil.w.d $f11,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 ceil.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 cvt.s.l $f15,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
18 dadd $s3,$at,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
19 daddi $sp,$s4,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur
[all...]
H A Dinvalid-mips3.s8 dmult $s7,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 dsub $a3,$s6,$8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 ceil.w.d $f11,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 ceil.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 cvt.s.l $f15,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur
[all...]
H A Dinvalid-mips2.s8 …bc1fl $fcc0,-8239 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
9 …bc1fl -8239 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
10 …bc1tl $fcc0,-8239 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
11 …bc1tl -8239 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
12 …beql $14,$s3,12544 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
13 …bgezall $12,7293 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
14 …bgezl $4,-6858 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
15 …bgtzl $10,-3738 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
16 …blezl $6,2974 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
17 …bltzall $6,488 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
[all …]
/llvm-project/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips4.s10 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 cvt.s.l $f15,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 dadd $s3,$at,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 daddi $sp,$s4,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
18 daddiu $k0,$s6,-4586 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
19 daddu $s3,$at,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur
[all...]
H A Dinvalid-mips3.s8 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 cvt.s.l $f15,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 dadd $s3,$at,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 daddi $sp,$s4,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 daddiu $k0,$s6,-4586 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 daddu $s3,$at,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur
[all...]
H A Dinvalid-mips5.s8 …add.ps $f25,$f27,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
11 …ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
12 …ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
13 …cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
14 …cvt.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
15 …cvt.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
16 …cvt.s.l $f15,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
17 …cvt.ps.s $f3,$f18,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
18 …cvt.s.pl $f30,$f1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
19 …cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur…
[all …]
/llvm-project/clang/test/CodeGen/
H A Dattr-cpuspecific-cpus.c12 ATTR(cpu_specific(generic)) void CPU(void){} in ATTR()
13 ATTR(cpu_specific(pentium)) void CPU(void){} in ATTR()
14 ATTR(cpu_specific(pentium_pro)) void CPU(void){} in ATTR()
15 ATTR(cpu_specific(pentium_mmx)) void CPU(void){} in ATTR()
16 ATTR(cpu_specific(pentium_ii)) void CPU(void){} in ATTR()
17 ATTR(cpu_specific(pentium_iii)) void CPU(void){} in ATTR()
18 ATTR(cpu_specific(pentium_4)) void CPU(void){} in ATTR()
19 ATTR(cpu_specific(pentium_m)) void CPU(void){} in ATTR()
20 ATTR(cpu_specific(pentium_4_sse3)) void CPU(void){} in ATTR()
21 ATTR(cpu_specific(core_2_duo_ssse3)) void CPU(voi in ATTR()
[all...]
/llvm-project/clang/test/Driver/
H A Davr-mmcu.c7 // CHECK1: "-cc1" {{.*}} "-target-cpu" "at90s2313"
8 // CHECK1: "-cc1as" {{.*}} "-target-cpu" "at90s2313"
11 // CHECK2: "-cc1" {{.*}} "-target-cpu" "at90s8515"
12 // CHECK2: "-cc1as" {{.*}} "-target-cpu" "at90s8515"
15 // CHECK3: "-cc1" {{.*}} "-target-cpu" "attiny13a"
16 // CHECK3: "-cc1as" {{.*}} "-target-cpu" "attiny13a"
19 // CHECK4: "-cc1" {{.*}} "-target-cpu" "attiny88"
20 // CHECK4: "-cc1as" {{.*}} "-target-cpu" "attiny88"
23 // CHECK5: "-cc1" {{.*}} "-target-cpu" "attiny88"
24 // CHECK5: "-cc1as" {{.*}} "-target-cpu" "attiny8
[all...]
H A Dx86-march.c1 // Ensure we support the various CPU architecture names.
5 // nocona: "-target-cpu" "nocona"
9 // core2: "-target-cpu" "core2"
13 // penryn: "-target-cpu" "penryn"
17 // nehalem: "-target-cpu" "nehalem"
21 // westmere: "-target-cpu" "westmere"
25 // sandybridge: "-target-cpu" "sandybridge"
29 // ivybridge: "-target-cpu" "ivybridge"
33 // haswell: "-target-cpu" "haswell"
37 // broadwell: "-target-cpu" "broadwel
[all...]
H A Damdgpu-mcpu.cl34 // R600: "-target-cpu" "r600"
35 // R630: "-target-cpu" "r630"
36 // RS880: "-target-cpu" "rs880"
37 // RV670: "-target-cpu" "rv670"
38 // RV710: "-target-cpu" "rv710"
39 // RV730: "-target-cpu" "rv730"
40 // RV770: "-target-cpu" "rv770"
41 // CEDAR: "-target-cpu" "cedar"
42 // CYPRESS: "-target-cpu" "cypress"
43 // JUNIPER: "-target-cpu" "junipe
[all...]
/llvm-project/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips64.s8 …26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
9 …00 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
10 …00 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
11 …00 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
12 …,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
13 …705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
14 …,-27705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
15 …705 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
16 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
17 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
[all …]
H A Dinvalid-mips2.s8 …26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
9 …8239 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
10 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
11 …8239 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
12 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
13 …,12544 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
14 …00 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
15 …00 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
16 …3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
17 …8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
[all …]
/llvm-project/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips2.s8 …26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
9 …8239 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
10 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
11 …8239 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
12 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
13 …,12544 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
14 …,5107 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
15 …8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
16 …38 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
17 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
[all …]
/llvm-project/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64r2.s8 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
9 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
10 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
11 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
12 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
13 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
14 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
15 …15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
16 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
17 …15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
[all …]
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dfdr_controller_test.cpp84 uint16_t CPU = 1; in TEST_F() local
85 ASSERT_TRUE(C->functionEnter(FId, TSC++, CPU)); in TEST_F()
86 ASSERT_TRUE(C->functionExit(FId, TSC++, CPU)); in TEST_F()
87 ASSERT_TRUE(C->functionEnterArg(FId, TSC++, CPU, 1)); in TEST_F()
88 ASSERT_TRUE(C->functionTailExit(FId, TSC++, CPU)); in TEST_F()
143 uint16_t CPU = 0; in TEST_F() local
144 ASSERT_TRUE(C->functionEnter(1, TSC++, CPU)); in TEST_F()
145 ASSERT_TRUE(C->functionEnter(2, TSC++, CPU)); in TEST_F()
146 ASSERT_TRUE(C->functionExit(2, TSC++, CPU)); in TEST_F()
147 ASSERT_TRUE(C->functionExit(1, TSC += 1000, CPU)); in TEST_F()
[all …]
/llvm-project/llvm/test/MC/Mips/mips32/
H A Dinvalid-mips32r2.s8 …15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
9 …29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
10 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
11 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
12 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
13 … # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
14 …($t7) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
15 …6($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
16 …1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
17 …19,$f26,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not current…
[all …]

12345678910>>...125