/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 810 const Operator* I32x4GeU(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 885 V(I32x4GeU) \
|
D | machine-operator.cc | 512 V(I32x4GeU, Operator::kNoProperties, 2, 0, 1) \
|
D | wasm-compiler.cc | 4769 return graph()->NewNode(mcgraph()->machine()->I32x4GeU(), inputs[1], in SimdOp() 4775 return graph()->NewNode(mcgraph()->machine()->I32x4GeU(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 363 V(I32x4GeU, 0xfd40, s_ss) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1147 void I32x4GeU(Simd128Register dst, Simd128Register src1, Simd128Register src2,
|
D | macro-assembler-s390.cc | 5548 void TurboAssembler::I32x4GeU(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 | 2255 V(I32x4GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 2247 V(I32x4GeU, kMipsI32x4GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 2465 V(I32x4GeU) \
|
D | code-generator-s390.cc | 2862 __ I32x4GeU(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 2748 V(I32x4GeU, kLoong64I32x4GeU) \
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2704 I32x4GeU(dst.fp(), lhs.fp(), rhs.fp(), kScratchDoubleReg); in emit_i32x4_ge_u()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 2669 V(I32x4GeU, kArmI32x4GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 3004 V(I32x4GeU, kMips64I32x4GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 2275 V(I32x4GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 2977 V(I32x4GeU, kRiscvI32x4GeU) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 3132 V(I32x4GeU) \ in VISIT_ATOMIC_BINOP()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 3564 V(I32x4GeU, kArm64IGeU, 32) \
|