Home
last modified time | relevance | path

Searched refs:lhs (Results 1 - 25 of 795) sorted by relevance

12345678910>>...32

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsScanHelpers.cpp59 string getOpOperation (Operator op, VkFormat format, string lhs, string rhs) in getOpOperation() argument
67 return lhs + " + " + rhs; in getOpOperation()
69 return lhs + " * " + rhs; in getOpOperation()
74 return "min(" + lhs + ", " + rhs + ")"; in getOpOperation()
78 return "(isnan(" + lhs + ") ? " + rhs + " : (isnan(" + rhs + ") ? " + lhs + " : min(" + lhs + ", " + rhs + ")))"; in getOpOperation()
88 return "mix(mix(min(" + lhs + ", " + rhs + "), " + lhs + ", isnan(" + rhs + ")), " + rhs + ", isnan(" + lhs in getOpOperation()
277 getCompare(Operator op, VkFormat format, string lhs, string rhs) getCompare() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsScanHelpers.cpp59 string getOpOperation (Operator op, VkFormat format, string lhs, string rhs) in getOpOperation() argument
67 return lhs + " + " + rhs; in getOpOperation()
69 return lhs + " * " + rhs; in getOpOperation()
74 return "min(" + lhs + ", " + rhs + ")"; in getOpOperation()
78 return "(isnan(" + lhs + ") ? " + rhs + " : (isnan(" + rhs + ") ? " + lhs + " : min(" + lhs + ", " + rhs + ")))"; in getOpOperation()
88 return "mix(mix(min(" + lhs + ", " + rhs + "), " + lhs + ", isnan(" + rhs + ")), " + rhs + ", isnan(" + lhs in getOpOperation()
277 getCompare(Operator op, VkFormat format, string lhs, string rhs) getCompare() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.cpp98 std::sort(sorted.begin(), sorted.end(), [&](auto &lhs, auto &rhs) { in materializeAll()
99 return lhs.second < rhs.second; in materializeAll()
212 static Value *createShuffle4(Value *lhs, Value *rhs, uint16_t select) in createShuffle4() argument
221 return Nucleus::createShuffleVector(lhs, rhs, swizzle); in createShuffle4()
250 static Value *createMask4(Value *lhs, Value *rhs, uint16_t select) in createMask4() argument
266 return Nucleus::createShuffleVector(lhs, rhs, swizzle); in createMask4()
314 RValue<Bool> operator&&(RValue<Bool> lhs, RValue<Bool> rhs) in operator &&() argument
316 return RValue<Bool>(Nucleus::createAnd(lhs.value(), rhs.value())); in operator &&()
319 RValue<Bool> operator||(RValue<Bool> lhs, RValue<Bool> rhs) in operator ||() argument
321 return RValue<Bool>(Nucleus::createOr(lhs in operator ||()
324 operator !=(RValue<Bool> lhs, RValue<Bool> rhs) operator !=() argument
329 operator ==(RValue<Bool> lhs, RValue<Bool> rhs) operator ==() argument
400 operator +(RValue<Byte> lhs, RValue<Byte> rhs) operator +() argument
405 operator -(RValue<Byte> lhs, RValue<Byte> rhs) operator -() argument
410 operator *(RValue<Byte> lhs, RValue<Byte> rhs) operator *() argument
415 operator /(RValue<Byte> lhs, RValue<Byte> rhs) operator /() argument
420 operator %(RValue<Byte> lhs, RValue<Byte> rhs) operator %() argument
425 operator &(RValue<Byte> lhs, RValue<Byte> rhs) operator &() argument
430 operator |(RValue<Byte> lhs, RValue<Byte> rhs) operator |() argument
435 operator ^(RValue<Byte> lhs, RValue<Byte> rhs) operator ^() argument
440 operator <<(RValue<Byte> lhs, RValue<Byte> rhs) operator <<() argument
445 operator >>(RValue<Byte> lhs, RValue<Byte> rhs) operator >>() argument
450 operator +=(Byte &lhs, RValue<Byte> rhs) operator +=() argument
455 operator -=(Byte &lhs, RValue<Byte> rhs) operator -=() argument
460 operator *=(Byte &lhs, RValue<Byte> rhs) operator *=() argument
465 operator /=(Byte &lhs, RValue<Byte> rhs) operator /=() argument
470 operator %=(Byte &lhs, RValue<Byte> rhs) operator %=() argument
475 operator &=(Byte &lhs, RValue<Byte> rhs) operator &=() argument
480 operator |=(Byte &lhs, RValue<Byte> rhs) operator |=() argument
485 operator ^=(Byte &lhs, RValue<Byte> rhs) operator ^=() argument
490 operator <<=(Byte &lhs, RValue<Byte> rhs) operator <<=() argument
495 operator >>=(Byte &lhs, RValue<Byte> rhs) operator >>=() argument
551 operator <(RValue<Byte> lhs, RValue<Byte> rhs) operator <() argument
556 operator <=(RValue<Byte> lhs, RValue<Byte> rhs) operator <=() argument
561 operator >(RValue<Byte> lhs, RValue<Byte> rhs) operator >() argument
566 operator >=(RValue<Byte> lhs, RValue<Byte> rhs) operator >=() argument
571 operator !=(RValue<Byte> lhs, RValue<Byte> rhs) operator !=() argument
576 operator ==(RValue<Byte> lhs, RValue<Byte> rhs) operator ==() argument
635 operator +(RValue<SByte> lhs, RValue<SByte> rhs) operator +() argument
640 operator -(RValue<SByte> lhs, RValue<SByte> rhs) operator -() argument
645 operator *(RValue<SByte> lhs, RValue<SByte> rhs) operator *() argument
650 operator /(RValue<SByte> lhs, RValue<SByte> rhs) operator /() argument
655 operator %(RValue<SByte> lhs, RValue<SByte> rhs) operator %() argument
660 operator &(RValue<SByte> lhs, RValue<SByte> rhs) operator &() argument
665 operator |(RValue<SByte> lhs, RValue<SByte> rhs) operator |() argument
670 operator ^(RValue<SByte> lhs, RValue<SByte> rhs) operator ^() argument
675 operator <<(RValue<SByte> lhs, RValue<SByte> rhs) operator <<() argument
680 operator >>(RValue<SByte> lhs, RValue<SByte> rhs) operator >>() argument
685 operator +=(SByte &lhs, RValue<SByte> rhs) operator +=() argument
690 operator -=(SByte &lhs, RValue<SByte> rhs) operator -=() argument
695 operator *=(SByte &lhs, RValue<SByte> rhs) operator *=() argument
700 operator /=(SByte &lhs, RValue<SByte> rhs) operator /=() argument
705 operator %=(SByte &lhs, RValue<SByte> rhs) operator %=() argument
710 operator &=(SByte &lhs, RValue<SByte> rhs) operator &=() argument
715 operator |=(SByte &lhs, RValue<SByte> rhs) operator |=() argument
720 operator ^=(SByte &lhs, RValue<SByte> rhs) operator ^=() argument
725 operator <<=(SByte &lhs, RValue<SByte> rhs) operator <<=() argument
730 operator >>=(SByte &lhs, RValue<SByte> rhs) operator >>=() argument
786 operator <(RValue<SByte> lhs, RValue<SByte> rhs) operator <() argument
791 operator <=(RValue<SByte> lhs, RValue<SByte> rhs) operator <=() argument
796 operator >(RValue<SByte> lhs, RValue<SByte> rhs) operator >() argument
801 operator >=(RValue<SByte> lhs, RValue<SByte> rhs) operator >=() argument
806 operator !=(RValue<SByte> lhs, RValue<SByte> rhs) operator !=() argument
811 operator ==(RValue<SByte> lhs, RValue<SByte> rhs) operator ==() argument
863 operator +(RValue<Short> lhs, RValue<Short> rhs) operator +() argument
868 operator -(RValue<Short> lhs, RValue<Short> rhs) operator -() argument
873 operator *(RValue<Short> lhs, RValue<Short> rhs) operator *() argument
878 operator /(RValue<Short> lhs, RValue<Short> rhs) operator /() argument
883 operator %(RValue<Short> lhs, RValue<Short> rhs) operator %() argument
888 operator &(RValue<Short> lhs, RValue<Short> rhs) operator &() argument
893 operator |(RValue<Short> lhs, RValue<Short> rhs) operator |() argument
898 operator ^(RValue<Short> lhs, RValue<Short> rhs) operator ^() argument
903 operator <<(RValue<Short> lhs, RValue<Short> rhs) operator <<() argument
908 operator >>(RValue<Short> lhs, RValue<Short> rhs) operator >>() argument
913 operator +=(Short &lhs, RValue<Short> rhs) operator +=() argument
918 operator -=(Short &lhs, RValue<Short> rhs) operator -=() argument
923 operator *=(Short &lhs, RValue<Short> rhs) operator *=() argument
928 operator /=(Short &lhs, RValue<Short> rhs) operator /=() argument
933 operator %=(Short &lhs, RValue<Short> rhs) operator %=() argument
938 operator &=(Short &lhs, RValue<Short> rhs) operator &=() argument
943 operator |=(Short &lhs, RValue<Short> rhs) operator |=() argument
948 operator ^=(Short &lhs, RValue<Short> rhs) operator ^=() argument
953 operator <<=(Short &lhs, RValue<Short> rhs) operator <<=() argument
958 operator >>=(Short &lhs, RValue<Short> rhs) operator >>=() argument
1014 operator <(RValue<Short> lhs, RValue<Short> rhs) operator <() argument
1019 operator <=(RValue<Short> lhs, RValue<Short> rhs) operator <=() argument
1024 operator >(RValue<Short> lhs, RValue<Short> rhs) operator >() argument
1029 operator >=(RValue<Short> lhs, RValue<Short> rhs) operator >=() argument
1034 operator !=(RValue<Short> lhs, RValue<Short> rhs) operator !=() argument
1039 operator ==(RValue<Short> lhs, RValue<Short> rhs) operator ==() argument
1098 operator +(RValue<UShort> lhs, RValue<UShort> rhs) operator +() argument
1103 operator -(RValue<UShort> lhs, RValue<UShort> rhs) operator -() argument
1108 operator *(RValue<UShort> lhs, RValue<UShort> rhs) operator *() argument
1113 operator /(RValue<UShort> lhs, RValue<UShort> rhs) operator /() argument
1118 operator %(RValue<UShort> lhs, RValue<UShort> rhs) operator %() argument
1123 operator &(RValue<UShort> lhs, RValue<UShort> rhs) operator &() argument
1128 operator |(RValue<UShort> lhs, RValue<UShort> rhs) operator |() argument
1133 operator ^(RValue<UShort> lhs, RValue<UShort> rhs) operator ^() argument
1138 operator <<(RValue<UShort> lhs, RValue<UShort> rhs) operator <<() argument
1143 operator >>(RValue<UShort> lhs, RValue<UShort> rhs) operator >>() argument
1148 operator +=(UShort &lhs, RValue<UShort> rhs) operator +=() argument
1153 operator -=(UShort &lhs, RValue<UShort> rhs) operator -=() argument
1158 operator *=(UShort &lhs, RValue<UShort> rhs) operator *=() argument
1163 operator /=(UShort &lhs, RValue<UShort> rhs) operator /=() argument
1168 operator %=(UShort &lhs, RValue<UShort> rhs) operator %=() argument
1173 operator &=(UShort &lhs, RValue<UShort> rhs) operator &=() argument
1178 operator |=(UShort &lhs, RValue<UShort> rhs) operator |=() argument
1183 operator ^=(UShort &lhs, RValue<UShort> rhs) operator ^=() argument
1188 operator <<=(UShort &lhs, RValue<UShort> rhs) operator <<=() argument
1193 operator >>=(UShort &lhs, RValue<UShort> rhs) operator >>=() argument
1249 operator <(RValue<UShort> lhs, RValue<UShort> rhs) operator <() argument
1254 operator <=(RValue<UShort> lhs, RValue<UShort> rhs) operator <=() argument
1259 operator >(RValue<UShort> lhs, RValue<UShort> rhs) operator >() argument
1264 operator >=(RValue<UShort> lhs, RValue<UShort> rhs) operator >=() argument
1269 operator !=(RValue<UShort> lhs, RValue<UShort> rhs) operator !=() argument
1274 operator ==(RValue<UShort> lhs, RValue<UShort> rhs) operator ==() argument
[all...]
H A DNucleus.hpp216 static Value *createAdd(Value *lhs, Value *rhs);
217 static Value *createSub(Value *lhs, Value *rhs);
218 static Value *createMul(Value *lhs, Value *rhs);
219 static Value *createUDiv(Value *lhs, Value *rhs);
220 static Value *createSDiv(Value *lhs, Value *rhs);
221 static Value *createFAdd(Value *lhs, Value *rhs);
222 static Value *createFSub(Value *lhs, Value *rhs);
223 static Value *createFMul(Value *lhs, Value *rhs);
224 static Value *createFDiv(Value *lhs, Value *rhs);
225 static Value *createURem(Value *lhs, Valu
[all...]
H A DReactor.hpp342 RValue<Bool> operator&&(RValue<Bool> lhs, RValue<Bool> rhs);
343 RValue<Bool> operator||(RValue<Bool> lhs, RValue<Bool> rhs);
344 RValue<Bool> operator!=(RValue<Bool> lhs, RValue<Bool> rhs);
345 RValue<Bool> operator==(RValue<Bool> lhs, RValue<Bool> rhs);
371 RValue<Byte> operator+(RValue<Byte> lhs, RValue<Byte> rhs);
372 RValue<Byte> operator-(RValue<Byte> lhs, RValue<Byte> rhs);
373 RValue<Byte> operator*(RValue<Byte> lhs, RValue<Byte> rhs);
374 RValue<Byte> operator/(RValue<Byte> lhs, RValue<Byte> rhs);
375 RValue<Byte> operator%(RValue<Byte> lhs, RValue<Byte> rhs);
376 RValue<Byte> operator&(RValue<Byte> lhs, RValu
1986 operator +(RValue<Int> lhs, RValue<Int4> rhs) operator +() argument
1991 operator +(RValue<Int4> lhs, RValue<Int> rhs) operator +() argument
2507 operator ==(const Pointer<T> &lhs, const Pointer<T> &rhs) operator ==() argument
2513 operator !=(const Pointer<T> &lhs, const Pointer<T> &rhs) operator !=() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Dlogging.h98 #define CHECK_OP(name, op, lhs, rhs) \
101 typename ::v8::base::pass_value_or_ref<decltype(lhs)>::type, \
103 (lhs), (rhs), #lhs " " #op " " #rhs)) { \
109 #define DCHECK_OP(name, op, lhs, rhs) \
112 typename ::v8::base::pass_value_or_ref<decltype(lhs)>::type, \
114 (lhs), (rhs), #lhs " " #op " " #rhs)) { \
125 #define CHECK_OP(name, op, lhs, rhs) \
128 typename ::v8::base::pass_value_or_ref<decltype(lhs)>
242 MakeCheckOpString(Lhs lhs, Rhs rhs, char const* msg) MakeCheckOpString() argument
[all...]
H A Dbits.cc49 int32_t SignedMulHigh32(int32_t lhs, int32_t rhs) { in SignedMulHigh32() argument
50 int64_t const value = static_cast<int64_t>(lhs) * static_cast<int64_t>(rhs); in SignedMulHigh32()
55 int32_t SignedMulHighAndAdd32(int32_t lhs, int32_t rhs, int32_t acc) { in SignedMulHighAndAdd32() argument
57 bit_cast<uint32_t>(SignedMulHigh32(lhs, rhs))); in SignedMulHighAndAdd32()
61 int32_t SignedDiv32(int32_t lhs, int32_t rhs) { in SignedDiv32() argument
63 if (rhs == -1) return lhs == std::numeric_limits<int32_t>::min() ? lhs : -lhs; in SignedDiv32()
64 return lhs / rhs; in SignedDiv32()
68 int32_t SignedMod32(int32_t lhs, int32_ argument
73 SignedSaturatedAdd64(int64_t lhs, int64_t rhs) SignedSaturatedAdd64() argument
82 SignedSaturatedSub64(int64_t lhs, int64_t rhs) SignedSaturatedSub64() argument
91 SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val) SignedMulOverflow32() argument
[all...]
H A Dbits.h234 // SignedAddOverflow32(lhs,rhs,val) performs a signed summation of |lhs| and
237 inline bool SignedAddOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedAddOverflow32() argument
239 return __builtin_sadd_overflow(lhs, rhs, val); in SignedAddOverflow32()
241 uint32_t res = static_cast<uint32_t>(lhs) + static_cast<uint32_t>(rhs); in SignedAddOverflow32()
243 return ((res ^ lhs) & (res ^ rhs) & (1U << 31)) != 0; in SignedAddOverflow32()
248 // SignedSubOverflow32(lhs,rhs,val) performs a signed subtraction of |lhs| and
251 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedSubOverflow32() argument
253 return __builtin_ssub_overflow(lhs, rh in SignedSubOverflow32()
269 SignedAddOverflow64(int64_t lhs, int64_t rhs, int64_t* val) SignedAddOverflow64() argument
279 SignedSubOverflow64(int64_t lhs, int64_t rhs, int64_t* val) SignedSubOverflow64() argument
309 UnsignedAddOverflow32(uint32_t lhs, uint32_t rhs, uint32_t* val) UnsignedAddOverflow32() argument
321 UnsignedDiv32(uint32_t lhs, uint32_t rhs) UnsignedDiv32() argument
328 UnsignedMod32(uint32_t lhs, uint32_t rhs) UnsignedMod32() argument
334 WraparoundAdd32(int32_t lhs, int32_t rhs) WraparoundAdd32() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Doperation-typer.cc589 Type OperationTyper::NumberAdd(Type lhs, Type rhs) { in NumberAdd() argument
590 DCHECK(lhs.Is(Type::Number())); in NumberAdd()
593 if (lhs.IsNone() || rhs.IsNone()) return Type::None(); in NumberAdd()
597 bool maybe_nan = lhs.Maybe(Type::NaN()) || rhs.Maybe(Type::NaN()); in NumberAdd()
601 if (lhs.Maybe(Type::MinusZero())) { in NumberAdd()
602 lhs = Type::Union(lhs, cache_->kSingletonZero, zone()); in NumberAdd()
614 lhs = Type::Intersect(lhs, Type::PlainNumber(), zone()); in NumberAdd()
616 if (!lhs in NumberAdd()
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/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_exception_safety_test.cc211 ThrowingVariant lhs = ValuelessByException(); in TEST() local
212 EXPECT_TRUE(TestNothrowOp([&]() { lhs = rhs; })); in TEST()
217 ThrowingVariant lhs = WithThrower(); in TEST() local
218 EXPECT_TRUE(TestNothrowOp([&]() { lhs = rhs; })); in TEST()
226 .WithOperation([&rhs](ThrowingVariant* lhs) { *lhs = rhs; }); in TEST()
235 .WithOperation([&rhs](ThrowingVariant* lhs) { *lhs = rhs; }); in TEST()
251 ThrowingVariant lhs = WithThrower(); in TEST() local
252 EXPECT_TRUE(TestNothrowOp([&]() { lhs in TEST()
293 ThrowingVariant lhs = ValuelessByException(); TEST() local
299 ThrowingVariant lhs = WithThrower(); TEST() local
402 ThrowingVariant lhs = WithThrower(); TEST() local
407 ThrowingVariant lhs = WithThrower(); TEST() local
485 ThrowingVariant lhs = ValuelessByException(); TEST() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsClusteredTests.cpp90 std::string getOpTypeOperation(int opType, Format format, std::string lhs, std::string rhs) in getOpTypeOperation() argument
98 return lhs + " + " + rhs; in getOpTypeOperation()
100 return lhs + " * " + rhs; in getOpTypeOperation()
105 return "min(" + lhs + ", " + rhs + ")"; in getOpTypeOperation()
108 return "(isnan(" + lhs + ") ? " + rhs + " : (isnan(" + rhs + ") ? " + lhs + " : min(" + lhs + ", " + rhs + ")))"; in getOpTypeOperation()
115 return "mix(mix(min(" + lhs + ", " + rhs + "), " + lhs + ", isnan(" + rhs + ")), " + rhs + ", isnan(" + lhs in getOpTypeOperation()
272 getCompare(int opType, Format format, std::string lhs, std::string rhs) getCompare() argument
[all...]
H A DglcSubgroupsArithmeticTests.cpp132 std::string getOpTypeOperation(int opType, Format format, std::string lhs, std::string rhs) in getOpTypeOperation() argument
142 return lhs + " + " + rhs; in getOpTypeOperation()
146 return lhs + " * " + rhs; in getOpTypeOperation()
153 return "min(" + lhs + ", " + rhs + ")"; in getOpTypeOperation()
156 return "(isnan(" + lhs + ") ? " + rhs + " : (isnan(" + rhs + ") ? " + lhs + " : min(" + lhs + ", " + rhs + ")))"; in getOpTypeOperation()
163 return "mix(mix(min(" + lhs + ", " + rhs + "), " + lhs + ", isnan(" + rhs + ")), " + rhs + ", isnan(" + lhs in getOpTypeOperation()
342 getCompare(int opType, Format format, std::string lhs, std::string rhs) getCompare() argument
[all...]
/third_party/nghttp2/src/
H A Dtemplate.h319 inline bool operator==(const ImmutableString &lhs, const ImmutableString &rhs) {
320 return lhs.size() == rhs.size() &&
321 std::equal(std::begin(lhs), std::end(lhs), std::begin(rhs));
324 inline bool operator==(const ImmutableString &lhs, const std::string &rhs) {
325 return lhs.size() == rhs.size() &&
326 std::equal(std::begin(lhs), std::end(lhs), std::begin(rhs));
329 inline bool operator==(const std::string &lhs, const ImmutableString &rhs) {
330 return rhs == lhs;
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h810 inline void emit_i32_add(Register dst, Register lhs, Register rhs);
811 inline void emit_i32_addi(Register dst, Register lhs, int32_t imm);
812 inline void emit_i32_sub(Register dst, Register lhs, Register rhs);
813 inline void emit_i32_subi(Register dst, Register lhs, int32_t imm);
814 inline void emit_i32_mul(Register dst, Register lhs, Register rhs);
815 inline void emit_i32_divs(Register dst, Register lhs, Register rhs,
818 inline void emit_i32_divu(Register dst, Register lhs, Register rhs,
820 inline void emit_i32_rems(Register dst, Register lhs, Register rhs,
822 inline void emit_i32_remu(Register dst, Register lhs, Register rhs,
824 inline void emit_i32_and(Register dst, Register lhs, Registe
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/skia/third_party/externals/angle2/src/compiler/translator/
H A DConstantUnion.cpp20 float CheckedSum(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedSum() argument
22 float result = lhs + rhs; in CheckedSum()
23 if (gl::isNaN(result) && !gl::isNaN(lhs) && !gl::isNaN(rhs)) in CheckedSum()
27 else if (gl::isInf(result) && !gl::isInf(lhs) && !gl::isInf(rhs)) in CheckedSum()
34 float CheckedDiff(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedDiff() argument
36 float result = lhs - rhs; in CheckedDiff()
37 if (gl::isNaN(result) && !gl::isNaN(lhs) && !gl::isNaN(rhs)) in CheckedDiff()
41 else if (gl::isInf(result) && !gl::isInf(lhs) && !gl::isInf(rhs)) in CheckedDiff()
48 float CheckedMul(float lhs, float rhs, TDiagnostics *diag, const TSourceLoc &line) in CheckedMul() argument
50 float result = lhs * rh in CheckedMul()
406 add(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) add() argument
441 sub(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) sub() argument
476 mul(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) mul() argument
532 rshift(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) rshift() argument
638 lshift(const TConstantUnion &lhs, const TConstantUnion &rhs, TDiagnostics *diag, const TSourceLoc &line) lshift() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv.h88 inline constexpr chars_format operator&(chars_format lhs, chars_format rhs) { in operator &() argument
89 return static_cast<chars_format>(static_cast<int>(lhs) & in operator &()
92 inline constexpr chars_format operator|(chars_format lhs, chars_format rhs) { in operator |() argument
93 return static_cast<chars_format>(static_cast<int>(lhs) | in operator |()
96 inline constexpr chars_format operator^(chars_format lhs, chars_format rhs) { in operator ^() argument
97 return static_cast<chars_format>(static_cast<int>(lhs) ^ in operator ^()
103 inline chars_format& operator&=(chars_format& lhs, chars_format rhs) { in operator &=() argument
104 lhs = lhs & rhs; in operator &=()
105 return lhs; in operator &=()
107 operator |=(chars_format& lhs, chars_format rhs) operator |=() argument
111 operator ^=(chars_format& lhs, chars_format rhs) operator ^=() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dstring-constants.cc36 Handle<String> lhs = in AllocateStringConstant() local
37 static_cast<const StringCons*>(this)->lhs()->AllocateStringConstant( in AllocateStringConstant()
42 result = isolate->factory()->NewConsString(lhs, rhs).ToHandleChecked(); in AllocateStringConstant()
88 bool operator==(StringLiteral const& lhs, StringLiteral const& rhs) { in operator ==() argument
89 return lhs.str().address() == rhs.str().address(); in operator ==()
92 bool operator!=(StringLiteral const& lhs, StringLiteral const& rhs) { in operator !=() argument
93 return !(lhs == rhs); in operator !=()
104 bool operator==(NumberToStringConstant const& lhs, in operator ==() argument
106 return lhs.num() == rhs.num(); in operator ==()
109 bool operator!=(NumberToStringConstant const& lhs, in operator !=() argument
122 operator ==(StringCons const& lhs, StringCons const& rhs) operator ==() argument
127 operator !=(StringCons const& lhs, StringCons const& rhs) operator !=() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Ddef_use_manager.h40 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument
41 return lhs.inst == rhs.inst && lhs.operand_index == rhs.operand_index; in operator ==()
44 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument
46 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument
47 if (lhs.inst < rhs.inst) return true; in operator <()
48 if (lhs.inst > rhs.inst) return false; in operator <()
49 return lhs.operand_index < rhs.operand_index; in operator <()
60 inline bool operator==(const UserEntry& lhs, cons argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bimap.hh58 void set (hb_codepoint_t lhs, hb_codepoint_t rhs) in set()
61 if (unlikely (lhs == HB_MAP_VALUE_INVALID)) return; in set()
62 if (unlikely (rhs == HB_MAP_VALUE_INVALID)) { del (lhs); return; } in set()
64 forw_map.set (lhs, rhs); in set()
67 back_map.set (rhs, lhs); in set()
68 if (in_error ()) forw_map.del (lhs); in set()
71 hb_codepoint_t get (hb_codepoint_t lhs) const { return forw_map.get (lhs); } in get()
74 hb_codepoint_t operator [] (hb_codepoint_t lhs) const { return get (lhs); } in operator []()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddef_use_manager.h42 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument
43 return lhs.inst == rhs.inst && lhs.operand_index == rhs.operand_index; in operator ==()
46 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument
48 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument
49 if (lhs.inst < rhs.inst) return true; in operator <()
50 if (lhs.inst > rhs.inst) return false; in operator <()
51 return lhs.operand_index < rhs.operand_index; in operator <()
74 bool operator()(const UserEntry& lhs, cons
214 operator !=(const DefUseManager& lhs, const DefUseManager& rhs) operator !=() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddef_use_manager.h42 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument
43 return lhs.inst == rhs.inst && lhs.operand_index == rhs.operand_index; in operator ==()
46 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument
48 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument
49 if (lhs.inst < rhs.inst) return true; in operator <()
50 if (lhs.inst > rhs.inst) return false; in operator <()
51 return lhs.operand_index < rhs.operand_index; in operator <()
74 bool operator()(const UserEntry& lhs, cons
214 operator !=(const DefUseManager& lhs, const DefUseManager& rhs) operator !=() argument
[all...]
/third_party/skia/tools/skdiff/
H A Dskdiff.h162 const DiffRecord* lhs = reinterpret_cast<DiffRecord const *>(untyped_lhs); in compare() local
167 if (lhs->fResult != rhs->fResult) { in compare()
168 return (lhs->fResult < rhs->fResult) ? 1 : -1; in compare()
172 int result = T::comparePixels(lhs, rhs); in compare()
179 return strcmp(lhs->fBase.fFilename.c_str(), rhs->fBase.fFilename.c_str()); in compare()
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() argument
187 if (lhs->fFractionDifference < rhs->fFractionDifference) { in comparePixels()
190 if (rhs->fFractionDifference < lhs->fFractionDifference) { in comparePixels()
199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { in comparePixels() argument
200 if (lhs in comparePixels()
214 comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) comparePixels() argument
235 comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) comparePixels() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.h589 constexpr uint128 operator<<(uint128 lhs, int amount);
590 constexpr uint128 operator>>(uint128 lhs, int amount);
591 constexpr uint128 operator+(uint128 lhs, uint128 rhs);
592 constexpr uint128 operator-(uint128 lhs, uint128 rhs);
593 uint128 operator*(uint128 lhs, uint128 rhs);
594 uint128 operator/(uint128 lhs, uint128 rhs);
595 uint128 operator%(uint128 lhs, uint128 rhs);
789 constexpr bool operator==(uint128 lhs, uint128 rhs) { in operator ==() argument
791 return static_cast<unsigned __int128>(lhs) == in operator ==()
794 return (Uint128Low64(lhs) in operator ==()
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/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h1110 void LiftoffAssembler::emit_i32_mul(Register dst, Register lhs, Register rhs) { in emit_i32_mul() argument
1111 TurboAssembler::Mul(dst, lhs, rhs); in emit_i32_mul()
1114 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs() argument
1119 // Check if lhs == kMinInt and rhs == -1, since this case is unrepresentable. in emit_i32_divs()
1122 TurboAssembler::LoadZeroOnCondition(kScratchReg, lhs, Operand(kMinInt), eq); in emit_i32_divs()
1128 TurboAssembler::Div(dst, lhs, rhs); in emit_i32_divs()
1131 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu() argument
1134 TurboAssembler::Divu(dst, lhs, rhs); in emit_i32_divu()
1137 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems() argument
1140 TurboAssembler::Mod(dst, lhs, rh in emit_i32_rems()
1143 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument
1213 emit_i64_addi(LiftoffRegister dst, LiftoffRegister lhs, int64_t imm) emit_i64_addi() argument
1218 emit_i64_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_mul() argument
1223 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument
1243 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument
1251 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument
1259 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument
1332 emit_f32_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_min() argument
1343 emit_f32_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_max() argument
1354 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument
1378 emit_f64_min(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_min() argument
1389 emit_f64_max(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_max() argument
1400 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument
1809 emit_cond_jump(LiftoffCondition liftoff_cond, Label* label, ValueKind kind, Register lhs, Register rhs) emit_cond_jump() argument
1824 emit_i32_cond_jumpi(LiftoffCondition liftoff_cond, Label* label, Register lhs, int32_t imm) emit_i32_cond_jumpi() argument
1842 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument
1865 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument
1937 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument
1968 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument
2103 emit_i8x16_shuffle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, const uint8_t shuffle[16], bool is_swizzle) emit_i8x16_shuffle() argument
2136 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument
2225 emit_i8x16_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_eq() argument
2230 emit_i8x16_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ne() argument
2236 emit_i8x16_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_s() argument
2241 emit_i8x16_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_gt_u() argument
2246 emit_i8x16_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_s() argument
2251 emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_u() argument
2256 emit_i16x8_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_eq() argument
2261 emit_i16x8_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ne() argument
2267 emit_i16x8_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_s() argument
2272 emit_i16x8_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_gt_u() argument
2277 emit_i16x8_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_s() argument
2282 emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_u() argument
2287 emit_i32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_eq() argument
2292 emit_i32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ne() argument
2298 emit_i32x4_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_s() argument
2303 emit_i32x4_gt_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_gt_u() argument
2308 emit_i32x4_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_s() argument
2313 emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_u() argument
2318 emit_f32x4_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_eq() argument
2323 emit_f32x4_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_ne() argument
2328 emit_f32x4_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_lt() argument
2333 emit_f32x4_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_le() argument
2338 emit_i64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_eq() argument
2343 emit_i64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ne() argument
2355 emit_f64x2_eq(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_eq() argument
2360 emit_f64x2_ne(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_ne() argument
2365 emit_f64x2_lt(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_lt() argument
2370 emit_f64x2_le(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_le() argument
2390 emit_s128_and(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_and() argument
2395 emit_s128_or(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_or() argument
2400 emit_s128_xor(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_xor() argument
2405 emit_s128_and_not(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_s128_and_not() argument
2457 emit_i8x16_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shl() argument
2463 emit_i8x16_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shli() argument
2468 emit_i8x16_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shr_s() argument
2475 emit_i8x16_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shri_s() argument
2480 emit_i8x16_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_shr_u() argument
2487 emit_i8x16_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i8x16_shri_u() argument
2492 emit_i8x16_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add() argument
2497 emit_i8x16_add_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add_sat_s() argument
2503 emit_i8x16_add_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_add_sat_u() argument
2509 emit_i8x16_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub() argument
2514 emit_i8x16_sub_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub_sat_s() argument
2520 emit_i8x16_sub_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sub_sat_u() argument
2526 emit_i8x16_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_min_s() argument
2532 emit_i8x16_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_min_u() argument
2538 emit_i8x16_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_max_s() argument
2544 emit_i8x16_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_max_u() argument
2581 emit_i16x8_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shl() argument
2587 emit_i16x8_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shli() argument
2592 emit_i16x8_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_s() argument
2599 emit_i16x8_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_s() argument
2604 emit_i16x8_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_shr_u() argument
2611 emit_i16x8_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i16x8_shri_u() argument
2616 emit_i16x8_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add() argument
2621 emit_i16x8_add_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_s() argument
2627 emit_i16x8_add_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_add_sat_u() argument
2633 emit_i16x8_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub() argument
2638 emit_i16x8_sub_sat_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_s() argument
2644 emit_i16x8_sub_sat_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sub_sat_u() argument
2650 emit_i16x8_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_mul() argument
2655 emit_i16x8_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_s() argument
2661 emit_i16x8_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_min_u() argument
2667 emit_i16x8_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_s() argument
2673 emit_i16x8_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_max_u() argument
2703 emit_i32x4_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shl() argument
2709 emit_i32x4_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shli() argument
2714 emit_i32x4_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_s() argument
2721 emit_i32x4_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_s() argument
2726 emit_i32x4_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_shr_u() argument
2733 emit_i32x4_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i32x4_shri_u() argument
2738 emit_i32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_add() argument
2743 emit_i32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_sub() argument
2748 emit_i32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_mul() argument
2753 emit_i32x4_min_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_s() argument
2759 emit_i32x4_min_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_min_u() argument
2765 emit_i32x4_max_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_s() argument
2771 emit_i32x4_max_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_max_u() argument
2777 emit_i32x4_dot_i16x8_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_dot_i16x8_s() argument
2803 emit_i64x2_shl(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shl() argument
2809 emit_i64x2_shli(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shli() argument
2814 emit_i64x2_shr_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_s() argument
2821 emit_i64x2_shri_s(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_s() argument
2826 emit_i64x2_shr_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_shr_u() argument
2833 emit_i64x2_shri_u(LiftoffRegister dst, LiftoffRegister lhs, int32_t rhs) emit_i64x2_shri_u() argument
2838 emit_i64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_add() argument
2843 emit_i64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_sub() argument
2848 emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_mul() argument
2853 emit_i64x2_gt_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_gt_s() argument
2858 emit_i64x2_ge_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_ge_s() argument
2902 emit_f32x4_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_add() argument
2907 emit_f32x4_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_sub() argument
2912 emit_f32x4_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_mul() argument
2917 emit_f32x4_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_div() argument
2922 emit_f32x4_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_min() argument
2944 emit_f32x4_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_max() argument
2966 emit_f32x4_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmin() argument
2976 emit_f32x4_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f32x4_pmax() argument
3025 emit_f64x2_add(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_add() argument
3030 emit_f64x2_sub(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_sub() argument
3035 emit_f64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_mul() argument
3040 emit_f64x2_div(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_div() argument
3045 emit_f64x2_min(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_min() argument
3067 emit_f64x2_max(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_max() argument
3089 emit_f64x2_pmin(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmin() argument
3099 emit_f64x2_pmax(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_f64x2_pmax() argument
3172 emit_i8x16_sconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sconvert_i16x8() argument
3180 emit_i8x16_uconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_uconvert_i16x8() argument
3191 emit_i16x8_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sconvert_i32x4() argument
3199 emit_i16x8_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_uconvert_i32x4() argument
3288 emit_i8x16_rounding_average_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_rounding_average_u() argument
3294 emit_i16x8_rounding_average_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_rounding_average_u() argument
3318 emit_i8x16_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_s() argument
3324 emit_i8x16_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i8x16_extract_lane_u() argument
3330 emit_i16x8_extract_lane_s(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_s() argument
3336 emit_i16x8_extract_lane_u(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i16x8_extract_lane_u() argument
3342 emit_i32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i32x4_extract_lane() argument
3348 emit_i64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_i64x2_extract_lane() argument
3354 emit_f32x4_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f32x4_extract_lane() argument
3361 emit_f64x2_extract_lane(LiftoffRegister dst, LiftoffRegister lhs, uint8_t imm_lane_idx) emit_f64x2_extract_lane() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DTimestampPartial.cs57 /// <param name="lhs">The timestamp to subtract from. Must not be null.</param>
60 public static Duration operator -(Timestamp lhs, Timestamp rhs) in operator -() argument
62 ProtoPreconditions.CheckNotNull(lhs, "lhs"); in operator -()
66 return Duration.Normalize(lhs.Seconds - rhs.Seconds, lhs.Nanos - rhs.Nanos); in operator -()
73 /// <param name="lhs">The timestamp to add the duration to. Must not be null.</param>
76 public static Timestamp operator +(Timestamp lhs, Duration rhs) in operator +() argument
78 ProtoPreconditions.CheckNotNull(lhs, "lhs"); in operator +()
92 operator -(Timestamp lhs, Duration rhs) operator -() argument
[all...]

Completed in 31 milliseconds

12345678910>>...32