Searched refs:kScratchSimd128Reg (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 2226 __ vextractd(kScratchSimd128Reg, i.InputSimd128Register(0), in AssembleArchInstruction() 2228 __ mfvsrd(kScratchReg, kScratchSimd128Reg); in AssembleArchInstruction() 2234 __ vextractuw(kScratchSimd128Reg, i.InputSimd128Register(0), in AssembleArchInstruction() 2236 __ mfvsrd(kScratchReg, kScratchSimd128Reg); in AssembleArchInstruction() 2242 __ vextractd(kScratchSimd128Reg, i.InputSimd128Register(0), in AssembleArchInstruction() 2244 __ mfvsrd(i.OutputRegister(), kScratchSimd128Reg); in AssembleArchInstruction() 2249 __ vextractuw(kScratchSimd128Reg, i.InputSimd128Register(0), in AssembleArchInstruction() 2251 __ mfvsrd(i.OutputRegister(), kScratchSimd128Reg); in AssembleArchInstruction() 2256 __ vextractuh(kScratchSimd128Reg, i.InputSimd128Register(0), in AssembleArchInstruction() 2258 __ mfvsrd(i.OutputRegister(), kScratchSimd128Reg); in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | register-ppc.h | 236 constexpr Simd128Register kScratchSimd128Reg = v13; member
|
Completed in 5 milliseconds