/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 854 const Operator* I16x8GeU();
|
H A D | opcodes.h | 931 V(I16x8GeU) \
|
H A D | machine-operator.cc | 551 V(I16x8GeU, Operator::kNoProperties, 2, 0, 1) \
|
H A D | wasm-compiler.cc | 4894 return graph()->NewNode(mcgraph()->machine()->I16x8GeU(), inputs[1], in SimdOp() 4900 return graph()->NewNode(mcgraph()->machine()->I16x8GeU(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 353 V(I16x8GeU, 0xfd36, s_ss) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1149 void I16x8GeU(Simd128Register dst, Simd128Register src1, Simd128Register src2,
|
H A D | macro-assembler-s390.cc | 5568 void TurboAssembler::I16x8GeU(Simd128Register dst, Simd128Register src1, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2270 V(I16x8GeU, kMipsI16x8GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2273 V(I16x8GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2486 V(I16x8GeU) \
|
H A D | code-generator-s390.cc | 2867 __ I16x8GeU(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2709 I16x8GeU(dst.fp(), lhs.fp(), rhs.fp(), kScratchDoubleReg); in emit_i16x8_ge_u()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2687 V(I16x8GeU, kArmI16x8GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 3022 V(I16x8GeU, kMips64I16x8GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3136 V(I16x8GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 3574 V(I16x8GeU, kArm64IGeU, 16) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 2279 V(I16x8GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2766 V(I16x8GeU, kLoong64I16x8GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2994 V(I16x8GeU, kRiscvI16x8GeU) \
|