Home
last modified time | relevance | path

Searched refs:vrsave (Results 1 – 25 of 34) sorted by relevance

12

/external/rust/crates/gdbstub/src/arch/ppc/reg/
Dcommon.rs38 pub vrsave: u32, field
74 write_regs!(vscr, vrsave); in gdb_serialize()
119 parse_regs!(0x39c..0x3a4, vscr, vrsave); in gdb_deserialize()
142 vrsave: 10, in ppc_core_round_trip()
/external/boringssl/src/crypto/fipsmodule/modes/asm/
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
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dvec_vrsave.ll9 ; CHECK-NOT: vrsave
18 ; CHECK-NOT: vrsave
Dvrsave-inline-asm.ll10 tail call void asm sideeffect "mtvrsave $0", "r,~{vrsave}"(i32 %i)
22 tail call void asm sideeffect "mtspr 256, $0", "r,~{vrsave}"(i32 %i)
Dunwind-dw2.ll11 ; CHECK-NOT: vrsave
Dunwind-dw2-g.ll13 ; CHECK-NOT: .cfi_offset vrsave
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_ppc64.h106 uint64_t vrsave; /* Vector save */ member
Dminidump_cpu_ppc.h134 uint32_t vrsave; /* Vector save */ member
/external/llvm/test/CodeGen/PowerPC/
Dvec_vrsave.ll4 ; RUN: not grep vrsave %t
Dunwind-dw2-g.ll13 ; CHECK-NOT: .cfi_offset vrsave
/external/swiftshader/third_party/marl/src/
Dosfiber_asm_ppc64.h122 uint32_t vrsave; member
219 static_assert(offsetof(marl_fiber_context, vrsave) == MARL_REG_VRSAVE,
/external/llvm-project/llvm/test/MC/PowerPC/
Dppc64-regs.s75 #CHECK: .cfi_offset vrsave, 616
192 .cfi_offset vrsave,616
/external/llvm/test/MC/PowerPC/
Dppc64-regs.s75 #CHECK: .cfi_offset vrsave, 616
192 .cfi_offset vrsave,616
/external/boringssl/src/crypto/fipsmodule/aes/asm/
Daesp8-ppc.pl79 $vrsave="r12";
130 mfspr $vrsave,256
361 mtspr 256,$vrsave
434 mfspr $vrsave,256
490 mtspr 256,$vrsave
516 mfspr $vrsave,256
663 mtspr 256,$vrsave
709 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
1221 mtspr 256,$vrsave
1275 mfspr $vrsave,256
[all …]
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterInfos_ppc64.h188 VMX_PPC64_OFFSET(vrsave), \
312 uint32_t vrsave; member
DRegisterContextFreeBSD_powerpc.cpp167 uint32_t vrsave; member
DRegisterInfos_ppc64le.h199 VMX_OFFSET(vrsave), \
390 uint32_t vrsave; member
DRegisterInfos_powerpc.h165 VMX_OFFSET(vrsave), \
/external/google-breakpad/src/processor/
Ddump_context.cc401 printf(" vrsave = 0x%x\n", context_ppc->vrsave); in Print()
444 context_ppc64->vrsave); in Print()
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm176 sequence = PrintRegister("vrsave", frame_ppc->context.vrsave, sequence);
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc661 AddReg(vrsave); in WriteContextPPC()
727 AddReg(vrsave); in WriteContextPPC64()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1844 uint32_t vrsave; member
1887 sys::swapByteOrder(x.vrsave); in swapStruct()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h1918 uint32_t vrsave; member
1961 sys::swapByteOrder(x.vrsave); in swapStruct()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h1912 uint32_t vrsave; member
1955 sys::swapByteOrder(x.vrsave); in swapStruct()
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td214 def VRSAVE: SPR<256, "vrsave">, DwarfRegNum<[109]>;

12