HomeSort by relevance Sort by last modified time
    Searched full:source32 (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Library/BaseMemoryLibStm/AArch64/
CopyMem.c 43 CONST UINT32 *Source32;
92 Source32 = (CONST UINT32*)SourceBuffer;
94 *(Destination32++) = *(Source32++);
100 Source8 = (CONST UINT8*)Source32;
106 Source32 = (CONST UINT32*)((UINTN)SourceBuffer + Length);
108 // Destination32 and Source32 were aligned on a 32-bit boundary
115 Source8 = (CONST UINT8*)Source32;
122 Source32 = (CONST UINT32*)Source8;
126 *(--Destination32) = *(--Source32);
  /external/valgrind/none/tests/mips64/
change_fp_mode.c 131 unsigned int source32 = 0x12345678u; variable
172 TEST_LD("lwc1 $f0, 0($t0)", source32);
173 TEST_LD("lwc1 $f1, 0($t0)", source32);
175 TEST_LD("lwxc1 $f0, $0($t0)", source32);
176 TEST_LD("lwxc1 $f1, $0($t0)", source32);

Completed in 427 milliseconds