/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 426 void I8x16ShrU(XMMRegister dst, XMMRegister src1, uint8_t src2, Register tmp1, 428 void I8x16ShrU(XMMRegister dst, XMMRegister src1, Register src2,
|
H A D | macro-assembler-shared-ia32-x64.cc | 484 void SharedTurboAssembler::I8x16ShrU(XMMRegister dst, XMMRegister src1, in I8x16ShrU() function in v8::internal::SharedTurboAssembler 506 void SharedTurboAssembler::I8x16ShrU(XMMRegister dst, XMMRegister src1, in I8x16ShrU() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 885 const Operator* I8x16ShrU();
|
H A D | opcodes.h | 965 V(I8x16ShrU) \
|
H A D | machine-operator.cc | 577 V(I8x16ShrU, Operator::kNoProperties, 2, 0, 1) \
|
H A D | wasm-compiler.cc | 4980 return graph()->NewNode(mcgraph()->machine()->I8x16ShrU(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 398 V(I8x16ShrU, 0xfd6d, s_si) \
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2360 V(i8x16_shr_u, I8x16ShrU) 2383 V(i8x16_shri_u, I8x16ShrU)
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 2901 __ I8x16ShrU(dst, src, i.InputInt3(1), tmp, kScratchDoubleReg); in AssembleArchInstruction() 2903 __ I8x16ShrU(dst, src, i.InputRegister(1), tmp, kScratchDoubleReg, in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1217 V(I8x16ShrU)
|
H A D | macro-assembler-s390.cc | 5394 V(I8x16ShrU, vesrlv, 0) in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2201 V(I8x16ShrU)
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2375 V(I8x16ShrU)
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2514 V(I8x16ShrU) \
|
H A D | code-generator-s390.cc | 2578 V(I8x16ShrU) in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 3706 __ I8x16ShrU(dst, src, i.InputInt3(1), kScratchRegister, in AssembleArchInstruction() 3709 __ I8x16ShrU(dst, src, i.InputRegister(1), kScratchRegister, in AssembleArchInstruction()
|
H A D | instruction-selector-x64.cc | 3193 V(I8x16ShrU)
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3359 I8x16ShrU(dst.fp(), lhs.fp(), rhs.gp(), tmp, liftoff::kScratchDoubleReg, 3366 I8x16ShrU(dst.fp(), lhs.fp(), rhs, tmp, liftoff::kScratchDoubleReg);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 2935 I8x16ShrU(dst.fp(), lhs.fp(), rhs.gp(), kScratchRegister, kScratchDoubleReg, in emit_i8x16_shr_u() 2941 I8x16ShrU(dst.fp(), lhs.fp(), rhs, kScratchRegister, kScratchDoubleReg); in emit_i8x16_shri_u()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2628 V(I8x16ShrU, 8)
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 2962 V(I8x16ShrU)
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 3531 V(I8x16ShrU, 8)
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2706 V(I8x16ShrU)
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2931 V(I8x16ShrU)
|