/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.cc | 15 bool operator==(StoreRepresentation lhs, StoreRepresentation rhs) { in operator ==() argument 21 bool operator!=(StoreRepresentation lhs, StoreRepresentation rhs) { in operator !=() argument 35 bool operator==(AtomicStoreParameters lhs, AtomicStoreParameters rhs) { in operator ==() argument 40 bool operator!=(AtomicStoreParameters lhs, AtomicStoreParameters rhs) { in operator !=() argument 53 operator ==(AtomicLoadParameters lhs, AtomicLoadParameters rhs) operator ==() argument 58 operator !=(AtomicLoadParameters lhs, AtomicLoadParameters rhs) operator !=() argument 129 operator ==(LoadTransformParameters lhs, LoadTransformParameters rhs) operator ==() argument 133 operator !=(LoadTransformParameters lhs, LoadTransformParameters rhs) operator !=() argument 151 operator ==(LoadLaneParameters lhs, LoadLaneParameters rhs) operator ==() argument 202 operator ==(StoreLaneParameters lhs, StoreLaneParameters rhs) operator ==() argument 207 operator ==(StackSlotRepresentation lhs, StackSlotRepresentation rhs) operator ==() argument 211 operator !=(StackSlotRepresentation lhs, StackSlotRepresentation rhs) operator !=() argument 1991 operator ==(S128ImmediateParameter const& lhs, S128ImmediateParameter const& rhs) operator ==() argument 1996 operator !=(S128ImmediateParameter const& lhs, S128ImmediateParameter const& rhs) operator !=() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 2137 Simd128Register lhs = i.InputSimd128Register(0); in AssembleArchInstruction() local 2147 Simd128Register lhs = i.InputSimd128Register(0); in AssembleArchInstruction() local 2571 Simd128Register lhs = i.InputSimd128Register(0); AssembleArchInstruction() local 2581 Simd128Register lhs = i.InputSimd128Register(0); AssembleArchInstruction() local [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-object-gen.cc | 92 TNode<String> lhs = StringConstant("[object "); in ReturnToStringFormat() local
|
H A D | builtins-string-gen.cc | 141 TNode<String> lhs = var_left.value(); in GenerateStringEqual() local 166 StringEqual_Core( TNode<String> lhs, TNode<Word32T> lhs_instance_type, TNode<String> rhs, TNode<Word32T> rhs_instance_type, TNode<IntPtrT> length, Label* if_equal, Label* if_not_equal, Label* if_indirect) StringEqual_Core() argument 243 StringEqual_Loop( TNode<String> lhs, TNode<Word32T> lhs_instance_type, MachineType lhs_type, TNode<String> rhs, TNode<Word32T> rhs_instance_type, MachineType rhs_type, TNode<IntPtrT> length, Label* if_equal, Label* if_not_equal) StringEqual_Loop() argument 564 TNode<String> lhs = var_left.value(); GenerateStringRelationalComparison() local [all...] |
H A D | builtins-internal-gen.cc | 1000 auto lhs = Parameter<Object>(Descriptor::kLeft); in TF_BUILTIN() local 1014 auto lhs = Parameter<Object>(Descriptor::kLeft); in TF_BUILTIN() local
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 1358 void TurboAssembler::CompareAndBranch(const Register& lhs, const Operand& rhs, in CompareAndBranch() argument 1373 void TurboAssembler::CompareTaggedAndBranch(const Register& lhs, in CompareTaggedAndBranch() argument
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-generator.cc | 879 TNode<Object> lhs = LoadRegisterAtOperandIndex(0); in BinaryOpWithFeedback() local 895 TNode<Object> lhs = GetAccumulator(); in BinaryOpSmiWithFeedback() local 1608 TNode<Object> lhs = LoadRegisterAtOperandIndex(0); in CompareOpWithFeedback() local 1690 TNode<Object> lhs = LoadRegisterAtOperandIndex(0); in IGNITION_HANDLER() local [all...] |
H A D | interpreter-assembler.cc | 1125 void InterpreterAssembler::JumpIfTaggedEqual(TNode<Object> lhs, in JumpIfTaggedEqual() argument 1131 void InterpreterAssembler::JumpIfTaggedEqual(TNode<Object> lhs, in JumpIfTaggedEqual() argument 1137 void InterpreterAssembler::JumpIfTaggedEqualConstant(TNode<Object> lhs, in JumpIfTaggedEqualConstant() argument 1143 void InterpreterAssembler::JumpIfTaggedNotEqual(TNode<Object> lhs, in JumpIfTaggedNotEqual() argument 1149 void InterpreterAssembler::JumpIfTaggedNotEqual(TNode<Object> lhs, in JumpIfTaggedNotEqual() argument 1155 JumpIfTaggedNotEqualConstant(TNode<Object> lhs, TNode<Object> rhs, int operand_index) JumpIfTaggedNotEqualConstant() argument 1329 AbortIfWordNotEqual(TNode<WordT> lhs, TNode<WordT> rhs, AbortReason abort_reason) AbortIfWordNotEqual() argument [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 892 emit_ptrsize_add(Register dst, Register lhs, Register rhs) emit_ptrsize_add() argument 900 emit_ptrsize_sub(Register dst, Register lhs, Register rhs) emit_ptrsize_sub() argument 908 emit_ptrsize_and(Register dst, Register lhs, Register rhs) emit_ptrsize_and() argument 924 emit_ptrsize_addi(Register dst, Register lhs, intptr_t imm) emit_ptrsize_addi() argument 932 emit_ptrsize_set_cond(LiftoffCondition condition, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_ptrsize_set_cond() argument 1577 EmitI64IndependentHalfOperation(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) EmitI64IndependentHalfOperation() argument 1602 EmitI64IndependentHalfOperationImm(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) EmitI64IndependentHalfOperationImm() argument 1629 emit_i64_and(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_and() argument 1635 emit_i64_andi(LiftoffRegister dst, LiftoffRegister lhs, int32_t imm) emit_i64_andi() argument 1641 emit_i64_or(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_or() argument 1647 emit_i64_ori(LiftoffRegister dst, LiftoffRegister lhs, int32_t imm) emit_i64_ori() argument 1653 emit_i64_xor(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_xor() argument 1659 emit_i64_xori(LiftoffRegister dst, LiftoffRegister lhs, int32_t imm) emit_i64_xori() argument [all...] |
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest.h | 1504 CmpHelperEQFailure(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) CmpHelperEQFailure() argument 1523 CmpHelperEQ(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) CmpHelperEQ() argument 1551 Compare(const char* lhs_expression, const char* rhs_expression, const T1& lhs, const T2& rhs) Compare() argument 1563 Compare(const char* lhs_expression, const char* rhs_expression, BiggestInt lhs, BiggestInt rhs) Compare() argument [all...] |
/third_party/mksh/ |
H A D | funcs.c | 2628 const char *lhs, **swp; in c_test() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | IntermNode.cpp | 2520 int lhs = leftArray[i].getIConst(); in FoldBinary() local
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | mathutil.h | 1323 inline T WrappingSum(T lhs, T rhs) in WrappingSum() argument 1331 inline T WrappingDiff(T lhs, T rhs) in WrappingDiff() argument 1338 inline int32_t WrappingMul(int32_t lhs, int32_t rhs) in WrappingMul() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramLinkedResources.cpp | 369 ShaderUniformCount &operator+=(ShaderUniformCount &lhs, const ShaderUniformCount &rhs) in operator +=() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.cpp | 1193 bool ValidationState_t::LogicallyMatch(const Instruction* lhs, in LogicallyMatch() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShader.cpp | 2255 auto lhs = Operand(this, state, insn.word(4)); in EmitSelect() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_context.h | 849 inline IRContext::Analysis operator|(IRContext::Analysis lhs, in operator |() argument 855 inline IRContext::Analysis& operator|=(IRContext::Analysis& lhs, in operator |=() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_context.h | 849 inline IRContext::Analysis operator|(IRContext::Analysis lhs, in operator |() argument 855 inline IRContext::Analysis& operator|=(IRContext::Analysis& lhs, in operator |=() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validation_state.cpp | 1193 bool ValidationState_t::LogicallyMatch(const Instruction* lhs, in LogicallyMatch() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rbnf.cpp | 124 streq(const UChar* lhs, const UChar* rhs) { in streq() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | ANGLETest.cpp | 436 AssertEGLEnumsEqual(const char *lhsExpr, const char *rhsExpr, EGLenum lhs, EGLenum rhs) AssertEGLEnumsEqual() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 759 UnOpInit(UnaryOp opc, Init *lhs, RecTy *Type) in UnOpInit() argument 810 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) : in BinOpInit() argument 866 TernOpInit(TernaryOp opc, Init *lhs, Ini argument [all...] |
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.h | 1601 const ast::BinaryExpression* Add(LHS&& lhs, RHS&& rhs) { in Add() argument 1611 const ast::BinaryExpression* And(LHS&& lhs, RHS&& rhs) { in And() argument 1621 Or(LHS&& lhs, RHS&& rhs) Or() argument 1631 Sub(LHS&& lhs, RHS&& rhs) Sub() argument 1641 Mul(LHS&& lhs, RHS&& rhs) Mul() argument 1652 Mul(const Source& source, LHS&& lhs, RHS&& rhs) Mul() argument 1662 Div(LHS&& lhs, RHS&& rhs) Div() argument 1672 Shr(LHS&& lhs, RHS&& rhs) Shr() argument 1682 Shl(LHS&& lhs, RHS&& rhs) Shl() argument 1692 Equal(LHS&& lhs, RHS&& rhs) Equal() argument 2087 Assign(const Source& source, LhsExpressionInit&& lhs, RhsExpressionInit&& rhs) Assign() argument 2100 Assign(LhsExpressionInit&& lhs, RhsExpressionInit&& rhs) Assign() argument [all...] |
/third_party/python/Objects/ |
H A D | abstract.c | 1158 _PyNumber_PowerNoMod(PyObject *lhs, PyObject *rhs) in _PyNumber_PowerNoMod() argument 1318 _PyNumber_InPlacePowerNoMod(PyObject *lhs, PyObject *rhs) in _PyNumber_InPlacePowerNoMod() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.cc | 1227 int CompareChunks(absl::string_view* lhs, absl::string_view* rhs, in CompareChunks() argument 1380 ResultType GenericCompare(const Cord& lhs, const RHS& rhs, in GenericCompare() argument 1405 inline int SharedCompareImpl(const Cord& lhs, const RHS& rhs) { in SharedCompareImpl() argument [all...] |