Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 6721) sorted by relevance

12345678910>>...269

/external/u-boot/board/freescale/m54418twr/
Dsbf_dram_init.S12 move.l #0xFC04002D, %a1
13 move.b #46, (%a1) /* DDR */
16 move.l #0xEC094060, %a1
17 move.b #0, (%a1)
20 move.l #0xEC09001A, %a1
21 move.w #0xE01D, (%a1)
24 move.l #0xFC0B8180, %a1
25 move.l #0x00000000, (%a1)
26 move.l #0x40000000, (%a1)
28 move.l #0xFC0B81AC, %a1
[all …]
/external/u-boot/board/sysam/stmark2/
Dsbf_dram_init.S25 move.l #PPMCR0, %a1
26 move.b #46, (%a1)
29 move.l #MSCR_SDRAMC, %a1
30 move.b #1, (%a1)
48 move.l #MISCCR2, %a1
49 move.w #0xa01d, (%a1)
52 move.l #DDR_RCR, %a1
53 move.l #0x00000000, (%a1)
54 move.l #0x40000000, (%a1)
60 move.l #DDR_PADCR, %a1
[all …]
/external/u-boot/arch/m68k/cpu/mcf5445x/
Dstart.S21 move.w #0x2700,%sr; /* disable intrs */ \
124 move.w #0x2700,%sr /* Mask off Interrupt */
128 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
131 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET), %sp
136 move.l #CONFIG_SYS_INIT_RAM_ADDR, %d0
139 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
143 move.l #0, %d0
144 move.l #(ICACHE_STATUS), %a1 /* icache */
145 move.l #(DCACHE_STATUS), %a2 /* dcache */
146 move.l %d0, (%a1)
[all …]
/external/u-boot/arch/m68k/cpu/mcf5227x/
Dstart.S16 move.w #0x2700,%sr; /* disable intrs */ \
108 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
111 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET), %sp
115 move.l #0xFC008000, %a1
116 move.l #(CONFIG_SYS_CS0_BASE), (%a1)
117 move.l #0xFC008008, %a1
118 move.l #(CONFIG_SYS_CS0_CTRL), (%a1)
119 move.l #0xFC008004, %a1
120 move.l #(CONFIG_SYS_CS0_MASK), (%a1)
126 move.l #0xFC0A4074, %a1
[all …]
/external/deqp-deps/glslang/Test/baseResults/
DstringToDouble.vert.out9 0:5 move second child to first child ( temp float)
14 0:6 move second child to first child ( temp float)
19 0:7 move second child to first child ( temp float)
24 0:8 move second child to first child ( temp float)
29 0:9 move second child to first child ( temp float)
34 0:10 move second child to first child ( temp double)
39 0:11 move second child to first child ( temp double)
44 0:12 move second child to first child ( temp double)
49 0:13 move second child to first child ( temp double)
54 0:14 move second child to first child ( temp double)
[all …]
Dnumeral.frag.out25 0:5 move second child to first child ( temp int)
30 0:6 move second child to first child ( temp int)
35 0:7 move second child to first child ( temp int)
40 0:8 move second child to first child ( temp int)
45 0:9 move second child to first child ( temp int)
50 0:10 move second child to first child ( temp int)
55 0:11 move second child to first child ( temp int)
60 0:12 move second child to first child ( temp int)
65 0:13 move second child to first child ( temp int)
70 0:14 move second child to first child ( temp int)
[all …]
/external/u-boot/board/freescale/m54455evb/
Dsbf_dram_init.S16 move.l #0xFC0A4074, %a1
17 move.b #(CONFIG_SYS_SDRAM_DRV_STRENGTH), (%a1)
21 move.l #0xFC0B8110, %a1
22 move.l #0xFC0B8114, %a2
25 move.l #0x13, %d1
26 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2
40 move.l #(CONFIG_SYS_SDRAM_BASE), (%a1)
43 move.l #(CONFIG_SYS_SDRAM_BASE1), (%a2)
49 move.l #0xFC0B8008, %a1
50 move.l #(CONFIG_SYS_SDRAM_CFG1), (%a1)
[all …]
/external/u-boot/board/freescale/m54451evb/
Dsbf_dram_init.S16 move.l #0xFC0A4074, %a1
17 move.b #(CONFIG_SYS_SDRAM_DRV_STRENGTH), (%a1)
21 move.l #0xFC0B8110, %a1
22 move.l #0xFC0B8114, %a2
25 move.l #0x13, %d1
26 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2
40 move.l #(CONFIG_SYS_SDRAM_BASE), (%a1)
43 move.l #(CONFIG_SYS_SDRAM_BASE1), (%a2)
49 move.l #0xFC0B8008, %a1
50 move.l #(CONFIG_SYS_SDRAM_CFG1), (%a1)
[all …]
/external/clang/test/SemaCXX/
Dwarn-pessmizing-move.cpp11 template <class T> typename remove_reference<T>::type &&move(T &&t);
25 return std::move(a1); in test1()
26 return std::move(a2); in test1()
38 return std::move(a1); in test2()
39 return std::move(a2); in test2()
44 return std::move(b1); in test2()
45 return std::move(b2); in test2()
56 return std::move(global_a); in test3()
59 return std::move(static_a); in test3()
67 return std::move(A()); in test4()
[all …]
Dwarn-self-move.cpp10 template <class T> typename remove_reference<T>::type &&move(T &&t);
16 x = std::move(x); // expected-warning{{explicitly moving}} in int_test()
17 (x) = std::move(x); // expected-warning{{explicitly moving}} in int_test()
19 using std::move; in int_test()
20 x = move(x); // expected-warning{{explicitly moving}} in int_test()
25 global = std::move(global); // expected-warning{{explicitly moving}} in global_int_test()
26 (global) = std::move(global); // expected-warning{{explicitly moving}} in global_int_test()
28 using std::move; in global_int_test()
29 global = move(global); // expected-warning{{explicitly moving}} in global_int_test()
35 x = std::move(x); // expected-warning{{explicitly moving}} in field_test()
[all …]
/external/u-boot/arch/m68k/cpu/mcf52x2/
Dstart.S17 move.w #0x2700,%sr; /* disable intrs */ \
100 move.w #0x2700,%sr
104 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
110 move.l #(CONFIG_SYS_MBAR + 1), %d0
111 move.c %d0, %MBAR
116 move.l #(CONFIG_SYS_MBAR2 + 1), %d0
120 move.l #(CONFIG_SYS_INIT_RAM_ADDR + 1), %d0
126 move.l #(CONFIG_SYS_MBAR + 1), %d0
127 move.l %d0, 0x40000000
130 move.l #(CONFIG_SYS_INIT_RAM_ADDR + 0x21), %d0
[all …]
/external/deqp-deps/SPIRV-Tools/tools/comp/
Dmarkv_model_shader_default_autogen.inc119 codecs.emplace(SpvOpImageSampleExplicitLod, std::move(codec));
182 codecs.emplace(SpvOpFDiv, std::move(codec));
209 codecs.emplace(SpvOpSampledImage, std::move(codec));
284 codecs.emplace(SpvOpFMul, std::move(codec));
371 codecs.emplace(SpvOpFAdd, std::move(codec));
434 codecs.emplace(SpvOpTypePointer, std::move(codec));
499 codecs.emplace(SpvOpFSub, std::move(codec));
520 codecs.emplace(SpvOpIAdd, std::move(codec));
611 codecs.emplace(SpvOpCompositeExtract, std::move(codec));
648 codecs.emplace(SpvOpVectorTimesMatrix, std::move(codec));
[all …]
/external/swiftshader/third_party/SPIRV-Tools/tools/comp/
Dmarkv_model_shader_default_autogen.inc119 codecs.emplace(SpvOpImageSampleExplicitLod, std::move(codec));
182 codecs.emplace(SpvOpFDiv, std::move(codec));
209 codecs.emplace(SpvOpSampledImage, std::move(codec));
284 codecs.emplace(SpvOpFMul, std::move(codec));
371 codecs.emplace(SpvOpFAdd, std::move(codec));
434 codecs.emplace(SpvOpTypePointer, std::move(codec));
499 codecs.emplace(SpvOpFSub, std::move(codec));
520 codecs.emplace(SpvOpIAdd, std::move(codec));
611 codecs.emplace(SpvOpCompositeExtract, std::move(codec));
648 codecs.emplace(SpvOpVectorTimesMatrix, std::move(codec));
[all …]
/external/icu/icu4c/source/i18n/
Dnumber_fluent.cpp34 Derived move(std::move(*this)); in notation() local
36 move.fMacros.notation = notation; in notation()
37 return move; in notation()
51 Derived move(std::move(*this)); in unit() local
53 move.fMacros.unit = unit; in unit()
54 return move; in unit()
65 copy.fMacros.unit = std::move(*unit); in adoptUnit()
73 Derived move(std::move(*this)); in adoptUnit() local
77 move.fMacros.unit = std::move(*unit); in adoptUnit()
80 return move; in adoptUnit()
[all …]
Dnumrange_fluent.cpp40 Derived move(std::move(*this)); in numberFormatterBoth() local
41 move.fMacros.formatter1 = formatter; in numberFormatterBoth()
42 move.fMacros.singleFormatter = true; in numberFormatterBoth()
43 touchRangeLocales(move.fMacros); in numberFormatterBoth()
44 return move; in numberFormatterBoth()
50 copy.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
58 Derived move(std::move(*this)); in numberFormatterBoth() local
59 move.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
60 move.fMacros.singleFormatter = true; in numberFormatterBoth()
61 touchRangeLocales(move.fMacros); in numberFormatterBoth()
[all …]
/external/v8/src/compiler/
Dgap-resolver.cc25 MoveOperands* Split(MoveOperands* move, MachineRepresentation smaller_rep, in Split() argument
30 const LocationOperand& src_loc = LocationOperand::cast(move->source()); in Split()
31 const LocationOperand& dst_loc = LocationOperand::cast(move->destination()); in Split()
66 move->set_source(AllocatedOperand(src_kind, smaller_rep, src_index)); in Split()
67 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
76 return move; in Split()
86 MoveOperands* move = (*moves)[i]; in Resolve() local
87 if (move->IsRedundant()) { in Resolve()
93 if (!kSimpleFPAliasing && move->destination().IsFPRegister()) { in Resolve()
95 REP_BIT(LocationOperand::cast(move->destination()).representation()); in Resolve()
[all …]
/external/libffi/src/m68k/
Dsysv.S64 move.l %d2,-(%sp)
71 move.l 8(%fp),-(%sp)
82 move.l %d0,%a1
84 move.l %a0,%a1
88 move.l 24(%fp),%a0
95 move.l 20(%fp),%a1
98 move.l 16(%fp),%d2
111 move.l %d0,(%a1)
117 move.l %d0,(%a1)
118 move.l %d1,4(%a1)
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/
Dsysv.S64 move.l %d2,-(%sp)
71 move.l 8(%fp),-(%sp)
82 move.l %d0,%a1
84 move.l %a0,%a1
88 move.l 24(%fp),%a0
95 move.l 20(%fp),%a1
98 move.l 16(%fp),%d2
111 move.l %d0,(%a1)
117 move.l %d0,(%a1)
118 move.l %d1,4(%a1)
[all …]
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dor.ll30 ; MM: move $2, $[[T0]]
45 ; MM: move $2, $[[T0]]
60 ; MM: move $2, $[[T0]]
77 ; MM32: move $2, $[[T0]]
97 ; MM32: move $2, $[[T0]]
98 ; MM32: move $3, $[[T1]]
142 ; ALL: move $2, $4
183 ; GP32: move $2, $4
188 ; MM32: move $2, $4
201 ; GP32: move $2, $4
[all …]
/external/u-boot/arch/m68k/cpu/mcf523x/
Dstart.S16 move.w #0x2700,%sr; /* disable intrs */ \
92 move.w #0x2700,%sr /* Mask off Interrupt */
95 move.l #CONFIG_SYS_FLASH_BASE, %d0
98 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
102 move.l #CF_CACR_CINV, %d0 /* Invalidate cache cmd */
105 move.l #0, %d0
110 move.l #0, %d0
111 move.l #(ICACHE_STATUS), %a1 /* icache */
112 move.l #(DCACHE_STATUS), %a2 /* icache */
113 move.l %d0, (%a1)
[all …]
/external/u-boot/arch/m68k/cpu/mcf532x/
Dstart.S19 move.w #0x2700,%sr; /* disable intrs */ \
98 move.w #0x2700,%sr /* Mask off Interrupt */
102 move.l #CONFIG_SYS_FLASH_BASE, %d0
106 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
110 move.l #CF_CACR_CINVA, %d0 /* Invalidate cache cmd */
112 move.l #0, %d0
117 move.l #(0xFC0a0010), %a0
118 move.w (%a0), %d0
121 move.w %d0, (%a0)
125 move.l #0, %d0
[all …]
/external/u-boot/arch/m68k/cpu/mcf547x_8x/
Dstart.S16 move.w #0x2700,%sr; /* disable intrs */ \
92 move.w #0x2700,%sr /* Mask off Interrupt */
95 move.l #CONFIG_SYS_FLASH_BASE, %d0
98 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
101 move.l #(CONFIG_SYS_INIT_RAM1_ADDR + CONFIG_SYS_INIT_RAM1_CTRL), %d0
104 move.l #CONFIG_SYS_MBAR, %d0 /* set MBAR address */
105 move.c %d0, %MBAR
108 move.l #0x01040100, %d0 /* Invalidate cache cmd */
110 move.l #0, %d0
117 move.l #0, %d0
[all …]
/external/u-boot/arch/m68k/cpu/mcf530x/
Dstart.S17 move.w #0x2700,%sr; /* disable intrs */
93 move.w #0x2700,%sr
96 move.l #(CONFIG_SYS_MBAR + 1), %d0
97 move.c %d0, %MBAR
99 move.l #(CONFIG_SYS_INIT_RAM_ADDR + 1), %d0
100 move.c %d0, %RAMBAR
103 move.l #CF_CACR_CINVA, %d0
105 move.l #0, %d0
114 move.l #CONFIG_SYS_FLASH_BASE, %d0
119 move.l #0, %d0
[all …]
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_piecewise_pair.pass.cpp47 A.construct(ptr, std::piecewise_construct, std::move(ttuple), std::move(utuple)); in doTest()
64 std::move(ttuple), std::move(utuple)))); in test_pmr_uses_allocator()
70 std::move(ttuple), std::move(utuple)))); in test_pmr_uses_allocator()
76 std::move(ttuple), std::move(utuple)))); in test_pmr_uses_allocator()
82 std::move(ttuple), std::move(utuple)))); in test_pmr_uses_allocator()
93 std::move(ttuple), std::move(utuple)))); in test_pmr_not_uses_allocator()
99 std::move(ttuple), std::move(utuple)))); in test_pmr_not_uses_allocator()
105 std::move(ttuple), std::move(utuple)))); in test_pmr_not_uses_allocator()
111 std::move(ttuple), std::move(utuple)))); in test_pmr_not_uses_allocator()
140 std::tuple<int&, double&&> t2(x, std::move(dx)); in main()
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dget_const_rv.pass.cpp33 static_assert(std::is_same<const int&&, decltype(std::get<0>(std::move(t)))>::value, ""); in main()
34 static_assert(noexcept(std::get<0>(std::move(t))), ""); in main()
35 const int&& i = std::get<0>(std::move(t)); in main()
42 … static_assert(std::is_same<const std::string&&, decltype(std::get<0>(std::move(t)))>::value, ""); in main()
43 static_assert(noexcept(std::get<0>(std::move(t))), ""); in main()
44 static_assert(std::is_same<const int&&, decltype(std::get<1>(std::move(t)))>::value, ""); in main()
45 static_assert(noexcept(std::get<1>(std::move(t))), ""); in main()
46 const std::string&& s = std::get<0>(std::move(t)); in main()
47 const int&& i = std::get<1>(std::move(t)); in main()
56 static_assert(std::is_same<int&, decltype(std::get<0>(std::move(p)))>::value, ""); in main()
[all …]

12345678910>>...269