Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
Dmisc_helpers.S193 tmp1 .req x4
202 mrs tmp1, sctlr_el3
204 mrs tmp1, sctlr_el1
207 tst tmp1, #SCTLR_M_BIT
272 orr tmp1, cursor, block_mask
273 add tmp1, tmp1, #1
279 cbz tmp1, .Lzeromem_dczva_fallback_entry
285 cmp tmp1, stop_address
318 cmp cursor, tmp1
322 cmp cursor, tmp1
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/
DCompareMem.S48 #define tmp1 x8 macro
57 eor tmp1, src1, src2
58 tst tmp1, #7
60 ands tmp1, src1, #7
116 add limit, limit, tmp1 // Adjust the limit for the extra.
117 lsl tmp1, tmp1, #3 // Bytes beyond alignment -> bits.
119 neg tmp1, tmp1 // Bits to alignment -64.
124 lsr tmp2, tmp2, tmp1 // Shift (tmp1 & 63).
DSetMem.S69 #define tmp1 x5 macro
170 mrs tmp1, dczid_el0
224 add tmp1, zva_len, 64 // Max alignment bytes written.
225 cmp count, tmp1
229 add tmp1, dst, zva_len
231 subs count, tmp1, dst // Actual alignment bytes to write.
232 bic tmp1, tmp1, tmp2 // Aligned dc zva start address.
238 2: mov dst, tmp1
239 sub count, dstend, tmp1 // Remaining bytes to write.
DCopyMem.S84 #define tmp1 x9 macro
107 sub tmp1, count, 1
109 tbnz tmp1, 6, L(copy96)
111 tbz tmp1, 5, 1f
144 lsr tmp1, count, 1
147 ldrb B_lw, [src, tmp1]
149 strb B_lw, [dstin, tmp1]
177 and tmp1, dstin, 15
180 sub src, src, tmp1
181 add count, count, tmp1 // Count is now 16 too large.
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
DCompareMem.S40 #define tmp1 r7 macro
52 eor tmp1, src1, src2
53 tst tmp1, #3
55 ands tmp1, src1, #3
112 add limit, limit, tmp1 // Adjust the limit for the extra.
113 lsl tmp1, tmp1, #3 // Bytes beyond alignment -> bits.
115 rsb tmp1, tmp1, #32 // Bits to alignment -32.
120 lsr tmp2, tmp2, tmp1 // Shift (tmp1 & 31).
DCompareMem.asm40 #define tmp1 r7 macro
51 eor tmp1, src1, src2
52 tst tmp1, #3
54 ands tmp1, src1, #3
112 add limit, limit, tmp1 ; Adjust the limit for the extra.
113 lsl tmp1, tmp1, #2 ; Bytes beyond alignment -> bits.
115 neg tmp1, tmp1 ; Bits to alignment -32.
120 lsr tmp2, tmp2, tmp1 ; Shift (tmp1 & 31).
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
Ddfs.c486 uint32_t tmp, tmp1; in gen_rk3399_ctl_params_f0() local
663 tmp1 = get_pi_todtoff_max(pdram_timing, timing_config); in gen_rk3399_ctl_params_f0()
664 tmp = (tmp > tmp1) ? (tmp - tmp1) : 0; in gen_rk3399_ctl_params_f0()
677 tmp1 = get_pi_todtoff_max(pdram_timing, timing_config); in gen_rk3399_ctl_params_f0()
678 tmp = (tmp > tmp1) ? (tmp - tmp1) : 0; in gen_rk3399_ctl_params_f0()
699 tmp1 = 20000 / (1000000 / pdram_timing->mhz) + 1; in gen_rk3399_ctl_params_f0()
701 tmp1++; in gen_rk3399_ctl_params_f0()
702 tmp = (tmp1 >> 1) + (tmp1 % 2) + 5; in gen_rk3399_ctl_params_f0()
710 tmp1 = get_pi_wrlat_adj(pdram_timing, timing_config); in gen_rk3399_ctl_params_f0()
712 if (tmp1 == 0) in gen_rk3399_ctl_params_f0()
[all …]
Dsuspend.c490 uint32_t tmp, tmp1, tmp2, i; in pctl_cfg() local
518 tmp1 = mmio_read_32(PHY_REG(ch, 921)); in pctl_cfg()
521 (((tmp1 >> 16) & 0x1) == 0x1) && in pctl_cfg()
522 (((tmp1 >> 0) & 0x1) == 0x1) && in pctl_cfg()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp265 signed tmp1 = y1 * 298; in yv12_to_rgb565() local
266 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yv12_to_rgb565()
267 signed g1 = clamp_rgb((tmp1 + v_g + u_g) / 256); in yv12_to_rgb565()
268 signed r1 = clamp_rgb((tmp1 + v_r) / 256); in yv12_to_rgb565()
349 signed tmp1 = y1 * 298; in yuv420p_to_rgb888() local
350 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yuv420p_to_rgb888()
351 signed g1 = clamp_rgb((tmp1 + v_g + u_g) / 256); in yuv420p_to_rgb888()
352 signed r1 = clamp_rgb((tmp1 + v_r) / 256); in yuv420p_to_rgb888()
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/tools/
Delftobin.sh61 tmp1=$(cat $OUTPUT_BIN_FILE | wc -c)
65 size_total_img=`expr $main_header_size + $tmp1 + $total_sections \* $section_header_size`
/device/google/contexthub/firmware/os/algos/
Dtime_sync.c46 uint64_t tmp1 = sync->time1[0]; in time_sync_truncate() local
53 sync->time1[NUM_TIME_SYNC_DATAPOINTS - 1] = tmp1; in time_sync_truncate()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
DCommon.dsc759 $(CC) $(C_FLAGS_DPX) $(DPX_SOURCE_FILE) > $*.tmp1
761 -$(CC) $(C_FLAGS_DPX) $(DPX_SOURCE_FILE) /showIncludes > $*.tmp1 2> $(DEST_DIR)\$(BASE_NAME)dxs.cl
764 $(GENDEPEX) -I $*.tmp1 -O $*.tmp2
766 del $*.tmp1 > NUL
814 $(CC) $(C_FLAGS_DPX) $(SOURCE_DIR)\$(DXE_DPX_SOURCE) > $*.tmp1
816 …-$(CC) $(C_FLAGS_DPX) $(SOURCE_DIR)\$(DXE_DPX_SOURCE) /showIncludes > $*.tmp1 2> $(DEST_DIR)\$(BAS…
819 $(GENDEPEX) -I $*.tmp1 -O $*.tmp2
821 del $*.tmp1 > NUL
1045 $(CC) $(C_FLAGS_DPX) $(DPX_SOURCE_FILE) > $*.tmp1
1047 -$(CC) $(C_FLAGS_DPX) $(DPX_SOURCE_FILE) /showIncludes > $*.tmp1 2> $(DEST_DIR)\$(BASE_NAME)dxs.cl
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
Dramdisk.c360 UINT32 TotalSectors,RootDirSectors,FatSz,tmp1,tmp2; in FormatRamdisk() local
420 tmp1 = TotalSectors - (g_bs.BPB_RsvdSecCnt + RootDirSectors); in FormatRamdisk()
422 FatSz = (tmp1 + tmp2 - 1) / tmp2; in FormatRamdisk()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_heapqmodule.c78 PyObject *tmp1, *tmp2; in _siftup() local
110 tmp1 = PyList_GET_ITEM(heap, childpos); in _siftup()
113 PyList_SET_ITEM(heap, pos, tmp1); in _siftup()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c1931 char tmp1[] = "/tmp/fileXXXXXX"; in ParseSection()
1935 fd1 = mkstemp(tmp1); in ParseSection()
1937 ToolInputFile = CloneString(tmp1); in ParseSection()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c1715 PyObject *tmp1 = NULL, *tmp2 = NULL, *tmp3 = NULL; in get_len_of_range_longs() local
1725 if ((tmp1 = PyNumber_Subtract(hi, lo)) == NULL) in get_len_of_range_longs()
1728 if ((diff = PyNumber_Subtract(tmp1, one)) == NULL) in get_len_of_range_longs()
1746 Py_DECREF(tmp1); in get_len_of_range_longs()
1754 Py_XDECREF(tmp1); in get_len_of_range_longs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c1705 PyObject *tmp1 = NULL, *tmp2 = NULL, *tmp3 = NULL; in get_len_of_range_longs() local
1715 if ((tmp1 = PyNumber_Subtract(hi, lo)) == NULL) in get_len_of_range_longs()
1718 if ((diff = PyNumber_Subtract(tmp1, one)) == NULL) in get_len_of_range_longs()
1736 Py_DECREF(tmp1); in get_len_of_range_longs()
1744 Py_XDECREF(tmp1); in get_len_of_range_longs()