/toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/ |
fill.d | 12 # alpha-linuxecoff always aligns code to 16 bytes. 14 # mips aligns to 16 bytes 16 # sparc-coff aligns to 8 bytes 17 # tic30-coff aligns to 2 bytes 20 # x86_64-pe aligns to 16 bytes 21 # z8k-coff aligns to 2 bytes
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/ |
align.s | 1 # tests proper handling of aligns on D30V
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/Ia32/ |
SetMem32.S | 41 andl $15, %ecx # ecx + edi aligns on 16-byte boundary
|
SetMem.S | 45 andl $15, %ecx # ecx + edi aligns on 16-byte boundary
|
SetMem16.S | 41 andl $15, %ecx # ecx + edi aligns on 16-byte boundary
|
SetMem.asm | 44 and ecx, 15 ; ecx + edi aligns on 16-byte boundary
|
SetMem16.asm | 43 and ecx, 15 ; ecx + edi aligns on 16-byte boundary
|
SetMem32.asm | 43 and ecx, 15 ; ecx + edi aligns on 16-byte boundary
|
CopyMem.S | 49 andl $15, %ecx # ecx + edi aligns on 16-byte boundary
|
CopyMem.asm | 49 and ecx, 15 ; ecx + edi aligns on 16-byte boundary
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/ |
SetMem.S | 45 andq $15, %rcx # rcx + rdi aligns on 16-byte boundary
|
SetMem.asm | 40 and rcx, 15 ; rcx + rdi aligns on 16-byte boundary
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/ |
memcpySSE2.asm | 53 and ecx, 15 ; ecx + edi aligns on 16-byte boundary
|
memsetSSE2.asm | 45 and ecx, 15 ; ecx + edi aligns on 16-byte boundary
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/ |
memsetSSE2.asm | 47 and rcx, 15 ; rcx + rdi aligns on 16-byte boundary
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/ |
EfiSetMemSSE2.asm | 41 and rcx, 15 ; rcx + rdi aligns on 16-byte boundary
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/Ia32/ |
CopyMem.S | 49 andl $7, %ecx # ecx + esi aligns on 8-byte boundary
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/ |
CopyMem.S | 49 andl $15, %ecx # ecx + edi aligns on 16-byte boundary
|
CopyMem.asm | 49 and ecx, 15 ; ecx + edi aligns on 16-byte boundary
|
/external/libvpx/libvpx/vpx_ports/ |
x86_abi_support.asm | 164 ; This macro aligns the stack to the given alignment (in bytes). The stack
|
/compatibility/cdd/7_hardware-compatibility/ |
7_5_cameras.md | 200 aligns with the screen?s long dimension. That is, when the device is held in the
|
/prebuilts/go/darwin-x86/src/image/draw/ |
draw.go | 51 // Draw aligns r.Min in dst with sp in src and then replaces the 104 // DrawMask aligns r.Min in dst with sp in src and mp in mask and then replaces the rectangle r
|
/prebuilts/go/linux-x86/src/image/draw/ |
draw.go | 51 // Draw aligns r.Min in dst with sp in src and then replaces the 104 // DrawMask aligns r.Min in dst with sp in src and mp in mask and then replaces the rectangle r
|
/art/runtime/arch/mips/ |
quick_entrypoints_mips.S | [all...] |
/external/tensorflow/tensorflow/go/op/ |
wrappers.go | [all...] |