Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h801 const Operator* I32x4GeS(); in NON_EXPORTED_BASE()
Dopcodes.h875 V(I32x4GeS) \
Dmachine-operator.cc504 V(I32x4GeS, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc4742 return graph()->NewNode(mcgraph()->machine()->I32x4GeS(), inputs[1], in SimdOp()
4748 return graph()->NewNode(mcgraph()->machine()->I32x4GeS(), inputs[0], in SimdOp()
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h362 V(I32x4GeS, 0xfd3f, s_ss) \
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1313 V(I32x4GeS) \ in SIMD_UNOP_LIST()
Dmacro-assembler-s390.cc5541 void TurboAssembler::I32x4GeS(Simd128Register dst, Simd128Register src1, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2253 V(I32x4GeS) \
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc2245 V(I32x4GeS, kMipsI32x4GeS) \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2463 V(I32x4GeS) \
Dcode-generator-s390.cc2627 V(I32x4GeS) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2746 V(I32x4GeS, kLoong64I32x4GeS) \
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2303 V(i32x4_ge_s, I32x4GeS) \
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc2665 V(I32x4GeS, kArmI32x4GeS) \
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc3002 V(I32x4GeS, kMips64I32x4GeS) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2308 V(I32x4GeS) \
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc2975 V(I32x4GeS, kRiscvI32x4GeS) \
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3131 V(I32x4GeS) \ in VISIT_ATOMIC_BINOP()