Searched defs:copy_u_h (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| D | code-generator-mips64.cc | 2862 __ copy_u_h(i.OutputRegister(), i.InputSimd128Register(0), in AssembleArchInstruction() local 3264 __ copy_u_h(dst, scratch0, 0); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| D | code-generator-mips.cc | 2717 __ copy_u_h(i.OutputRegister(), i.InputSimd128Register(0), in AssembleArchInstruction() local 3093 __ copy_u_h(dst, scratch0, 0); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| D | assembler-mips.cc | 3364 void Assembler::copy_u_h(Register rd, MSARegister ws, uint32_t n) { in copy_u_h() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| D | assembler-mips64.cc | 3576 void Assembler::copy_u_h(Register rd, MSARegister ws, uint32_t n) { in copy_u_h() function in v8::internal::Assembler
|