/external/rust/crates/gdbstub/src/arch/ppc/reg/ |
D | common.rs | 38 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/ |
D | ghashp8-ppc.pl | 70 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/ |
D | vec_vrsave.ll | 9 ; CHECK-NOT: vrsave 18 ; CHECK-NOT: vrsave
|
D | vrsave-inline-asm.ll | 10 tail call void asm sideeffect "mtvrsave $0", "r,~{vrsave}"(i32 %i) 22 tail call void asm sideeffect "mtspr 256, $0", "r,~{vrsave}"(i32 %i)
|
D | unwind-dw2.ll | 11 ; CHECK-NOT: vrsave
|
D | unwind-dw2-g.ll | 13 ; CHECK-NOT: .cfi_offset vrsave
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_cpu_ppc64.h | 106 uint64_t vrsave; /* Vector save */ member
|
D | minidump_cpu_ppc.h | 134 uint32_t vrsave; /* Vector save */ member
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_vrsave.ll | 4 ; RUN: not grep vrsave %t
|
D | unwind-dw2-g.ll | 13 ; CHECK-NOT: .cfi_offset vrsave
|
/external/swiftshader/third_party/marl/src/ |
D | osfiber_asm_ppc64.h | 122 uint32_t vrsave; member 219 static_assert(offsetof(marl_fiber_context, vrsave) == MARL_REG_VRSAVE,
|
/external/llvm-project/llvm/test/MC/PowerPC/ |
D | ppc64-regs.s | 75 #CHECK: .cfi_offset vrsave, 616 192 .cfi_offset vrsave,616
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-regs.s | 75 #CHECK: .cfi_offset vrsave, 616 192 .cfi_offset vrsave,616
|
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aesp8-ppc.pl | 79 $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/ |
D | RegisterInfos_ppc64.h | 188 VMX_PPC64_OFFSET(vrsave), \ 312 uint32_t vrsave; member
|
D | RegisterContextFreeBSD_powerpc.cpp | 167 uint32_t vrsave; member
|
D | RegisterInfos_ppc64le.h | 199 VMX_OFFSET(vrsave), \ 390 uint32_t vrsave; member
|
D | RegisterInfos_powerpc.h | 165 VMX_OFFSET(vrsave), \
|
/external/google-breakpad/src/processor/ |
D | dump_context.cc | 401 printf(" vrsave = 0x%x\n", context_ppc->vrsave); in Print() 444 context_ppc64->vrsave); in Print()
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | crash_report.mm | 176 sequence = PrintRegister("vrsave", frame_ppc->context.vrsave, sequence);
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 661 AddReg(vrsave); in WriteContextPPC() 727 AddReg(vrsave); in WriteContextPPC64()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 1844 uint32_t vrsave; member 1887 sys::swapByteOrder(x.vrsave); in swapStruct()
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 1918 uint32_t vrsave; member 1961 sys::swapByteOrder(x.vrsave); in swapStruct()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 1912 uint32_t vrsave; member 1955 sys::swapByteOrder(x.vrsave); in swapStruct()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.td | 214 def VRSAVE: SPR<256, "vrsave">, DwarfRegNum<[109]>;
|