OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ppc32
(Results
76 - 100
of
396
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGen/
atomics-inlining.c
2
// RUN: %clang_cc1 -triple powerpc-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=
PPC32
46
//
PPC32
-LABEL: define void @test1
47
//
PPC32
: = load atomic i8, i8* @c1 seq_cst
48
//
PPC32
: store atomic i8 {{.*}}, i8* @c1 seq_cst
49
//
PPC32
: = load atomic i16, i16* @s1 seq_cst
50
//
PPC32
: store atomic i16 {{.*}}, i16* @s1 seq_cst
51
//
PPC32
: = load atomic i32, i32* @i1 seq_cst
52
//
PPC32
: store atomic i32 {{.*}}, i32* @i1 seq_cst
53
//
PPC32
: = call i64 @__atomic_load_8(i8* bitcast (i64* @ll1 to i8*)
54
//
PPC32
: call void @__atomic_store_8(i8* bitcast (i64* @ll1 to i8*), i6
[
all
...]
/external/llvm/test/CodeGen/PowerPC/
Frames-small.ll
1
; RUN: llc < %s -march=
ppc32
-mtriple=powerpc-apple-darwin8 -o %t1
5
; RUN: llc < %s -march=
ppc32
| \
7
; RUN: llc < %s -march=
ppc32
-mtriple=powerpc-apple-darwin8 -disable-fp-elim \
2005-08-12-rlwimi-crash.ll
3
; RUN: llc < %s -march=
ppc32
2005-09-02-LegalizeDuplicatesCalls.ll
3
; RUN: llc < %s -march=
ppc32
-mattr=-64bit | \
2006-04-05-splat-ish.ll
1
; RUN: llc < %s -march=
ppc32
-mtriple=powerpc-apple-darwin8 -mcpu=g5 | \
2006-10-13-Miscompile.ll
1
; RUN: llc < %s -march=
ppc32
| not grep IMPLICIT_DEF
2007-10-16-InlineAsmFrameOffset.ll
1
; RUN: llc < %s -march=
ppc32
2008-05-01-ppc_fp128.ll
1
; RUN: llc < %s -march=
ppc32
LargeAbsoluteAddr.ll
1
; RUN: llc < %s -march=
ppc32
-mtriple=powerpc-apple-darwin | \
and-elim.ll
1
; RUN: llc < %s -march=
ppc32
| not grep rlwin
and_add.ll
1
; RUN: llc < %s -march=
ppc32
-o %t
compare-simm.ll
1
; RUN: llc < %s -march=
ppc32
-mtriple=powerpc-apple-darwin8 | FileCheck %s
fneg.ll
1
; RUN: llc < %s -march=
ppc32
| not grep fneg
iabs.ll
2
; RUN: llc < %s -march=
ppc32
-stats 2>&1 | \
pr3711_widen_bit.ll
1
; RUN: llc < %s -march=
ppc32
-mcpu=g5
reg-coalesce-simple.ll
1
; RUN: llc < %s -march=
ppc32
| not grep or
rotl-2.ll
1
; RUN: llc < %s -march=
ppc32
| grep rotlwi | count 2
2
; RUN: llc < %s -march=
ppc32
| grep clrlwi | count 2
3
; RUN: llc < %s -march=
ppc32
| grep rotlw | count 4
4
; RUN: llc < %s -march=
ppc32
| not grep or
rotl.ll
1
; RUN: llc < %s -march=
ppc32
| grep rotrw: | count 1
2
; RUN: llc < %s -march=
ppc32
| grep rotlw: | count 1
3
; RUN: llc < %s -march=
ppc32
| grep rotlwi: | count 1
4
; RUN: llc < %s -march=
ppc32
| grep rotrwi: | count 1
select-cc.ll
1
; RUN: llc < %s -march=
ppc32
seteq-0.ll
1
; RUN: llc < %s -march=
ppc32
-mtriple=powerpc-apple-darwin8 | FileCheck %s
shl_elim.ll
1
; RUN: llc < %s -march=
ppc32
| not grep slwi
vec_call.ll
1
; RUN: llc < %s -march=
ppc32
-mcpu=g5
vec_vrsave.ll
1
; RUN: llc < %s -march=
ppc32
-mcpu=g5 -o %t
and_sext.ll
2
; RUN: llc < %s -march=
ppc32
| not grep extsh
3
; RUN: llc < %s -march=
ppc32
| not grep extsb
ctrloop-large-ec.ll
1
; RUN: llc -mcpu=
ppc32
< %s | FileCheck %s
19
; On
PPC32
, CTR is also 32 bits, and so cannot hold a 64-bit count.
Completed in 292 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>