/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 …]
|
D | debug-frame-large-stack.ll | 2 …filetype=asm -o - < %s -mtriple arm-arm-netbsd-eabi | FileCheck %s --check-prefix=CHECK-ARM-FP-ELIM 14 ; CHECK-ARM-FP-ELIM-LABEL: test1: 15 ; CHECK-ARM-FP-ELIM: .cfi_startproc 16 ; CHECK-ARM-FP-ELIM: sub sp, sp, #256 17 ; CHECK-ARM-FP-ELIM: .cfi_endproc 69 ; CHECK-ARM-FP-ELIM-LABEL: test3: 70 ; CHECK-ARM-FP-ELIM: .cfi_startproc 71 ; CHECK-ARM-FP-ELIM: push {r4, r5, r11} 72 ; CHECK-ARM-FP-ELIM: .cfi_def_cfa_offset 12 73 ; CHECK-ARM-FP-ELIM: .cfi_offset r11, -4 [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 …]
|
D | fp-elim.ll | 1 …c < %s -march=x86 -asm-verbose=false | FileCheck %s -check-prefix=FP-ELIM 9 ; FP-ELIM-LABEL: t1: 10 ; FP-ELIM-NEXT: movl 11 ; FP-ELIM-NEXT: ret 22 ; FP-ELIM-LABEL: t2: 23 ; FP-ELIM-NOT: pushl %ebp 24 ; FP-ELIM: ret 36 ; FP-ELIM-LABEL: t3: 37 ; FP-ELIM-NEXT: movl 38 ; FP-ELIM-NEXT: ret [all …]
|
/external/python/cpython3/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/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/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 …]
|
D | stack-realign.ll | 2 …=powerpc64-unknown-linux-gnu -mcpu=pwr7 -disable-fp-elim < %s | FileCheck -check-prefix=CHECK-FP %s 52 ; CHECK-FP-LABEL: @goo 54 ; CHECK-FP-DAG: mflr {{[0-9]+}} 55 ; CHECK-FP-DAG: clrldi [[REG:[0-9]+]], 1, 59 56 ; CHECK-FP-DAG: std 31, -8(1) 57 ; CHECK-FP-DAG: std 30, -16(1) 58 ; CHECK-FP-DAG: mr 30, 1 59 ; CHECK-FP-DAG: std 0, 16(1) 60 ; CHECK-FP-DAG: subfic 0, [[REG]], -160 61 ; CHECK-FP: stdux 1, 1, 0 [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/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/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/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 …]
|
/external/python/cpython3/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 …]
|
/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/llvm/test/CodeGen/SystemZ/ |
D | frame-07.ll | 4 … llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 -disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s 43 ; CHECK-FP-LABEL: f1: 44 ; CHECK-FP: stmg %r11, %r15, 88(%r15) 45 ; CHECK-FP: aghi %r15, -4128 46 ; CHECK-FP: .cfi_def_cfa_offset 4288 47 ; CHECK-FP: lgr %r11, %r15 48 ; CHECK-FP: .cfi_def_cfa_register %r11 49 ; CHECK-FP: stdy %f8, 4120(%r11) 50 ; CHECK-FP: stdy %f9, 4112(%r11) 51 ; CHECK-FP: stdy %f10, 4104(%r11) [all …]
|
/external/clang/test/CodeGen/ |
D | pointer-arithmetic.c | 10 typedef void (*FP)(void); typedef 18 FP f5(FP a, int b) { return a + b; } in f5() 19 FP f5_1(FP a, int b) { return (a += b); } in f5_1() 20 FP f6(int a, FP b) { return a + b; } in f6() 21 FP f6_1(int a, FP b) { return (a += b); } in f6_1() 22 FP f7(FP a, int b) { return a - b; } in f7() 23 FP f7_1(FP a, int b) { return (a -= b); } in f7_1()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | fdiv.ll | 5 …machineinstrs -enable-unsafe-fp-math < %s | FileCheck -check-prefix=UNSAFE-FP -check-prefix=FUNC %s 18 ; UNSAFE-FP: v_rcp_f32 19 ; UNSAFE-FP: v_mul_f32_e32 41 ; UNSAFE-FP: v_rcp_f32 42 ; UNSAFE-FP: v_mul_f32_e32 57 ; UNSAFE-FP: v_rcp_f32 58 ; UNSAFE-FP: v_mul_f32_e32 75 ; UNSAFE-FP: v_rcp_f32 76 ; UNSAFE-FP: v_rcp_f32 77 ; UNSAFE-FP: v_mul_f32_e32 [all …]
|
/external/llvm/test/DebugInfo/Mips/ |
D | prologue_end.ll | 2 …own-linux-gnu -relocation-model=static -disable-fp-elim < %s | FileCheck %s -check-prefix=STATIC-FP 4 …s-unknown-linux-gnu -relocation-model=pic -disable-fp-elim < %s | FileCheck %s -check-prefix=PIC-FP 22 ; STATIC-FP: addiu $sp, $sp, -{{[0-9]+}} 23 ; STATIC-FP: sw $ra, {{[0-9]+}}($sp) 24 ; STATIC-FP: sw $fp, {{[0-9]+}}($sp) 25 ; STATIC-FP: move $fp, $sp 26 ; STATIC-FP: .loc 1 2 3 prologue_end 27 ; STATIC-FP: lui $[[R0:[0-9]+]], %hi($.str) 37 ; PIC-FP: lui $[[R0:[0-9]+]], %hi(_gp_disp) 38 ; PIC-FP: addiu $[[R0]], $[[R0]], %lo(_gp_disp) [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleV6.td | 195 // FP Special Register to Integer Register File Move 198 // Single-precision FP Unary 201 // Double-precision FP Unary 204 // Single-precision FP Compare 207 // Double-precision FP Compare 210 // Single to Double FP Convert 213 // Double to Single FP Convert 216 // Single-Precision FP to Integer Convert 219 // Double-Precision FP to Integer Convert 222 // Integer to Single-Precision FP Convert [all …]
|