Home
last modified time | relevance | path

Searched refs:I8x16ShrU (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h426 void I8x16ShrU(XMMRegister dst, XMMRegister src1, uint8_t src2, Register tmp1,
428 void I8x16ShrU(XMMRegister dst, XMMRegister src1, Register src2,
H A Dmacro-assembler-shared-ia32-x64.cc484 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 Dmachine-operator.h885 const Operator* I8x16ShrU();
H A Dopcodes.h965 V(I8x16ShrU) \
H A Dmachine-operator.cc577 V(I8x16ShrU, Operator::kNoProperties, 2, 0, 1) \
H A Dwasm-compiler.cc4980 return graph()->NewNode(mcgraph()->machine()->I8x16ShrU(), inputs[0], in SimdOp()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.h398 V(I8x16ShrU, 0xfd6d, s_si) \
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2360 V(i8x16_shr_u, I8x16ShrU)
2383 V(i8x16_shri_u, I8x16ShrU)
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc2901 __ 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 Dmacro-assembler-s390.h1217 V(I8x16ShrU)
H A Dmacro-assembler-s390.cc5394 V(I8x16ShrU, vesrlv, 0) in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2201 V(I8x16ShrU)
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc2375 V(I8x16ShrU)
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2514 V(I8x16ShrU) \
H A Dcode-generator-s390.cc2578 V(I8x16ShrU) in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3706 __ I8x16ShrU(dst, src, i.InputInt3(1), kScratchRegister, in AssembleArchInstruction()
3709 __ I8x16ShrU(dst, src, i.InputRegister(1), kScratchRegister, in AssembleArchInstruction()
H A Dinstruction-selector-x64.cc3193 V(I8x16ShrU)
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h3359 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 Dliftoff-assembler-x64.h2935 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 Dinstruction-selector-arm.cc2628 V(I8x16ShrU, 8)
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc2962 V(I8x16ShrU)
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc3531 V(I8x16ShrU, 8)
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2706 V(I8x16ShrU)
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc2931 V(I8x16ShrU)

Completed in 116 milliseconds