Home
last modified time | relevance | path

Searched refs:mtvsrd (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc2187 __ 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 Ddisasm-ppc.cc1248 Format(instr, "mtvsrd 'Xt, 'ra"); in DecodeExt2()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h1122 void mtvsrd(const Simd128Register rt, const Register ra);
H A Dconstants-ppc.h2029 V(mtvsrd, MTVSRD, 0x7C000166) \
H A Dassembler-ppc.cc1919 void Assembler::mtvsrd(const Simd128Register rt, const Register ra) { in mtvsrd() function in v8::internal::Assembler

Completed in 33 milliseconds