Home
last modified time | relevance | path

Searched defs:lhs (Results 276 - 300 of 428) sorted by relevance

1...<<1112131415161718

/third_party/node/deps/v8/src/compiler/
H A Doperation-typer.cc589 Type OperationTyper::NumberAdd(Type lhs, Type rhs) { in NumberAdd() argument
634 NumberSubtract(Type lhs, Type rhs) NumberSubtract() argument
677 SpeculativeSafeIntegerAdd(Type lhs, Type rhs) SpeculativeSafeIntegerAdd() argument
687 SpeculativeSafeIntegerSubtract(Type lhs, Type rhs) SpeculativeSafeIntegerSubtract() argument
697 NumberMultiply(Type lhs, Type rhs) NumberMultiply() argument
742 NumberDivide(Type lhs, Type rhs) NumberDivide() argument
771 NumberModulus(Type lhs, Type rhs) NumberModulus() argument
840 NumberBitwiseOr(Type lhs, Type rhs) NumberBitwiseOr() argument
877 NumberBitwiseAnd(Type lhs, Type rhs) NumberBitwiseAnd() argument
908 NumberBitwiseXor(Type lhs, Type rhs) NumberBitwiseXor() argument
933 NumberShiftLeft(Type lhs, Type rhs) NumberShiftLeft() argument
968 NumberShiftRight(Type lhs, Type rhs) NumberShiftRight() argument
993 NumberShiftRightLogical(Type lhs, Type rhs) NumberShiftRightLogical() argument
1022 NumberAtan2(Type lhs, Type rhs) NumberAtan2() argument
1028 NumberImul(Type lhs, Type rhs) NumberImul() argument
1035 NumberMax(Type lhs, Type rhs) NumberMax() argument
1070 NumberMin(Type lhs, Type rhs) NumberMin() argument
1105 NumberPow(Type lhs, Type rhs) NumberPow() argument
1132 BigIntAdd(Type lhs, Type rhs) BigIntAdd() argument
1140 BigIntSubtract(Type lhs, Type rhs) BigIntSubtract() argument
1155 SpeculativeBigIntAdd(Type lhs, Type rhs) SpeculativeBigIntAdd() argument
1160 SpeculativeBigIntSubtract(Type lhs, Type rhs) SpeculativeBigIntSubtract() argument
1225 SameValue(Type lhs, Type rhs) SameValue() argument
1246 SameValueNumbersOnly(Type lhs, Type rhs) SameValueNumbersOnly() argument
1253 StrictEqual(Type lhs, Type rhs) StrictEqual() argument
[all...]
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-assembler-ia32-inl.h156 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() argument
197 void BaselineAssembler::JumpIfSmi(Condition cc, Register lhs, Register rhs, in JumpIfSmi() argument
411 void BaselineAssembler::AddSmi(Register lhs, Smi rhs) { in AddSmi() argument
416 void BaselineAssembler::Word32And(Register output, Register lhs, int rhs) { in Word32And() argument
/third_party/node/deps/v8/src/baseline/mips/
H A Dbaseline-assembler-mips-inl.h148 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() argument
190 void BaselineAssembler::JumpIfSmi(Condition cc, Register lhs, Register rhs, in JumpIfSmi() argument
435 void BaselineAssembler::AddSmi(Register lhs, Smi rhs) { in AddSmi() argument
439 void BaselineAssembler::Word32And(Register output, Register lhs, int rhs) { in Word32And() argument
[all...]
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h146 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() argument
180 void BaselineAssembler::JumpIfSmi(Condition cc, Register lhs, Register rhs, in JumpIfSmi() argument
423 void BaselineAssembler::AddSmi(Register lhs, Smi rhs) { in AddSmi() argument
427 void BaselineAssembler::Word32And(Register output, Register lhs, int rhs) { in Word32And() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc567 TNode<UintPtrT> lhs, rhs; in PopulationCountFallback() local
657 TNode<Word64T> lhs = Word64Not(value); CountTrailingZeros64() local
669 TNode<Word32T> lhs = Word32BitwiseNot(value); CountTrailingZeros32() local
851 TrySmiAdd(TNode<Smi> lhs, TNode<Smi> rhs, Label* if_overflow) TrySmiAdd() argument
869 TrySmiSub(TNode<Smi> lhs, TNode<Smi> rhs, Label* if_overflow) TrySmiSub() argument
[all...]
/third_party/node/deps/v8/src/baseline/s390/
H A Dbaseline-assembler-s390-inl.h138 static void JumpIfHelper(MacroAssembler* assm, Condition cc, Register lhs, in JumpIfHelper() argument
243 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() argument
299 void BaselineAssembler::JumpIfSmi(Condition cc, Register lhs, Register rhs, in JumpIfSmi() argument
579 void BaselineAssembler::AddSmi(Register lhs, Sm argument
589 Word32And(Register output, Register lhs, int rhs) Word32And() argument
[all...]
/third_party/node/deps/v8/src/baseline/riscv64/
H A Dbaseline-assembler-riscv64-inl.h144 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() argument
186 void BaselineAssembler::JumpIfSmi(Condition cc, Register lhs, Register rhs, in JumpIfSmi() argument
426 void BaselineAssembler::AddSmi(Register lhs, Smi rhs) { in AddSmi() argument
435 Word32And(Register output, Register lhs, int rhs) Word32And() argument
[all...]
/third_party/node/deps/v8/src/baseline/mips64/
H A Dbaseline-assembler-mips64-inl.h146 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() argument
188 void BaselineAssembler::JumpIfSmi(Condition cc, Register lhs, Register rhs, in JumpIfSmi() argument
433 void BaselineAssembler::AddSmi(Register lhs, Smi rhs) { in AddSmi() argument
437 void BaselineAssembler::Word32And(Register output, Register lhs, int rhs) { in Word32And() argument
[all...]
/third_party/node/deps/v8/src/baseline/ppc/
H A Dbaseline-assembler-ppc-inl.h138 static void JumpIfHelper(MacroAssembler* assm, Condition cc, Register lhs, in JumpIfHelper() argument
243 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() argument
299 void BaselineAssembler::JumpIfSmi(Condition cc, Register lhs, Register rhs, in JumpIfSmi() argument
545 void BaselineAssembler::AddSmi(Register lhs, Sm argument
552 Word32And(Register output, Register lhs, int rhs) Word32And() argument
[all...]
/third_party/node/deps/v8/src/baseline/arm/
H A Dbaseline-assembler-arm-inl.h157 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() argument
198 void BaselineAssembler::JumpIfSmi(Condition cc, Register lhs, Register rhs, in JumpIfSmi() argument
452 void BaselineAssembler::AddSmi(Register lhs, Smi rhs) { in AddSmi() argument
456 void BaselineAssembler::Word32And(Register output, Register lhs, int rhs) { in Word32And() argument
[all...]
/third_party/node/deps/v8/src/baseline/x64/
H A Dbaseline-assembler-x64-inl.h157 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() argument
188 void BaselineAssembler::JumpIfSmi(Condition cc, Register lhs, Smi smi, in JumpIfSmi() argument
193 void BaselineAssembler::JumpIfSmi(Condition cc, Register lhs, Register rhs, in JumpIfSmi() argument
405 void BaselineAssembler::AddSmi(Register lhs, Smi rhs) { in AddSmi() argument
417 void BaselineAssembler::Word32And(Register output, Register lhs, in argument
[all...]
/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-assembler-arm64-inl.h173 void BaselineAssembler::JumpIf(Condition cc, Register lhs, const Operand& rhs, in JumpIf() argument
214 void BaselineAssembler::JumpIfSmi(Condition cc, Register lhs, Register rhs, in JumpIfSmi() argument
524 void BaselineAssembler::AddSmi(Register lhs, Smi rhs) { in AddSmi() argument
533 Word32And(Register output, Register lhs, int rhs) Word32And() argument
[all...]
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h304 void SetS390ConditionCode(T lhs, T rhs) { in SetS390ConditionCode() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c237 uint64_t lhs = binary->global_symbol_offsets[i - 1]; in parse_symbol_table() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmIntegerDotProductTests.cpp81 static T dotProduct(vector<LHSOperandT> lhs, vector<RHSOperandT> rhs) in dotProduct() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h701 bool ValueEquals(T lhs, T rhs) in ValueEquals() argument
708 typename std::enable_if<IsResourceIDType<T>::value, bool>::type operator==(const T &lhs, in operator ==() argument
715 typename std::enable_if<IsResourceIDType<T>::value, bool>::type operator!=(const T &lhs, in operator !=() argument
722 typename std::enable_if<IsResourceIDType<T>::value, bool>::type operator<(const T &lhs, in operator <() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_descriptor.cpp69 uint32_t lhs = step->GetSingleWordInOperand(0); in GetInductionStepOperation() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_descriptor.cpp69 uint32_t lhs = step->GetSingleWordInOperand(0); in GetInductionStepOperation() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h343 static inline ImVec2 operator*(const ImVec2& lhs, const float rhs) { return ImVec2(lhs.x * rhs, lhs.y * rhs); } in operator *() argument
344 static inline ImVec2 operator/(const ImVec2& lhs, const float rhs) { return ImVec2(lhs.x / rhs, lhs.y / rhs); } in operator /() argument
345 static inline ImVec2 operator+(const ImVec2& lhs, const ImVec2& rhs) { return ImVec2(lhs.x + rhs.x, lhs.y + rhs.y); } in operator +() argument
346 static inline ImVec2 operator-(const ImVec2& lhs, cons in operator +() argument
347 operator *(const ImVec2& lhs, const ImVec2& rhs) operator *() argument
348 operator /(const ImVec2& lhs, const ImVec2& rhs) operator /() argument
349 operator *=(ImVec2& lhs, const float rhs) operator *=() argument
350 operator /=(ImVec2& lhs, const float rhs) operator /=() argument
351 operator +=(ImVec2& lhs, const ImVec2& rhs) operator +=() argument
352 operator -=(ImVec2& lhs, const ImVec2& rhs) operator -=() argument
353 operator *=(ImVec2& lhs, const ImVec2& rhs) operator *=() argument
354 operator /=(ImVec2& lhs, const ImVec2& rhs) operator /=() argument
355 operator +(const ImVec4& lhs, const ImVec4& rhs) operator +() argument
356 operator -(const ImVec4& lhs, const ImVec4& rhs) operator -() argument
357 operator *(const ImVec4& lhs, const ImVec4& rhs) operator *() argument
415 ImMin(T lhs, T rhs) ImMin() argument
416 ImMax(T lhs, T rhs) ImMax() argument
423 ImMin(const ImVec2& lhs, const ImVec2& rhs) ImMin() argument
424 ImMax(const ImVec2& lhs, const ImVec2& rhs) ImMax() argument
430 ImLengthSqr(const ImVec2& lhs) ImLengthSqr() argument
431 ImLengthSqr(const ImVec4& lhs) ImLengthSqr() argument
432 ImInvLength(const ImVec2& lhs, float fail_value) ImInvLength() argument
440 ImMul(const ImVec2& lhs, const ImVec2& rhs) ImMul() argument
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DTests.cpp852 static inline bool StatInfoEqual(const D3D12MA::StatInfo& lhs, const D3D12MA::StatInfo& rhs) in StatInfoEqual() argument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc204 bool CMapTable::CMapIdComparator::operator()(const CMapId& lhs, in operator ()() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_test.cc92 auto* lhs = Expr("v"); in TEST_F() local
111 auto* lhs = Expr("v"); in TEST_F() local
136 auto* lhs = Expr("v"); TEST_F() local
166 auto* lhs = Expr("v"); TEST_F() local
248 auto* lhs = Expr("v"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h265 SCEVUDivExpr(const FoldingSetNodeIDRef ID, const SCEV *lhs, const SCEV *rhs) in SCEVUDivExpr() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.h789 constexpr bool operator==(uint128 lhs, uint128 rhs) { in operator ==() argument
799 operator !=(uint128 lhs, uint128 rhs) operator !=() argument
801 operator <(uint128 lhs, uint128 rhs) operator <() argument
812 operator >(uint128 lhs, uint128 rhs) operator >() argument
814 operator <=(uint128 lhs, uint128 rhs) operator <=() argument
816 operator >=(uint128 lhs, uint128 rhs) operator >=() argument
856 operator |(uint128 lhs, uint128 rhs) operator |() argument
866 operator &(uint128 lhs, uint128 rhs) operator &() argument
876 operator ^(uint128 lhs, uint128 rhs) operator ^() argument
903 operator <<(uint128 lhs, int amount) operator <<() argument
917 operator >>(uint128 lhs, int amount) operator >>() argument
933 AddResult(uint128 result, uint128 lhs) AddResult() argument
942 operator +(uint128 lhs, uint128 rhs) operator +() argument
956 SubstructResult(uint128 result, uint128 lhs, uint128 rhs) SubstructResult() argument
965 operator -(uint128 lhs, uint128 rhs) operator -() argument
977 operator *(uint128 lhs, uint128 rhs) operator *() argument
1005 operator /(uint128 lhs, uint128 rhs) operator /() argument
1010 operator %(uint128 lhs, uint128 rhs) operator %() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h226 constexpr bool operator>(Duration lhs, Duration rhs) { return rhs < lhs; } in operator >() argument
227 constexpr bool operator>=(Duration lhs, Duration rhs) { return !(lhs < rhs); } in operator >=() argument
228 constexpr bool operator<=(Duration lhs, Duration rhs) { return !(rhs < lhs); } in operator <=() argument
230 constexpr bool operator!=(Duration lhs, Duration rhs) { return !(lhs argument
234 operator +(Duration lhs, Duration rhs) operator +() argument
235 operator -(Duration lhs, Duration rhs) operator -() argument
240 operator *(Duration lhs, T rhs) operator *() argument
244 operator *(T lhs, Duration rhs) operator *() argument
248 operator /(Duration lhs, T rhs) operator /() argument
251 operator /(Duration lhs, Duration rhs) operator /() argument
255 operator %(Duration lhs, Duration rhs) operator %() argument
727 operator <(Time lhs, Time rhs) operator <() argument
728 operator >(Time lhs, Time rhs) operator >() argument
729 operator >=(Time lhs, Time rhs) operator >=() argument
730 operator <=(Time lhs, Time rhs) operator <=() argument
731 operator ==(Time lhs, Time rhs) operator ==() argument
732 operator !=(Time lhs, Time rhs) operator !=() argument
735 operator +(Time lhs, Duration rhs) operator +() argument
736 operator +(Duration lhs, Time rhs) operator +() argument
737 operator -(Time lhs, Duration rhs) operator -() argument
738 operator -(Time lhs, Time rhs) operator -() argument
1528 operator <(Duration lhs, Duration rhs) operator <() argument
1537 operator ==(Duration lhs, Duration rhs) operator ==() argument
[all...]

Completed in 39 milliseconds

1...<<1112131415161718