Home
last modified time | relevance | path

Searched refs:DYNAMIC (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm/test/CodeGen/X86/
Dabi-isel.ll8 …amic-no-pic -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-32-DYNAMIC
12 …amic-no-pic -code-model=small -pre-RA-sched=list-ilp | FileCheck %s -check-prefix=DARWIN-64-DYNAMIC
67 ; DARWIN-32-DYNAMIC: _foo00:
68 ; DARWIN-32-DYNAMIC: movl L_src$non_lazy_ptr, [[EAX:%e..]]
69 ; DARWIN-32-DYNAMIC-NEXT: movl ([[EAX]]), [[EAX:%e..]]
70 ; DARWIN-32-DYNAMIC-NEXT: movl L_dst$non_lazy_ptr, [[ECX:%e..]]
71 ; DARWIN-32-DYNAMIC-NEXT: movl [[EAX]], ([[ECX]])
72 ; DARWIN-32-DYNAMIC-NEXT: ret
91 ; DARWIN-64-DYNAMIC: _foo00:
92 ; DARWIN-64-DYNAMIC: movq _src@GOTPCREL(%rip), [[RAX:%r..]]
[all …]
/external/llvm/test/CodeGen/PowerPC/
Davailable-externally.ll5 …relocation-model=dynamic-no-pic -mtriple=powerpc-apple-darwin8 | FileCheck %s -check-prefix=DYNAMIC
30 ; DYNAMIC: _foo:
31 ; DYNAMIC: bl L_exact_log2$stub
32 ; DYNAMIC: blr
90 ; DYNAMIC: .section __TEXT,__symbol_stub1,symbol_stubs,pure_instructions,16
91 ; DYNAMIC: L_exact_log2$stub:
92 ; DYNAMIC: .indirect_symbol _exact_log2
93 ; DYNAMIC: lis r11, ha16(L_exact_log2$lazy_ptr)
94 ; DYNAMIC: lwzu r12, lo16(L_exact_log2$lazy_ptr)(r11)
95 ; DYNAMIC: mtctr r12
[all …]
/external/llvm/test/CodeGen/ARM/
Dstack_guard_remat.ll3 …=dynamic-no-pic -no-integrated-as | FileCheck %s -check-prefix=NO-PIC -check-prefix=DYNAMIC-NO-PIC
6 …8 -relocation-model=dynamic-no-pic -no-integrated-as | FileCheck %s -check-prefix=DYNAMIC-NO-PIC-V7
26 ;DYNAMIC-NO-PIC: [[LABEL0]]:
27 ;DYNAMIC-NO-PIC-NEXT: .long L___stack_chk_guard$non_lazy_ptr
42 ;DYNAMIC-NO-PIC-V7: movw [[R0:r[0-9]+]], :lower16:L___stack_chk_guard$non_lazy_ptr
43 ;DYNAMIC-NO-PIC-V7: movt [[R0]], :upper16:L___stack_chk_guard$non_lazy_ptr
44 ;DYNAMIC-NO-PIC-V7: ldr [[R0]], {{\[}}[[R0]]{{\]}}
45 ;DYNAMIC-NO-PIC-V7: ldr [[R0]], {{\[}}[[R0]]{{\]}}
47 ;DYNAMIC-NO-PIC-V7: L___stack_chk_guard$non_lazy_ptr:
48 ;DYNAMIC-NO-PIC-V7: .indirect_symbol ___stack_chk_guard
Dcse-ldrlit.ll3 …le-none-macho -relocation-model=dynamic-no-pic -o - %s | FileCheck %s --check-prefix=CHECK-DYNAMIC
4 …le-none-macho -relocation-model=dynamic-no-pic -o - %s | FileCheck %s --check-prefix=CHECK-DYNAMIC
44 ; CHECK-DYNAMIC-LABEL: foo:
45 ; CHECK-DYNAMIC: ldr r0, LCPI0_0
46 ; CHECK-DYNAMIC: ldr {{r[1-9][0-9]?}}, [r0, #4]
48 ; CHECK-DYNAMIC: LCPI0_0:
49 ; CHECK-DYNAMIC-NEXT: .long _var
50 ; CHECK-DYNAMIC-NOT: LCPI0_1
Dload-global.ll2 …s -mtriple=armv6-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DYNAMIC
17 ; DYNAMIC: _test1:
18 ; DYNAMIC: ldr r0, LCPI0_0
19 ; DYNAMIC: ldr r0, [r0]
20 ; DYNAMIC: ldr r0, [r0]
21 ; DYNAMIC: .long L_G$non_lazy_ptr
/external/llvm/test/CodeGen/Thumb2/
Dstack_guard_remat.ll3 …ios -relocation-model=dynamic-no-pic -no-integrated-as | FileCheck %s -check-prefix=DYNAMIC-NO-PIC
18 ;DYNAMIC-NO-PIC: foo2
19 ;DYNAMIC-NO-PIC: movw [[R0:r[0-9]+]], :lower16:L___stack_chk_guard$non_lazy_ptr
20 ;DYNAMIC-NO-PIC: movt [[R0]], :upper16:L___stack_chk_guard$non_lazy_ptr
21 ;DYNAMIC-NO-PIC: ldr {{r[0-9]+}}, {{\[}}[[R0]]{{\]}}
/external/llvm/test/Instrumentation/AddressSanitizer/
Dstack_layout.ll6 ; RUN: | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-DYNAMIC
22 ; CHECK-DYNAMIC: alloca i8, i64 192
43 ; CHECK-DYNAMIC: alloca i8, i64 864
65 ; CHECK-DYNAMIC: alloca i8, i64 768
/external/llvm/test/CodeGen/Thumb/
Dstack_guard_remat.ll3 …=dynamic-no-pic -no-integrated-as | FileCheck %s -check-prefix=NO-PIC -check-prefix=DYNAMIC-NO-PIC
23 ;DYNAMIC-NO-PIC: [[LABEL0]]:
24 ;DYNAMIC-NO-PIC-NEXT: .long L___stack_chk_guard$non_lazy_ptr
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
DBody.java158 if (m_type == BodyType.DYNAMIC) { in Body()
459 if (m_type != BodyType.DYNAMIC) { in applyForce()
484 if (m_type != BodyType.DYNAMIC) { in applyForceToCenter()
503 if (m_type != BodyType.DYNAMIC) { in applyTorque()
525 if (m_type != BodyType.DYNAMIC) { in applyLinearImpulse()
550 if (m_type != BodyType.DYNAMIC) { in applyAngularImpulse()
615 if (m_type != BodyType.DYNAMIC) { in setMassData()
678 assert (m_type == BodyType.DYNAMIC); in resetMassData()
1159 if (m_type != BodyType.DYNAMIC && other.m_type != BodyType.DYNAMIC) { in shouldCollide()
DBodyType.java40 STATIC, KINEMATIC, DYNAMIC enumConstant
DWorld.java1288 assert (typeA == BodyType.DYNAMIC || typeB == BodyType.DYNAMIC);
1298 boolean collideA = bA.isBullet() || typeA != BodyType.DYNAMIC;
1299 boolean collideB = bB.isBullet() || typeB != BodyType.DYNAMIC;
1404 if (body.m_type == BodyType.DYNAMIC) {
1423 if (other.m_type == BodyType.DYNAMIC && body.isBullet() == false
1492 if (body.m_type != BodyType.DYNAMIC) {
/external/ceres-solver/include/ceres/
Dautodiff_cost_function.h174 CHECK_NE(kNumResiduals, DYNAMIC) in AutoDiffCostFunction()
186 CHECK_EQ(kNumResiduals, DYNAMIC) in AutoDiffCostFunction()
Dsized_cost_function.h53 CHECK(kNumResiduals > 0 || kNumResiduals == DYNAMIC) in SizedCostFunction()
Dtypes.h392 DYNAMIC = -1 enumerator
Dnumeric_diff_cost_function.h199 if (kNumResiduals == DYNAMIC) { in functor_()
/external/autotest/client/site_tests/security_NetworkListeners/
Dbaseline6 shill 127.0.0.1:DYNAMIC
/external/libcap/progs/
DMakefile14 ifneq ($(DYNAMIC),yes)
/external/elfutils/libebl/
Deblsegmenttypename.c51 PTYPE (DYNAMIC), in ebl_segment_type_name()
Deblsectiontypename.c54 KNOWNSTYPE (DYNAMIC), in ebl_section_type_name()
/external/v8/src/ast/
Dvariables.cc22 case DYNAMIC: return "DYNAMIC"; in Mode2String()
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
DBody.java339 org.jbox2d.dynamics.BodyType t = org.jbox2d.dynamics.BodyType.DYNAMIC; in setType()
340 if (type == BodyType.DynamicBody) t = org.jbox2d.dynamics.BodyType.DYNAMIC; in setType()
349 if (type == org.jbox2d.dynamics.BodyType.DYNAMIC) return BodyType.DynamicBody; in getType()
/external/ceres-solver/internal/ceres/
Dnumeric_diff_cost_function_test.cc192 ceres::DYNAMIC, in TEST()
/external/curl/src/
DMakefile.b3274 !ifdef DYNAMIC
/external/ceres-solver/include/ceres/internal/
Dnumeric_diff.h102 (kNumResiduals != ceres::DYNAMIC ? kNumResiduals : num_residuals); in EvaluateJacobianForParameterBlock()
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt27 - STREAM, STATIC and DYNAMIC buffer usages
41 - STREAM, STATIC and DYNAMIC buffer usages
62 - STREAM, STATIC and DYNAMIC buffer usages

12