Searched refs:mtvsrd (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 2187 __ mtvsrd(dst, kScratchReg); in AssembleArchInstruction() 2195 __ mtvsrd(dst, kScratchReg); in AssembleArchInstruction() 2202 __ mtvsrd(dst, i.InputRegister(0)); in AssembleArchInstruction() 2208 __ mtvsrd(dst, i.InputRegister(0)); in AssembleArchInstruction() 2214 __ mtvsrd(dst, i.InputRegister(0)); in AssembleArchInstruction() 2220 __ mtvsrd(dst, i.InputRegister(0)); in AssembleArchInstruction() 2290 __ mtvsrd(kScratchSimd128Reg, r0); in AssembleArchInstruction() 2304 __ mtvsrd(kScratchSimd128Reg, r0); in AssembleArchInstruction() 2318 __ mtvsrd(kScratchSimd128Reg, i.InputRegister(2)); in AssembleArchInstruction() 2332 __ mtvsrd(kScratchSimd128Re in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/diagnostics/ppc/ |
H A D | disasm-ppc.cc | 1248 Format(instr, "mtvsrd 'Xt, 'ra"); in DecodeExt2()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 1122 void mtvsrd(const Simd128Register rt, const Register ra);
|
H A D | constants-ppc.h | 2029 V(mtvsrd, MTVSRD, 0x7C000166) \
|
H A D | assembler-ppc.cc | 1919 void Assembler::mtvsrd(const Simd128Register rt, const Register ra) { in mtvsrd() function in v8::internal::Assembler
|
Completed in 33 milliseconds