Searched defs:I8x16ShrS (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.cc | 449 void SharedTurboAssembler::I8x16ShrS(XMMRegister dst, XMMRegister src1, in I8x16ShrS() function in v8::internal::SharedTurboAssembler 463 void SharedTurboAssembler::I8x16ShrS(XMMRegister dst, XMMRegister src1, in I8x16ShrS() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 2799 __ I8x16ShrS(dst, src, i.InputInt3(1), kScratchDoubleReg); in AssembleArchInstruction() local 2801 __ I8x16ShrS(dst, src, i.InputRegister(1), i.TempRegister(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3644 __ I8x16ShrS(dst, src, i.InputInt3(1), kScratchDoubleReg); in AssembleArchInstruction() local 3646 __ I8x16ShrS(dst, src, i.InputRegister(1), kScratchRegister, in AssembleArchInstruction() local
|