Searched refs:vrsave (Results 1 - 12 of 12) sorted by relevance

/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_ppc64.h106 uint64_t vrsave; /* Vector save */ member in struct:__anon6907
H A Dminidump_cpu_ppc.h134 uint32_t vrsave; /* Vector save */ member in struct:__anon6906
/external/boringssl/src/crypto/fipsmodule/modes/asm/
H A Dghashp8-ppc.pl70 my $vrsave="r12";
82 mfspr $vrsave,256
200 mtspr 256,$vrsave
214 mfspr $vrsave,256
252 mtspr 256,$vrsave
264 mfspr $vrsave,256
368 mtspr 256,$vrsave
411 stw $vrsave,`$FRAME-4`($sp) # save vrsave
620 mtspr 256,$vrsave
[all...]
/external/llvm/test/MC/PowerPC/
H A Dppc64-regs.s75 #CHECK: .cfi_offset vrsave, 616
192 .cfi_offset vrsave,616
/external/google-breakpad/src/processor/
H A Ddump_context.cc357 printf(" vrsave = 0x%x\n", context_ppc->vrsave);
399 printf(" vrsave = 0x%" PRIx64 "\n",
400 context_ppc64->vrsave);
H A Dminidump.cc612 Swap(&context_ppc64->vrsave);
889 Swap(&context_ppc->vrsave);
/external/libunwind/src/ppc64/
H A Ducontext_i.h171 #define UC_MCONTEXT_VREGS_VRSAVE ((void *)&dmy_vrregset.vrsave - (void *)&dmy_vrregset)
/external/boringssl/src/crypto/fipsmodule/aes/asm/
H A Daesp8-ppc.pl77 $vrsave="r12";
128 mfspr $vrsave,256
359 mtspr 256,$vrsave
432 mfspr $vrsave,256
488 mtspr 256,$vrsave
514 mfspr $vrsave,256
661 mtspr 256,$vrsave
707 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
1219 mtspr 256,$vrsave
[all...]
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc641 AddReg(vrsave);
707 AddReg(vrsave);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h1844 uint32_t vrsave; member in struct:llvm::MachO::ppc_thread_state32_t
1887 sys::swapByteOrder(x.vrsave);
/external/elfutils/tests/
H A Drun-allregs.sh1142 356: vrsave (vrsave), unsigned 32 bits
2165 356: vrsave (vrsave), unsigned 32 bits
H A Drun-addrcfi.sh642 vector reg356 (vrsave): undefined
1664 vector reg356 (vrsave): undefined
2692 vector reg356 (vrsave): undefined

Completed in 1197 milliseconds