Home
last modified time | relevance | path

Searched defs:lhs (Results 326 - 350 of 491) sorted by relevance

1...<<11121314151617181920

/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...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_test.cc88 bool operator==(MoveCanThrow lhs, MoveCanThrow rhs) { return lhs.v == rhs.v; } in operator ==() argument
89 bool operator!=(MoveCanThrow lhs, MoveCanThrow rhs) { return lhs.v != rhs.v; } in operator !=() argument
90 bool operator<(MoveCanThrow lhs, MoveCanThrow rhs) { return lhs.v < rhs.v; } in operator <() argument
91 bool operator<=(MoveCanThrow lhs, MoveCanThrow rhs) { return lhs.v <= rhs.v; } in operator <=() argument
92 bool operator>=(MoveCanThrow lhs, MoveCanThrow rhs) { return lhs in operator <=() argument
93 operator >(MoveCanThrow lhs, MoveCanThrow rhs) operator >() argument
1990 absl::monostate lhs, rhs; TEST() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h1435 inline bool operator==(const Cord& lhs, const Cord& rhs) { in operator ==() argument
1460 inline bool operator==(const Cord& lhs, absl::string_view rhs) { in operator ==() argument
[all...]
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs534 let mut lhs = self.pop().unwrap().unwrap_class_unicode(); in visit_class_set_binary_op_post() variables
559 let mut lhs = self.pop().unwrap().unwrap_class_bytes(); in visit_class_set_binary_op_post() variables
[all...]

Completed in 44 milliseconds

1...<<11121314151617181920