Home
last modified time | relevance | path

Searched refs:I8x16GeS (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h883 const Operator* I8x16GeS(); in NON_EXPORTED_BASE()
Dopcodes.h961 V(I8x16GeS) \
Dmachine-operator.cc576 V(I8x16GeS, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc4971 return graph()->NewNode(mcgraph()->machine()->I8x16GeS(), inputs[1], in SimdOp()
4977 return graph()->NewNode(mcgraph()->machine()->I8x16GeS(), inputs[0], in SimdOp()
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h342 V(I8x16GeS, 0xfd2b, s_ss) \
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1337 V(I8x16GeS) \ in SIMD_UNOP_LIST()
Dmacro-assembler-s390.cc5581 void TurboAssembler::I8x16GeS(Simd128Register dst, Simd128Register src1, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2295 V(I8x16GeS) \
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc2293 V(I8x16GeS, kMipsI8x16GeS) \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2506 V(I8x16GeS) \
Dcode-generator-s390.cc2651 V(I8x16GeS) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2784 V(I8x16GeS, kLoong64I8x16GeS) \
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2327 V(i8x16_ge_s, I8x16GeS) \
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2700 V(I8x16GeS, kArmI8x16GeS) \
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc3040 V(I8x16GeS, kMips64I8x16GeS) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2281 V(I8x16GeS) \
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc3012 V(I8x16GeS, kRiscvI8x16GeS) \
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3139 V(I8x16GeS) \ in VISIT_ATOMIC_BINOP()