Home
last modified time | relevance | path

Searched refs:FP (Results 1 – 25 of 189) sorted by relevance

12345678

/external/llvm/test/CodeGen/X86/
Dempty-functions.ll1 ; 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: .cfi_startproc
10 ; CHECK-NO-FP: nop
11 ; CHECK-NO-FP-NEXT: .cfi_endproc
13 ; CHECK-FP: _func:
14 ; CHECK-FP-NEXT: .cfi_startproc
15 ; CHECK-FP-NEXT: :
16 ; CHECK-FP-NEXT: pushq %rbp
[all …]
Dfp-elim.ll1 …c < %s -march=x86 -asm-verbose=false | FileCheck %s -check-prefix=FP-ELIM
10 ; FP-ELIM: t1:
11 ; FP-ELIM-NEXT: movl
12 ; FP-ELIM-NEXT: ret
27 ; FP-ELIM: t2:
28 ; FP-ELIM-NOT: pushl %ebp
29 ; FP-ELIM: ret
Dtailcallfp.ll2 define fastcc i32 @bar(i32 %X, i32(double, i32) *%FP) {
3 %Y = tail call fastcc i32 %FP(double 0.0, i32 %X)
/external/llvm/test/CodeGen/PowerPC/
DFrames-large.ll3 ; 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
25 ; PPC32-FP: _f1:
26 ; PPC32-FP: lis r0, -1
27 ; PPC32-FP: stw r31, -4(r1)
28 ; PPC32-FP: ori r0, r0, 32704
29 ; PPC32-FP: stwux r1, r1, r0
30 ; PPC32-FP: mr r31, r1
31 ; PPC32-FP: addi r3, r31, 64
32 ; PPC32-FP: lwz r1, 0(r1)
[all …]
Dempty-functions.ll1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck -check-prefix=CHECK-NO-FP %s
2 ; RUN: llc < %s -mtriple=powerpc-apple-darwin -disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s
8 ; CHECK-NO-FP: _func:
9 ; CHECK-NO-FP: nop
11 ; CHECK-FP: _func:
12 ; CHECK-FP: nop
/external/clang/test/CodeGen/
Dpointer-arithmetic.c10 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/libffi/src/sparc/
Dv9.S135 #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/lib/Target/ARM/
DARMScheduleV6.td195 // 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 …]
DARMScheduleSwift.td38 // FIXME: Model non-pipelined nature of FP div / sqrt unit.
488 // FP Special Register to Integer Register File Move
493 // Single-precision FP Unary
500 // Double-precision FP Unary
506 // Single-precision FP Compare
511 // Double-precision FP Compare
516 // Single to Double FP Convert
521 // Double to Single FP Convert
527 // Single to Half FP Convert
534 // Half to Single FP Convert
[all …]
DARMScheduleA8.td253 // FP Special Register to Integer Register File Move
257 // Single-precision FP Unary
261 // Double-precision FP Unary
266 // Single-precision FP Compare
270 // Double-precision FP Compare
275 // Single to Double FP Convert
280 // Double to Single FP Convert
285 // Single-Precision FP to Integer Convert
289 // Double-Precision FP to Integer Convert
294 // Integer to Single-Precision FP Convert
[all …]
/external/llvm/test/DebugInfo/AArch64/
Dcfi-frame.ll2 …s -mtriple=aarch64-none-linux-gnu -disable-fp-elim < %s | FileCheck %s --check-prefix=CHECK-WITH-FP
43 ; CHECK-WITH-FP: test_frame:
45 ; CHECK-WITH-FP: sub sp, sp, #[[SP_INIT_ADJ:[0-9]+]]
46 ; CHECK-WITH-FP-NEXT: .Ltmp
47 ; CHECK-WITH-FP-NEXT: .cfi_def_cfa sp, [[SP_INIT_ADJ]]
49 ; CHECK-WITH-FP: stp x29, x30, [sp, [[OFFSET:#[0-9]+]]]
50 ; CHECK-WITH-FP-NEXT: add x29, sp, [[OFFSET]]
51 ; CHECK-WITH-FP-NEXT: .Ltmp
52 ; CHECK-WITH-FP-NEXT: .cfi_def_cfa x29, 16
55 ; FP is in use.
[all …]
/external/chromium/crypto/
Dscoped_capi_types.h99 template<class CH, typename FP>
100 const FP ScopedCAPIHandle<CH, FP>::free_ = FP();
102 template<class CH, typename FP> inline
103 bool operator==(CH h, const ScopedCAPIHandle<CH, FP>& b) {
107 template<class CH, typename FP> inline
108 bool operator!=(CH h, const ScopedCAPIHandle<CH, FP>& b) {
/external/chromium/googleurl/base/
Dscoped_ptr.h304 template<typename T, typename FP>
305 FP const scoped_ptr_malloc<T,FP>::free_ = FP();
307 template<typename T, typename FP> inline
308 void swap(scoped_ptr_malloc<T,FP>& a, scoped_ptr_malloc<T,FP>& b) { in swap()
312 template<typename T, typename FP> inline
313 bool operator==(T* p, const scoped_ptr_malloc<T,FP>& b) {
317 template<typename T, typename FP> inline
318 bool operator!=(T* p, const scoped_ptr_malloc<T,FP>& b) {
/external/llvm/lib/Target/Hexagon/
DHexagonExpandPredSpillCode.cpp80 unsigned FP = MI->getOperand(0).getReg(); in runOnMachineFunction() local
81 assert(FP == QTM.getRegisterInfo()->getFrameRegister() && in runOnMachineFunction()
95 .addReg(FP).addReg(HEXAGON_RESERVED_REG_1); in runOnMachineFunction()
104 HEXAGON_RESERVED_REG_1).addReg(FP).addImm(Offset); in runOnMachineFunction()
118 addReg(FP).addImm(Offset).addReg(HEXAGON_RESERVED_REG_2); in runOnMachineFunction()
127 unsigned FP = MI->getOperand(1).getReg(); in runOnMachineFunction() local
128 assert(FP == QTM.getRegisterInfo()->getFrameRegister() && in runOnMachineFunction()
139 .addReg(FP) in runOnMachineFunction()
149 HEXAGON_RESERVED_REG_1).addReg(FP).addImm(Offset); in runOnMachineFunction()
159 HEXAGON_RESERVED_REG_2).addReg(FP).addImm(Offset); in runOnMachineFunction()
/external/chromium/base/memory/
Dscoped_ptr.h365 template<class C, class FP>
366 FP const scoped_ptr_malloc<C, FP>::free_ = FP();
368 template<class C, class FP> inline
369 void swap(scoped_ptr_malloc<C, FP>& a, scoped_ptr_malloc<C, FP>& b) { in swap()
373 template<class C, class FP> inline
374 bool operator==(C* p, const scoped_ptr_malloc<C, FP>& b) {
378 template<class C, class FP> inline
379 bool operator!=(C* p, const scoped_ptr_malloc<C, FP>& b) {
/external/openfst/src/include/fst/
Dbi-table.h276 template <class I, class T, class FP>
280 explicit VectorBiTable(FP *fp = 0, size_t table_size = 0)
281 : fp_(fp ? fp : new FP()) {
286 VectorBiTable(const VectorBiTable<I, T, FP> &table) in VectorBiTable()
287 : fp_(table.fp_ ? new FP(*table.fp_) : 0), in VectorBiTable()
313 const FP &Fingerprint() const { return *fp_; } in Fingerprint()
316 FP *fp_;
320 void operator=(const VectorBiTable<I, T, FP> &table); // disallow
331 template <class I, class T, class S, class FP, class H, HSType HS = HS_DENSE>
337 explicit VectorHashBiTable(S *s, FP *fp = 0, H *h = 0,
[all …]
Dstate-table.h118 template <class T, class FP>
120 : public VectorBiTable<typename T::StateId, T, FP> {
124 using VectorBiTable<StateId, T, FP>::FindId;
125 using VectorBiTable<StateId, T, FP>::FindEntry;
126 using VectorBiTable<StateId, T, FP>::Size;
127 using VectorBiTable<StateId, T, FP>::Fingerprint;
130 explicit VectorStateTable(FP *fp = 0, size_t table_size = 0)
131 : VectorBiTable<StateId, T, FP>(fp, table_size) {}
144 template <class T, class S, class FP, class H>
146 : public VectorHashBiTable<typename T::StateId, T, S, FP, H> {
[all …]
/external/srec/srec/include/
Dcomp_stats.h128 #define print_cs_clock1( CLK, NS,FP,PR,IN) print_cs_clock( CLK, NS,FP,PR,IN) argument
129 #define dump_comp_stats1( CS,FP) dump_comp_stats( CS,FP) argument
139 #define print_cs_clock1( CLK, NS,FP,PR,IN) argument
140 #define dump_comp_stats1( CS,FP) argument
/external/llvm/lib/Target/Mips/
DMipsSEFrameLowering.cpp54 unsigned FP = STI.isABI_N64() ? Mips::FP_64 : Mips::FP; in emitPrologue() local
147 BuildMI(MBB, MBBI, dl, TII.get(ADDu), FP).addReg(SP).addReg(ZERO); in emitPrologue()
153 DstML = MachineLocation(FP); in emitPrologue()
170 unsigned FP = STI.isABI_N64() ? Mips::FP_64 : Mips::FP; in emitEpilogue() local
183 BuildMI(MBB, I, dl, TII.get(ADDu), SP).addReg(FP).addReg(ZERO); in emitEpilogue()
277 unsigned FP = STI.isABI_N64() ? Mips::FP_64 : Mips::FP; in processFunctionBeforeCalleeSavedScan() local
281 MRI.setPhysRegUsed(FP); in processFunctionBeforeCalleeSavedScan()
/external/llvm/test/Transforms/GlobalOpt/
Dstorepointer-compare.ll19 %FP = load void ()** @G ; <void ()*> [#uses=2]
20 %CC = icmp eq void ()* %FP, null ; <i1> [#uses=1]
24 call void %FP( )
Dstorepointer.ll15 %FP = load void ()** @G ; <void ()*> [#uses=1]
16 call void %FP( )
/external/clang/test/SemaCXX/
Dblock-call.cpp3 int (*FP)(); variable
7 …int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' wit… in main()
/external/clang/test/Sema/
Dblock-call.c3 int (*FP)(); variable
7 int (*FPL) (int) = FP; // C doesn't consider this an error. in main()
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-call.ll11 define void @FP(void (i32)* %F) {
18 call void @FP( void (i32)* @exit )
/external/llvm/test/ExecutionEngine/
Dtest-call.ll12 define void @FP(void (i32)* %F) {
19 call void @FP( void (i32)* @exit )

12345678