/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | ehabi.ll | 23 ; RUN: | FileCheck %s --check-prefix=CHECK-FP 27 ; RUN: | FileCheck %s --check-prefix=CHECK-FP-ELIM 31 ; RUN: | FileCheck %s --check-prefix=CHECK-V7-FP 35 ; RUN: | FileCheck %s --check-prefix=CHECK-V7-FP-ELIM 39 ; RUN: | FileCheck %s --check-prefix=CHECK-FP 43 ; RUN: | FileCheck %s --check-prefix=CHECK-FP-ELIM 47 ; RUN: | FileCheck %s --check-prefix=CHECK-V7-FP 51 ; RUN: | FileCheck %s --check-prefix=CHECK-V7-FP-ELIM 55 ; RUN: | FileCheck %s --check-prefix=CHECK-FP 59 ; RUN: | FileCheck %s --check-prefix=CHECK-FP-ELIM [all …]
|
D | debug-frame.ll | 19 ; RUN: | FileCheck %s --check-prefix=CHECK-FP 23 ; RUN: | FileCheck %s --check-prefix=CHECK-FP-ELIM 27 ; RUN: | FileCheck %s --check-prefix=CHECK-V7-FP 31 ; RUN: | FileCheck %s --check-prefix=CHECK-V7-FP-ELIM 35 ; RUN: | FileCheck %s --check-prefix=CHECK-THUMB-FP 39 ; RUN: | FileCheck %s --check-prefix=CHECK-THUMB-FP-ELIM 43 ; RUN: | FileCheck %s --check-prefix=CHECK-THUMB-V7-FP 47 ; RUN: | FileCheck %s --check-prefix=CHECK-THUMB-V7-FP-ELIM 51 ; RUN: | FileCheck %s --check-prefix=CHECK-THUMB-V7-FP-NOIAS 163 ; CHECK-FP-LABEL: _Z4testiiiiiddddd: [all …]
|
D | debug-frame-vararg.ll | 1 …llc -mtriple arm-unknown-linux-gnueabi -filetype asm -o - %s | FileCheck %s --check-prefix=CHECK-FP 2 …wn-linux-gnueabi -filetype asm -o - %s -disable-fp-elim | FileCheck %s --check-prefix=CHECK-FP-ELIM 3 …iple thumb-unknown-linux-gnueabi -filetype asm -o - %s | FileCheck %s --check-prefix=CHECK-THUMB-FP 4 …ux-gnueabi -filetype asm -o - %s -disable-fp-elim | FileCheck %s --check-prefix=CHECK-THUMB-FP-ELIM 62 ; CHECK-FP-LABEL: sum 63 ; CHECK-FP: .cfi_startproc 64 ; CHECK-FP: sub sp, sp, #12 65 ; CHECK-FP: .cfi_def_cfa_offset 12 66 ; CHECK-FP: push {r4, lr} 67 ; CHECK-FP: .cfi_def_cfa_offset 20 [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | ehabi.ll | 23 ; RUN: | FileCheck %s --check-prefix=CHECK-FP 27 ; RUN: | FileCheck %s --check-prefix=CHECK-FP-ELIM 31 ; RUN: | FileCheck %s --check-prefix=CHECK-V7-FP 35 ; RUN: | FileCheck %s --check-prefix=CHECK-V7-FP-ELIM 39 ; RUN: | FileCheck %s --check-prefix=CHECK-FP 43 ; RUN: | FileCheck %s --check-prefix=CHECK-FP-ELIM 47 ; RUN: | FileCheck %s --check-prefix=CHECK-V7-FP 51 ; RUN: | FileCheck %s --check-prefix=CHECK-V7-FP-ELIM 55 ; RUN: | FileCheck %s --check-prefix=CHECK-FP 59 ; RUN: | FileCheck %s --check-prefix=CHECK-FP-ELIM [all …]
|
D | debug-frame.ll | 19 ; RUN: | FileCheck %s --check-prefix=CHECK-FP 23 ; RUN: | FileCheck %s --check-prefix=CHECK-FP-ELIM 27 ; RUN: | FileCheck %s --check-prefix=CHECK-V7-FP 31 ; RUN: | FileCheck %s --check-prefix=CHECK-V7-FP-ELIM 35 ; RUN: | FileCheck %s --check-prefix=CHECK-THUMB-FP 39 ; RUN: | FileCheck %s --check-prefix=CHECK-THUMB-FP-ELIM 43 ; RUN: | FileCheck %s --check-prefix=CHECK-THUMB-V7-FP 47 ; RUN: | FileCheck %s --check-prefix=CHECK-THUMB-V7-FP-ELIM 51 ; RUN: | FileCheck %s --check-prefix=CHECK-THUMB-V7-FP-NOIAS 163 ; CHECK-FP-LABEL: _Z4testiiiiiddddd: [all …]
|
D | debug-frame-vararg.ll | 1 …llc -mtriple arm-unknown-linux-gnueabi -filetype asm -o - %s | FileCheck %s --check-prefix=CHECK-FP 2 …wn-linux-gnueabi -filetype asm -o - %s -disable-fp-elim | FileCheck %s --check-prefix=CHECK-FP-ELIM 3 …iple thumb-unknown-linux-gnueabi -filetype asm -o - %s | FileCheck %s --check-prefix=CHECK-THUMB-FP 4 …ux-gnueabi -filetype asm -o - %s -disable-fp-elim | FileCheck %s --check-prefix=CHECK-THUMB-FP-ELIM 62 ; CHECK-FP-LABEL: sum 63 ; CHECK-FP: .cfi_startproc 64 ; CHECK-FP: sub sp, sp, #12 65 ; CHECK-FP: .cfi_def_cfa_offset 12 66 ; CHECK-FP: push {r4, lr} 67 ; CHECK-FP: .cfi_def_cfa_offset 20 [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | empty-functions.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck -check-prefix=CHECK-NO-FP %s 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s 3 ; RUN: llc < %s -mtriple=x86_64-linux-gnu | FileCheck -check-prefix=LINUX-NO-FP %s 4 ; RUN: llc < %s -mtriple=x86_64-linux-gnu -disable-fp-elim | FileCheck -check-prefix=LINUX-FP %s 12 ; CHECK-NO-FP: _func: 13 ; CHECK-NO-FP-NEXT: .cfi_startproc 14 ; CHECK-NO-FP: nop 15 ; CHECK-NO-FP-NEXT: .cfi_endproc 17 ; CHECK-FP: _func: 18 ; CHECK-FP-NEXT: .cfi_startproc [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | empty-functions.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck -check-prefix=CHECK-NO-FP %s 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s 3 ; RUN: llc < %s -mtriple=x86_64-linux-gnu | FileCheck -check-prefix=LINUX-NO-FP %s 4 ; RUN: llc < %s -mtriple=x86_64-linux-gnu -disable-fp-elim | FileCheck -check-prefix=LINUX-FP %s 12 ; CHECK-NO-FP: _func: 13 ; CHECK-NO-FP-NEXT: .cfi_startproc 14 ; CHECK-NO-FP: ud2 15 ; CHECK-NO-FP-NEXT: .cfi_endproc 17 ; CHECK-FP: _func: 18 ; CHECK-FP-NEXT: .cfi_startproc [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/ |
D | sysv.S | 69 [FP-20] = P3; 70 [FP+8] = R0; 71 [FP+12] = R1; 72 [FP+16] = R2; 76 R1 = [FP+8]; 81 [FP-12] = SP; 83 [FP-16] = SP; 90 R0 = [FP-16];//SP (parameter area) 91 R1 = [FP+12];//ecif 96 SP = [FP-16]; //point to function parameters [all …]
|
/external/libffi/src/bfin/ |
D | sysv.S | 69 [FP-20] = P3; 70 [FP+8] = R0; 71 [FP+12] = R1; 72 [FP+16] = R2; 76 R1 = [FP+8]; 81 [FP-12] = SP; 83 [FP-16] = SP; 90 R0 = [FP-16];//SP (parameter area) 91 R1 = [FP+12];//ecif 96 SP = [FP-16]; //point to function parameters [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 137 : FP(P), TRI(T) {} in PrintFP() 139 const FlowPattern &FP; member 146 OS << "{ SplitB:" << PrintMB(P.FP.SplitB) in operator <<() 147 << ", PredR:" << printReg(P.FP.PredR, &P.TRI) in operator <<() 148 << ", TrueB:" << PrintMB(P.FP.TrueB) in operator <<() 149 << ", FalseB:" << PrintMB(P.FP.FalseB) in operator <<() 150 << ", JoinB:" << PrintMB(P.FP.JoinB) << " }"; in operator <<() 179 FlowPattern &FP); 187 bool isValid(const FlowPattern &FP) const; 190 const FlowPattern &FP) const; [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | empty-functions.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck -check-prefix=CHECK-NO-FP %s 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s 8 ; CHECK-NO-FP: _func: 9 ; CHECK-NO-FP-NEXT: : 10 ; CHECK-NO-FP-NEXT: .cfi_startproc 11 ; CHECK-NO-FP: nop 12 ; CHECK-NO-FP-NEXT: : 13 ; CHECK-NO-FP-NEXT: .cfi_endproc 15 ; CHECK-FP: _func: 16 ; CHECK-FP-NEXT: : [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonEarlyIfConv.cpp | 117 : FP(P), TRI(T) {} in PrintFP() 118 const FlowPattern &FP; member 125 OS << "{ SplitB:" << PrintMB(P.FP.SplitB) in operator <<() 126 << ", PredR:" << PrintReg(P.FP.PredR, &P.TRI) in operator <<() 127 << ", TrueB:" << PrintMB(P.FP.TrueB) << ", FalseB:" in operator <<() 128 << PrintMB(P.FP.FalseB) in operator <<() 129 << ", JoinB:" << PrintMB(P.FP.JoinB) << " }"; in operator <<() 157 FlowPattern &FP); 165 bool isValid(const FlowPattern &FP) const; 168 bool isProfitable(const FlowPattern &FP) const; [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | empty-functions.ll | 3 ; RUN: llc < %s -mtriple=powerpc-linux-gnu | FileCheck -check-prefix=LINUX-NO-FP %s 4 ; RUN: llc < %s -mtriple=powerpc-linux-gnu -disable-fp-elim | FileCheck -check-prefix=LINUX-FP %s 19 ; LINUX-NO-FP: func: 20 ; LINUX-NO-FP-NEXT: {{^}}.L[[BEGIN:.*]]:{{$}} 21 ; LINUX-NO-FP-NEXT: .cfi_startproc 22 ; LINUX-NO-FP-NEXT: {{^}}# 23 ; LINUX-NO-FP-NEXT: {{^}}.L[[END:.*]]:{{$}} 24 ; LINUX-NO-FP-NEXT: .size func, .L[[END]]-.L[[BEGIN]] 25 ; LINUX-NO-FP-NEXT: .cfi_endproc 30 ; LINUX-FP: func: [all …]
|
D | Frames-large.ll | 2 ; RUN: llc < %s -march=ppc32 -disable-fp-elim | FileCheck %s -check-prefix=PPC32-FP 5 ; RUN: llc < %s -march=ppc64 -disable-fp-elim | FileCheck %s -check-prefix=PPC64-FP 24 ; PPC32-FP: _f1: 25 ; PPC32-FP: lis r0, -1 26 ; PPC32-FP: stw r31, -4(r1) 27 ; PPC32-FP: ori r0, r0, 32736 28 ; PPC32-FP: stwux r1, r1, r0 29 ; PPC32-FP: mr r31, r1 30 ; PPC32-FP: addi r3, r31, 32 31 ; PPC32-FP: lwz r1, 0(r1) [all …]
|
/external/llvm/test/CodeGen/SPARC/ |
D | empty-functions.ll | 1 ; RUN: llc < %s -mtriple=sparc-linux-gnu | FileCheck -check-prefix=LINUX-NO-FP %s 2 ; RUN: llc < %s -mtriple=sparc-linux-gnu -disable-fp-elim | FileCheck -check-prefix=LINUX-FP %s 10 ; LINUX-NO-FP: func: 11 ; LINUX-NO-FP-NEXT: .cfi_startproc 12 ; LINUX-NO-FP-NEXT: {{^}}! 13 ; LINUX-NO-FP-NEXT: {{^}}.L{{.*}}:{{$}} 14 ; LINUX-NO-FP-NEXT: .size func, .L{{.*}}-func 15 ; LINUX-NO-FP-NEXT: .cfi_endproc 20 ; LINUX-FP: func: 21 ; LINUX-FP-NEXT: .cfi_startproc [all …]
|
/external/u-boot/examples/standalone/ |
D | ppc_setjmp.S | 17 #define FP(x...) x macro 30 FP( stfd 14,((JB_FPRS+0*2)*4)(3)) 33 FP( stfd 15,((JB_FPRS+1*2)*4)(3)) 36 FP( stfd 16,((JB_FPRS+2*2)*4)(3)) 39 FP( stfd 17,((JB_FPRS+3*2)*4)(3)) 41 FP( stfd 18,((JB_FPRS+4*2)*4)(3)) 43 FP( stfd 19,((JB_FPRS+5*2)*4)(3)) 45 FP( stfd 20,((JB_FPRS+6*2)*4)(3)) 47 FP( stfd 21,((JB_FPRS+7*2)*4)(3)) 49 FP( stfd 22,((JB_FPRS+8*2)*4)(3)) [all …]
|
D | ppc_longjmp.S | 17 #define FP(x...) x macro 18 #define FP(x...) x macro 27 FP( lfd 14,((JB_FPRS+0*2)*4)(r3)) 29 FP( lfd 15,((JB_FPRS+1*2)*4)(r3)) 31 FP( lfd 16,((JB_FPRS+2*2)*4)(r3)) 33 FP( lfd 17,((JB_FPRS+3*2)*4)(r3)) 35 FP( lfd 18,((JB_FPRS+4*2)*4)(r3)) 37 FP( lfd 19,((JB_FPRS+5*2)*4)(r3)) 39 FP( lfd 20,((JB_FPRS+6*2)*4)(r3)) 42 FP( lfd 21,((JB_FPRS+7*2)*4)(r3)) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | empty-functions.ll | 3 … llc -verify-machineinstrs < %s -mtriple=powerpc-linux-gnu | FileCheck -check-prefix=LINUX-NO-FP %s 4 …achineinstrs < %s -mtriple=powerpc-linux-gnu -disable-fp-elim | FileCheck -check-prefix=LINUX-FP %s 19 ; LINUX-NO-FP: func: 20 ; LINUX-NO-FP-NEXT: {{^}}.L[[BEGIN:.*]]:{{$}} 21 ; LINUX-NO-FP-NEXT: .cfi_startproc 22 ; LINUX-NO-FP-NEXT: {{^}}# 23 ; LINUX-NO-FP-NEXT: {{^}}.L[[END:.*]]:{{$}} 24 ; LINUX-NO-FP-NEXT: .size func, .L[[END]]-.L[[BEGIN]] 25 ; LINUX-NO-FP-NEXT: .cfi_endproc 28 ; LINUX-FP: func: [all …]
|
D | Frames-large.ll | 2 …neinstrs < %s -mtriple=powerpc-apple-darwin8 -disable-fp-elim | FileCheck %s -check-prefix=PPC32-FP 5 …instrs < %s -mtriple=powerpc64-apple-darwin8 -disable-fp-elim | FileCheck %s -check-prefix=PPC64-FP 21 ; PPC32-FP: _f1: 22 ; PPC32-FP: lis r0, -1 23 ; PPC32-FP: ori r0, r0, 32736 24 ; PPC32-FP: stw r31, -4(r1) 25 ; PPC32-FP: stwux r1, r1, r0 26 ; PPC32-FP: mr r31, r1 27 ; PPC32-FP: addi r3, r31, 32 28 ; PPC32-FP: lwz r1, 0(r1) [all …]
|
/external/llvm/test/Other/ |
D | pass-pipeline-parsing.ll | 21 ; RUN: | FileCheck %s --check-prefix=CHECK-TWO-NOOP-FP 22 ; CHECK-TWO-NOOP-FP: Starting llvm::Module pass manager run 23 ; CHECK-TWO-NOOP-FP: Running pass: ModuleToFunctionPassAdaptor 24 ; CHECK-TWO-NOOP-FP: Starting llvm::Function pass manager run 25 ; CHECK-TWO-NOOP-FP: Running pass: NoOpFunctionPass 26 ; CHECK-TWO-NOOP-FP: Running pass: NoOpFunctionPass 27 ; CHECK-TWO-NOOP-FP: Finished llvm::Function pass manager run 28 ; CHECK-TWO-NOOP-FP: Finished llvm::Module pass manager run 32 ; RUN: | FileCheck %s --check-prefix=CHECK-NESTED-TWO-NOOP-FP 33 ; CHECK-NESTED-TWO-NOOP-FP: Starting llvm::Module pass manager run [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | empty-functions.ll | 1 ; RUN: llc < %s -mtriple=sparc-linux-gnu | FileCheck -check-prefix=LINUX-NO-FP %s 2 ; RUN: llc < %s -mtriple=sparc-linux-gnu -disable-fp-elim | FileCheck -check-prefix=LINUX-FP %s 10 ; LINUX-NO-FP: func: 11 ; LINUX-NO-FP-NEXT: .cfi_startproc 12 ; LINUX-NO-FP-NEXT: {{^}}! 13 ; LINUX-NO-FP-NEXT: {{^}}.L{{.*}}:{{$}} 14 ; LINUX-NO-FP-NEXT: .size func, .L{{.*}}-func 15 ; LINUX-NO-FP-NEXT: .cfi_endproc 18 ; LINUX-FP: func: 19 ; LINUX-FP-NEXT: .cfi_startproc [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | Frames-large.ll | 3 ; RUN: llc < %t.bc -march=ppc32 -disable-fp-elim | FileCheck %s -check-prefix=PPC32-FP 6 ; RUN: llc < %t.bc -march=ppc64 -disable-fp-elim | FileCheck %s -check-prefix=PPC64-FP 24 ; PPC32-FP: _f1: 25 ; PPC32-FP: stw r31, -4(r1) 26 ; PPC32-FP: lis r0, -1 27 ; PPC32-FP: ori r0, r0, 32704 28 ; PPC32-FP: stwux r1, r1, r0 30 ; PPC32-FP: lwz r1, 0(r1) 31 ; PPC32-FP: lwz r31, -4(r1) 32 ; PPC32-FP: blr [all …]
|
/external/libffi/src/sparc/ |
D | v9.S | 135 #define FP %fp+STACK_BIAS macro 151 stx %i0, [FP+128+0] 152 stx %i1, [FP+128+8] 153 stx %i2, [FP+128+16] 154 stx %i3, [FP+128+24] 155 stx %i4, [FP+128+32] 156 stx %i5, [FP+128+40] 159 std %f0, [FP-128] 160 std %f2, [FP-120] 161 std %f4, [FP-112] [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/ |
D | v9.S | 135 #define FP %fp+STACK_BIAS macro 151 stx %i0, [FP+128+0] 152 stx %i1, [FP+128+8] 153 stx %i2, [FP+128+16] 154 stx %i3, [FP+128+24] 155 stx %i4, [FP+128+32] 156 stx %i5, [FP+128+40] 159 std %f0, [FP-128] 160 std %f2, [FP-120] 161 std %f4, [FP-112] [all …]
|