HomeSort by relevance Sort by last modified time
    Searched defs:R21 (Results 1 - 8 of 8) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/asm/
ppc_asm.h 15 #define R21 r21
  /external/boringssl/src/crypto/poly1305/
poly1305_vec.c 65 } R20, R21, R22, R23, R24, S21, S22, S23, S24;
112 p->R21.d[1] = (uint32_t)(r1);
113 p->R21.d[3] = (uint32_t)(r1 >> 32);
143 uint64_t r20, r21, r22, s22; local
152 r1 = ((uint64_t)p->R21.d[3] << 32) | (uint64_t)p->R21.d[1];
159 r21 = r1;
164 d[0] = add128(mul64x64_128(r20, r20), mul64x64_128(r21 * 2, s22));
165 d[1] = add128(mul64x64_128(r22, s22), mul64x64_128(r20 * 2, r21));
166 d[2] = add128(mul64x64_128(r21, r21), mul64x64_128(r22 * 2, r20))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 84 R21
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 84 R21
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 310 UINT64 R21;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 313 UINT64 R21;
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go     [all...]

Completed in 330 milliseconds