/openbmc/u-boot/board/freescale/m54418twr/ |
H A D | sbf_dram_init.S | 12 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/arch/m68k/cpu/mcf5445x/ |
H A D | start.S | 21 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/board/sysam/stmark2/ |
H A D | sbf_dram_init.S | 25 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/mcf5227x/ |
H A D | start.S | 16 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 D | sbf_dram_init.S | 16 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 D | sbf_dram_init.S | 16 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/phosphor-power/phosphor-regulators/test/ |
H A D | system_tests.cpp | 72 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 D | rail_tests.cpp | 72 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 D | device_tests.cpp | 76 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 D | configuration_tests.cpp | 66 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 D | chassis_tests.cpp | 69 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/u-boot/arch/m68k/cpu/mcf52x2/ |
H A D | start.S | 17 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/u-boot/arch/m68k/cpu/mcf532x/ |
H A D | start.S | 19 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/linux/arch/m68k/math-emu/ |
H A D | fp_entry.S | 57 move.l (FPS_PC2,%sp),(FPS_PC,%sp) 87 move.l %a0,-(%sp) 98 move.l (FPS_PC,%sp),-(%sp) 125 move.l (PT_OFF_D0+8,%sp),%d0 130 move.l (PT_OFF_D1+8,%sp),%d0 135 move.l (PT_OFF_D2+8,%sp),%d0 140 move.l %d3,%d0 145 move.l %d4,%d0 150 move.l %d5,%d0 155 move.l %d6,%d0 [all …]
|
H A D | fp_util.S | 88 * conversion functions, which only move the information into 106 move.w #0x3fff+31,%d1 107 move.l %d1,(%a0)+ | set sign / exp 108 move.l %d0,(%a0)+ | set mantissa 130 move.l %d0,%d1 140 9: move.l %d1,(%a0)+ | fp_ext.sign, fp_ext.exp 141 move.l %d0,(%a0)+ | high lword of fp_ext.mant 152 move.w #0x4000-0x7f,%d1 157 move.w #0x7fff,%d1 167 move.l %d0,%d1 [all …]
|
H A D | fp_move.S | 48 move.w %d0,%d1 | store data size twice in %d1 50 move.w %d0,%d1 54 move.b (%a0,%d1.w),%d0 75 move.w %d0,%d1 79 move.l (%a0)+,(%a1)+ 80 move.l (%a0)+,(%a1)+ 81 move.l (%a0),(%a1) 84 move.l %d1,%d2 98 move.l %d0,%d1 100 move.w %d2,%d0 [all …]
|
H A D | fp_movem.S | 58 2: move.l %d0,%d1 69 printf PDECODE,"-" | decremental move 71 1: printf PDECODE,"+" | incremental move 141 | move register from memory into fpu 148 move.l %d2,(%a1)+ 150 move.l %d2,(%a1)+ 152 move.l %d2,(%a1) 161 | move register from fpu into memory 163 move.l (%a1)+,%d2 168 move.l (%a1)+,%d2 [all …]
|
/openbmc/u-boot/arch/m68k/cpu/mcf523x/ |
H A D | start.S | 16 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 D | start.S | 16 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/phosphor-pid-control/pid/ec/ |
H A D | logging.hpp | 67 PidCoreLog(PidCoreLog&& move) in PidCoreLog() 70 *this = std::move(move); in PidCoreLog() 73 PidCoreLog& operator=(PidCoreLog&& move) 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 = std::move(move.lastLog); in operator =() [all …]
|
/openbmc/u-boot/arch/m68k/cpu/mcf530x/ |
H A D | start.S | 17 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/linux/drivers/video/fbdev/ |
H A D | atafb_utils.h | 27 * instruction per data move overhead. movem might be faster still 46 movep is rather expensive compared to ordinary move's 55 " lsr.l #1,%1 ; jcc 1f ; move.b %2,-(%0)\n" in fb_memclear_small() 56 "1: lsr.l #1,%1 ; jcc 1f ; move.w %2,-(%0)\n" in fb_memclear_small() 57 "1: lsr.l #1,%1 ; jcc 1f ; move.l %2,-(%0)\n" in fb_memclear_small() 58 "1: lsr.l #1,%1 ; jcc 1f ; move.l %2,-(%0) ; move.l %2,-(%0)\n" in fb_memclear_small() 65 " move.l %2,%%d4; move.l %2,%%d5; move.l %2,%%d6\n" in fb_memclear_small() 95 " move.l %1,%2\n" in fb_memclear() 101 "2: move.w %1,%2; lsr.l #2,%1 ; jeq 6f\n" in fb_memclear() 107 "6: move.w %2,%1; btst #1,%1 ; jeq 7f ; clr.w (%0)+\n" in fb_memclear() [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | if_action_tests.cpp | 48 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 …]
|
/openbmc/linux/arch/mips/kernel/ |
H A D | cps-vec-ns16550.S | 52 move s7, ra 53 move s6, a0 89 move s3, ra 90 move s2, a0 93 move a0, s2 94 move ra, s3 106 move s5, ra 107 move s4, a0 110 move a0, s4 111 move ra, s5 [all …]
|
/openbmc/qemu/target/mips/tcg/ |
H A D | vr54xx_translate.c | 21 * 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 …]
|