Home
last modified time | relevance | path

Searched full:move (Results 1 – 25 of 1242) sorted by relevance

12345678910>>...50

/openbmc/u-boot/board/freescale/m54418twr/
H A 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 …]
/openbmc/u-boot/board/sysam/stmark2/
H A 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 …]
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A 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 …]
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/
H A 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 …]
/openbmc/u-boot/board/freescale/m54455evb/
H A 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 …]
/openbmc/u-boot/board/freescale/m54451evb/
H A 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 …]
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A 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 …]
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dsystem_tests.cpp72 std::make_unique<Chassis>(1, chassisInvPath, std::move(devices))); in TEST()
75 System system{std::move(rules), std::move(chassis)}; in TEST()
91 std::make_unique<PresenceDetection>(std::move(actions)); in TEST()
99 std::move(i2cInterface), std::move(presenceDetection)); in TEST()
104 devices.emplace_back(std::move(device)); in TEST()
106 std::make_unique<Chassis>(1, chassisInvPath, std::move(devices)); in TEST()
112 chassisVec.emplace_back(std::move(chassis)); in TEST()
113 System system{std::move(rules), std::move(chassisVec)}; in TEST()
134 actions.emplace_back(std::move(action)); in TEST()
136 std::make_unique<SensorMonitoring>(std::move(actions)); in TEST()
[all …]
H A Drail_tests.cpp72 std::make_unique<Configuration>(volts, std::move(actions)); in TEST()
78 std::make_unique<SensorMonitoring>(std::move(actions)); in TEST()
81 Rail rail{"vddr1", std::move(configuration), in TEST()
82 std::move(sensorMonitoring)}; in TEST()
100 actions.emplace_back(std::move(action)); in TEST()
102 std::make_unique<SensorMonitoring>(std::move(actions)); in TEST()
107 "vddr1", std::move(configuration), std::move(sensorMonitoring)); in TEST()
117 rails.emplace_back(std::move(rail)); in TEST()
121 std::move(i2cInterface), std::move(presenceDetection), in TEST()
122 std::move(deviceConfiguration), std::move(phaseFaultDetection), in TEST()
[all …]
H A Dconfiguration_tests.cpp66 Configuration configuration(volts, std::move(actions)); in TEST()
79 Configuration configuration(volts, std::move(actions)); in TEST()
111 actions.emplace_back(std::move(action)); in TEST()
113 std::make_unique<Configuration>(volts, std::move(actions)); in TEST()
121 std::move(i2cInterface), std::move(presenceDetection), in TEST()
122 std::move(configuration)); in TEST()
127 devices.emplace_back(std::move(device)); in TEST()
129 std::make_unique<Chassis>(1, chassisInvPath, std::move(devices)); in TEST()
135 chassisVec.emplace_back(std::move(chassis)); in TEST()
136 System system{std::move(rules), std::move(chassisVec)}; in TEST()
[all …]
H A Ddevice_tests.cpp76 chassisVec.emplace_back(std::move(chassis));
78 std::make_unique<System>(std::move(rules), std::move(chassisVec));
100 Device device{"vdd_reg", true, deviceInvPath, std::move(i2cInterface)}; in TEST_F()
121 std::make_unique<PresenceDetection>(std::move(actions)); in TEST_F()
129 std::make_unique<Configuration>(volts, std::move(actions)); in TEST_F()
137 std::make_unique<PhaseFaultDetection>(std::move(actions)); in TEST_F()
148 std::move(i2cInterface), in TEST_F()
149 std::move(presenceDetection), in TEST_F()
150 std::move(configuration), in TEST_F()
151 std::move(phaseFaultDetection), in TEST_F()
[all …]
H A Dchassis_tests.cpp69 system = std::make_unique<System>(std::move(rules), std::move(chassis));
97 Chassis chassis{1, defaultInventoryPath, std::move(devices)}; in TEST_F()
128 Chassis chassis{1, defaultInventoryPath, std::move(devices)}; in TEST_F()
152 std::make_unique<PresenceDetection>(std::move(actions)); in TEST_F()
160 std::move(i2cInterface), std::move(presenceDetection)); in TEST_F()
165 devices.emplace_back(std::move(device)); in TEST_F()
166 Chassis chassis{1, defaultInventoryPath, std::move(devices)}; in TEST_F()
187 actions.emplace_back(std::move(action)); in TEST_F()
189 std::make_unique<SensorMonitoring>(std::move(actions)); in TEST_F()
193 auto rail = std::make_unique<Rail>("vddr1", std::move(configuration), in TEST_F()
[all …]
/openbmc/phosphor-pid-control/pid/ec/
H A Dlogging.hpp67 PidCoreLog(PidCoreLog&& move) noexcept in PidCoreLog()
70 *this = std::move(move); in PidCoreLog()
73 PidCoreLog& operator=(PidCoreLog&& move) noexcept in operator =()
75 if (this != &move) in operator =()
77 // Move each field individually in operator =()
78 nameOriginal = std::move(move.nameOriginal); in operator =()
79 nameClean = std::move(move.nameClean); in operator =()
80 fileContext = std::move(move.fileContext); in operator =()
81 fileCoeffs = std::move(move.fileCoeffs); in operator =()
82 lastLog = move.lastLog; in operator =()
[all …]
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A 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 …]
/openbmc/u-boot/arch/m68k/cpu/mcf523x/
H A 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 …]
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A 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 …]
/openbmc/qemu/target/mips/tcg/
H A Dvr54xx_translate.c21 * MACC Multiply, accumulate, and move LO
22 * MACCHI Multiply, accumulate, and move HI
23 * MACCHIU Unsigned multiply, accumulate, and move HI
24 * MACCU Unsigned multiply, accumulate, and move LO
25 * MSAC Multiply, negate, accumulate, and move LO
26 * MSACHI Multiply, negate, accumulate, and move HI
27 * MSACHIU Unsigned multiply, negate, accumulate, and move HI
28 * MSACU Unsigned multiply, negate, accumulate, and move LO
29 * MULHI Multiply and move HI
30 * MULHIU Unsigned multiply and move HI
[all …]
/openbmc/u-boot/arch/m68k/cpu/mcf530x/
H A 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 …]
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dif_action_tests.cpp48 IfAction ifAction{std::move(conditionAction), std::move(thenActions)}; in TEST()
66 IfAction ifAction{std::move(conditionAction), std::move(thenActions), in TEST()
67 std::move(elseActions)}; in TEST()
98 thenActions.push_back(std::move(thenAction)); in TEST()
103 thenActions.push_back(std::move(thenAction)); in TEST()
105 IfAction ifAction{std::move(conditionAction), std::move(thenActions)}; in TEST()
126 thenActions.push_back(std::move(thenAction)); in TEST()
132 elseActions.push_back(std::move(elseAction)); in TEST()
134 IfAction ifAction{std::move(conditionAction), std::move(thenActions), in TEST()
135 std::move(elseActions)}; in TEST()
[all …]
H A Dand_action_tests.cpp43 AndAction andAction{std::move(actions)}; in TEST()
58 AndAction andAction{std::move(actions)}; in TEST()
77 actions.push_back(std::move(action)); in TEST()
82 actions.push_back(std::move(action)); in TEST()
84 AndAction andAction{std::move(actions)}; in TEST()
102 actions.push_back(std::move(action)); in TEST()
107 actions.push_back(std::move(action)); in TEST()
112 actions.push_back(std::move(action)); in TEST()
114 AndAction andAction{std::move(actions)}; in TEST()
131 actions.push_back(std::move(action)); in TEST()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-liftoff-Correct-function-signatures.patch7 …baseline/mips/liftoff-assembler-mips.h:661:5: error: no matching member function for call to 'Move'
8 Move(tmp, src, type.value_type());
27 // Move {src} into {dst}. {src} and {dst} must be different.
28 - void Move(LiftoffRegister dst, LiftoffRegister src, ValueKind);
29 + void Move(LiftoffRegister dst, LiftoffRegister src, ValueKind kind);
31 // Parallel register move: For a list of tuples <dst, src, kind>, move the
37 - inline void Move(Register dst, Register src, ValueKind);
38 - inline void Move(DoubleRegister dst, DoubleRegister src, ValueKind);
39 + inline void Move(Register dst, Register src, ValueKind kind);
40 + inline void Move(DoubleRegister dst, DoubleRegister src, ValueKind kind);
[all …]
/openbmc/qemu/common-user/host/loongarch64/
H A Dsafe-syscall.inc.S44 move $t0, $a0 /* signal_pending pointer */
45 move $t1, $a1 /* syscall number */
46 move $a0, $a2 /* syscall arguments */
47 move $a1, $a3
48 move $a2, $a4
49 move $a3, $a5
50 move $a4, $a6
51 move $a5, $a7
52 move $a7, $t1
56 * clobbered by syscalls on LoongArch, so we need to move it
[all …]
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_handler_unittest.cpp26 {}, std::move(data), CreateActionMap("abcd")); in TEST()
38 std::move(blobs), std::vector<DataHandlerPack>(), in TEST()
57 std::move(blobs), std::move(data), std::move(emptyMap)); in TEST()
75 std::move(blobs), std::move(data), CreateActionMap("asdf")); in TEST()
87 std::move(blobs2), std::move(data2), CreateActionMap("asdf")); in TEST()
103 std::move(blobs), std::move(data), CreateActionMap("asdf")); in TEST()
114 std::move(blobs2), std::move(data2), CreateActionMap("asdf")); in TEST()
H A Dfirmware_multiplebundle_unittest.cpp36 blobs.emplace_back(hashBlobId, std::move(image)); in SetUp()
40 blobs.emplace_back(staticLayoutBlobId, std::move(image)); in SetUp()
44 blobs.emplace_back(biosBlobId, std::move(image)); in SetUp()
77 bmcPack->preparation = std::move(bmcPrepareMock); in SetUp()
78 bmcPack->verification = std::move(bmcVerifyMock); in SetUp()
79 bmcPack->update = std::move(bmcUpdateMock); in SetUp()
82 biosPack->preparation = std::move(biosPrepareMock); in SetUp()
83 biosPack->verification = std::move(biosVerifyMock); in SetUp()
84 biosPack->update = std::move(biosUpdateMock); in SetUp()
86 packs[staticLayoutBlobId] = std::move(bmcPack); in SetUp()
[all …]
/openbmc/qemu/common-user/host/mips/
H A Dsafe-syscall.inc.S63 move s0, a0 /* signal_pending pointer */
64 move v0, a1 /* syscall number */
65 move a0, a2 /* syscall arguments */
66 move a1, a3
90 move s0, a0 /* signal_pending pointer */
91 move v0, a1 /* syscall number */
92 move a0, a2 /* syscall arguments */
93 move a1, a3
94 move a2, a4
95 move a3, a5
[all …]

12345678910>>...50