Home
last modified time | relevance | path

Searched defs:rhs (Results 526 - 550 of 628) sorted by relevance

1...<<212223242526

/third_party/spirv-tools/source/opt/
H A Dir_context.h932 operator |(IRContext::Analysis lhs, IRContext::Analysis rhs) operator |() argument
938 operator |=(IRContext::Analysis& lhs, IRContext::Analysis rhs) operator |=() argument
H A Dloop_dependence.cpp1426 SENode* rhs = scalar_evolution_.CreateMultiplyNode( in PropagateConstraints() local
/third_party/spirv-tools/source/val/
H A Dvalidation_state.cpp1485 LogicallyMatch(const Instruction* lhs, const Instruction* rhs, bool check_decorations) LogicallyMatch() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteRowMajorMatrices.cpp153 TIntermTyped *rhs = binaryNode->getRight()->deepCopy(); in GetIndex() local
178 TIntermTyped *rhs = indices->front()->getAsTyped(); in ReplicateIndexNode() local
1417 TIntermTyped *rhs = from; in addFieldCopy() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-snap.c194 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal() argument
H A Ddm-thin.c2225 static int cmp_cells(const void *lhs, const void *rhs) in cmp_cells() argument
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-snap.c190 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.c446 const struct symbol *rhs = *((const struct symbol **)vrhs); in symbols__sort_name_cmp() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMeasureUnit.java634 public boolean equals(Object rhs) { in equals() argument
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp147 makeEquivalent( const icu::UnicodeString &lhs, const icu::UnicodeString &rhs, icu::Hashtable* hash, UErrorCode &status) makeEquivalent() argument
[all...]
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1064 jerry_binary_operation(jerry_binary_operation_t op, const jerry_value_t lhs, const jerry_value_t rhs) jerry_binary_operation() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h1717 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs() argument
1736 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu() argument
1744 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument
1770 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument
1778 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument
1801 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument
1811 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument
1841 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument
1851 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument
1868 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument
2126 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument
2208 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument
2225 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument
2238 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument
2245 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument
2697 emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_mul() argument
2702 emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_u() argument
2707 emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_u() argument
2712 emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_u() argument
2717 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument
2753 emit_i32x4_dot_i16x8_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_dot_i16x8_s() argument
2778 emit_i8x16_shuffle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, const uint8_t shuffle[16], bool is_swizzle) emit_i8x16_shuffle() argument
2863 emit_i8x16_sconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sconvert_i16x8() argument
2869 emit_i8x16_uconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_uconvert_i16x8() argument
2875 emit_i16x8_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sconvert_i32x4() argument
2881 emit_i16x8_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_uconvert_i32x4() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp150 makeEquivalent( const icu::UnicodeString &lhs, const icu::UnicodeString &rhs, icu::Hashtable* hash, UErrorCode &status) makeEquivalent() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc1520 InstructionOperand lhs, rhs; in VisitFloat32Compare() local
1534 InstructionOperand lhs, rhs; in VisitFloat64Compare() local
/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.cc327 Node* const rhs = node->InputAt(1); in ReduceJSAdd() local
H A Djs-typed-lowering.cc852 auto rhs = TNode<Object>::UncheckedCast(r.right()); in ReduceJSEqual() local
858 &check_undetectable, rhs); in ReduceJSEqual() local
860 rhs); in ReduceJSEqual() local
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc1360 Register rhs = __ PopToRegister().gp(); in JumpIfFalse() local
1367 __ emit_i32_cond_jumpi(Flip(cond), false_dst, rhs, lhs_imm); in JumpIfFalse() local
1812 LiftoffRegister rhs = __ PopToRegister(); in EmitBinOp() local
1833 EmitDivOrRem64CCall(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, ExternalReference ext_ref, Label* trap_by_zero, Label* trap_unrepresentable = nullptr) EmitDivOrRem64CCall() argument
1866 BinOp(FullDecoder* decoder, WasmOpcode opcode, const Value& lhs, const Value& rhs, Value* result) BinOp() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp46 DILogger(const DILogger& rhs) in DILogger() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp41 Vector4s::Vector4s(const Vector4s &rhs) in Vector4s() argument
49 Vector4s &Vector4s::operator=(const Vector4s &rhs) in operator =() argument
84 Vector4f(const Vector4f &rhs) Vector4f() argument
92 operator =(const Vector4f &rhs) operator =() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp1009 ProcessInfo &ProcessInfo::operator=(ProcessInfo &&rhs) in operator =() argument
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp792 Vector& operator=(const Vector<T>& rhs) in operator =() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1288 const SCEV *rhs = ExtendOperExpr; in getExtendedOperandRecurrence() local
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp147 makeEquivalent( const icu::UnicodeString &lhs, const icu::UnicodeString &rhs, icu::Hashtable* hash, UErrorCode &status) makeEquivalent() argument
[all...]
/third_party/python/Python/
H A Dspecialize.c1706 binary_op_fail_kind(int oparg, PyObject *lhs, PyObject *rhs) in binary_op_fail_kind() argument
1775 _Py_Specialize_BinaryOp(PyObject *lhs, PyObject *rhs, _Py_CODEUNIT *instr, in _Py_Specialize_BinaryOp() argument
1857 compare_op_fail_kind(PyObject *lhs, PyObject *rhs) compare_op_fail_kind() argument
1904 _Py_Specialize_CompareOp(PyObject *lhs, PyObject *rhs, _Py_CODEUNIT *instr, int oparg) _Py_Specialize_CompareOp() argument
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c2295 cifs_match_ipaddr(struct sockaddr *srcaddr, struct sockaddr *rhs) in cifs_match_ipaddr() argument

Completed in 91 milliseconds

1...<<212223242526