/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 892 const Operator* I8x16GeU(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 971 V(I8x16GeU) \
|
D | machine-operator.cc | 584 V(I8x16GeU, Operator::kNoProperties, 2, 0, 1) \
|
D | wasm-compiler.cc | 5001 return graph()->NewNode(mcgraph()->machine()->I8x16GeU(), inputs[1], in SimdOp() 5007 return graph()->NewNode(mcgraph()->machine()->I8x16GeU(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 343 V(I8x16GeU, 0xfd2c, s_ss) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1151 void I8x16GeU(Simd128Register dst, Simd128Register src1, Simd128Register src2,
|
D | macro-assembler-s390.cc | 5588 void TurboAssembler::I8x16GeU(Simd128Register dst, Simd128Register src1, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 2297 V(I8x16GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 2295 V(I8x16GeU, kMipsI8x16GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 2508 V(I8x16GeU) \
|
D | code-generator-s390.cc | 2872 __ I8x16GeU(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 2786 V(I8x16GeU, kLoong64I8x16GeU) \
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2714 I8x16GeU(dst.fp(), lhs.fp(), rhs.fp(), kScratchDoubleReg); in emit_i8x16_ge_u()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 2707 V(I8x16GeU, kArmI8x16GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 3042 V(I8x16GeU, kMips64I8x16GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 2283 V(I8x16GeU)
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 3014 V(I8x16GeU, kRiscvI8x16GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 3140 V(I8x16GeU) in VISIT_ATOMIC_BINOP()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 3587 V(I8x16GeU, kArm64IGeU, 8) \
|