Home
last modified time | relevance | path

Searched defs:copy_u_w (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc2114 __ copy_u_w(kScratchReg, i.InputSimd128Register(0), i.InputInt8(1) * 2); in AssembleArchInstruction() local
2116 __ copy_u_w(kScratchReg, i.InputSimd128Register(0), in AssembleArchInstruction() local
2376 __ copy_u_w(kScratchReg, i.InputSimd128Register(0), i.InputInt8(1)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc3368 void Assembler::copy_u_w(Register rd, MSARegister ws, uint32_t n) { in copy_u_w() function in v8::internal::Assembler
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc2477 __ copy_u_w(kScratchReg, i.InputSimd128Register(0), i.InputInt8(1)); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc3580 void Assembler::copy_u_w(Register rd, MSARegister ws, uint32_t n) { in copy_u_w() function in v8::internal::Assembler