Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp98 std::sort(sorted.begin(), sorted.end(), [&](auto &lhs, auto &rhs) { in materializeAll()
212 static Value *createShuffle4(Value *lhs, Value *rhs, uint16_t select) in createShuffle4()
250 static Value *createMask4(Value *lhs, Value *rhs, uint16_t select) in createMask4()
279 Bool::Bool(RValue<Bool> rhs) in Bool()
284 Bool::Bool(const Bool &rhs) in Bool()
289 Bool::Bool(const Reference<Bool> &rhs) in Bool()
294 RValue<Bool> Bool::operator=(RValue<Bool> rhs) in operator =()
299 RValue<Bool> Bool::operator=(const Bool &rhs) in operator =()
304 RValue<Bool> Bool::operator=(const Reference<Bool> &rhs) in operator =()
314 RValue<Bool> operator&&(RValue<Bool> lhs, RValue<Bool> rhs) in operator &&()
[all …]
/third_party/skia/third_party/externals/dawn/src/common/
DTypedInteger.h82 explicit constexpr TypedIntegerImpl(I rhs) : mValue(static_cast<T>(rhs)) { in TypedIntegerImpl()
136 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl()
146 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl()
164 SubImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in SubImpl()
175 TypedIntegerImpl<Tag, T2> rhs) { in SubImpl()
238 ::detail::TypedIntegerImpl<Tag, T> rhs) { in Add()
245 ::detail::TypedIntegerImpl<Tag, T> rhs) { in Sub()
251 constexpr std::enable_if_t<std::is_integral<T>::value, T> Add(T lhs, T rhs) { in Add()
256 constexpr std::enable_if_t<std::is_integral<T>::value, T> Sub(T lhs, T rhs) { in Sub()
/third_party/node/deps/v8/src/base/
Dbits.cc49 int32_t SignedMulHigh32(int32_t lhs, int32_t rhs) { in SignedMulHigh32()
55 int32_t SignedMulHighAndAdd32(int32_t lhs, int32_t rhs, int32_t acc) { in SignedMulHighAndAdd32()
61 int32_t SignedDiv32(int32_t lhs, int32_t rhs) { in SignedDiv32()
68 int32_t SignedMod32(int32_t lhs, int32_t rhs) { in SignedMod32()
73 int64_t SignedSaturatedAdd64(int64_t lhs, int64_t rhs) { in SignedSaturatedAdd64()
82 int64_t SignedSaturatedSub64(int64_t lhs, int64_t rhs) { in SignedSaturatedSub64()
91 bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedMulOverflow32()
Dlogging.h98 #define CHECK_OP(name, op, lhs, rhs) \ argument
109 #define DCHECK_OP(name, op, lhs, rhs) \ argument
125 #define CHECK_OP(name, op, lhs, rhs) \ argument
377 #define CHECK_EQ(lhs, rhs) CHECK_OP(EQ, ==, lhs, rhs) argument
378 #define CHECK_NE(lhs, rhs) CHECK_OP(NE, !=, lhs, rhs) argument
379 #define CHECK_LE(lhs, rhs) CHECK_OP(LE, <=, lhs, rhs) argument
380 #define CHECK_LT(lhs, rhs) CHECK_OP(LT, <, lhs, rhs) argument
381 #define CHECK_GE(lhs, rhs) CHECK_OP(GE, >=, lhs, rhs) argument
382 #define CHECK_GT(lhs, rhs) CHECK_OP(GT, >, lhs, rhs) argument
385 #define CHECK_IMPLIES(lhs, rhs) \ argument
[all …]
Dbits.h237 inline bool SignedAddOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedAddOverflow32()
251 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedSubOverflow32()
269 inline bool SignedAddOverflow64(int64_t lhs, int64_t rhs, int64_t* val) { in SignedAddOverflow64()
279 inline bool SignedSubOverflow64(int64_t lhs, int64_t rhs, int64_t* val) { in SignedSubOverflow64()
309 inline bool UnsignedAddOverflow32(uint32_t lhs, uint32_t rhs, uint32_t* val) { in UnsignedAddOverflow32()
321 inline uint32_t UnsignedDiv32(uint32_t lhs, uint32_t rhs) { in UnsignedDiv32()
328 inline uint32_t UnsignedMod32(uint32_t lhs, uint32_t rhs) { in UnsignedMod32()
334 inline int32_t WraparoundAdd32(int32_t lhs, int32_t rhs) { in WraparoundAdd32()
/third_party/node/deps/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h1275 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs()
1294 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu()
1301 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems()
1325 void LiftoffAssembler::emit_i32_remu(Register dst, Register lhs, Register rhs, in emit_i32_remu()
1333 LiftoffRegister rhs, in emit_i64_divs()
1354 LiftoffRegister rhs, in emit_i64_divu()
1364 LiftoffRegister rhs, in emit_i64_rems()
1393 LiftoffRegister rhs, in emit_i64_remu()
1602 Register lhs, Register rhs) { in emit_cond_jump()
1670 Register rhs) { in emit_i32_set_cond()
[all …]
/third_party/node/deps/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h919 void LiftoffAssembler::emit_i32_mul(Register dst, Register lhs, Register rhs) { in emit_i32_mul()
923 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs()
940 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu()
946 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems()
952 void LiftoffAssembler::emit_i32_remu(Register dst, Register lhs, Register rhs, in emit_i32_remu()
1037 LiftoffRegister rhs) { in emit_i64_mul()
1044 LiftoffRegister rhs, in emit_i64_divs()
1051 LiftoffRegister rhs, in emit_i64_divu()
1057 LiftoffRegister rhs, in emit_i64_rems()
1063 LiftoffRegister rhs, in emit_i64_remu()
[all …]
/third_party/node/deps/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h1110 void LiftoffAssembler::emit_i32_mul(Register dst, Register lhs, Register rhs) { in emit_i32_mul()
1114 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs()
1131 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu()
1137 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems()
1143 void LiftoffAssembler::emit_i32_remu(Register dst, Register lhs, Register rhs, in emit_i32_remu()
1219 LiftoffRegister rhs) { in emit_i64_mul()
1224 LiftoffRegister rhs, in emit_i64_divs()
1244 LiftoffRegister rhs, in emit_i64_divu()
1252 LiftoffRegister rhs, in emit_i64_rems()
1260 LiftoffRegister rhs, in emit_i64_remu()
[all …]
/third_party/node/deps/v8/src/wasm/baseline/loong64/
Dliftoff-assembler-loong64.h1008 void LiftoffAssembler::emit_i32_mul(Register dst, Register lhs, Register rhs) { in emit_i32_mul()
1012 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs()
1029 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu()
1035 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems()
1041 void LiftoffAssembler::emit_i32_remu(Register dst, Register lhs, Register rhs, in emit_i32_remu()
1117 LiftoffRegister rhs) { in emit_i64_mul()
1122 LiftoffRegister rhs, in emit_i64_divs()
1142 LiftoffRegister rhs, in emit_i64_divu()
1150 LiftoffRegister rhs, in emit_i64_rems()
1158 LiftoffRegister rhs, in emit_i64_remu()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_exception_safety_test.cc210 const ThrowingVariant rhs = ValuelessByException(); in TEST() local
216 const ThrowingVariant rhs = ValuelessByException(); in TEST() local
222 const ThrowingVariant rhs(ExpectedThrower()); in TEST() local
231 const ThrowingVariant rhs(ExpectedThrowerVec()); in TEST() local
250 const ThrowingVariant rhs(CopyNothrow{}); in TEST() local
259 const ThrowingVariant rhs(ExpectedThrower()); in TEST() local
279 const ThrowingVariant rhs(MoveNothrow{}); in TEST() local
292 ThrowingVariant rhs = ValuelessByException(); in TEST() local
298 ThrowingVariant rhs = ValuelessByException(); in TEST() local
308 ThrowingVariant rhs(ExpectedThrower()); in TEST() local
[all …]
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h1011 void LiftoffAssembler::emit_i32_add(Register dst, Register lhs, Register rhs) { in emit_i32_add()
1027 void LiftoffAssembler::emit_i32_sub(Register dst, Register lhs, Register rhs) { in emit_i32_sub()
1056 Register rhs) { in EmitCommutativeBinOp()
1075 void LiftoffAssembler::emit_i32_mul(Register dst, Register lhs, Register rhs) { in emit_i32_mul()
1084 Register rhs, Label* trap_div_by_zero, in EmitIntDivOrRem()
1166 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs()
1173 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu()
1179 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems()
1185 void LiftoffAssembler::emit_i32_remu(Register dst, Register lhs, Register rhs, in emit_i32_remu()
1191 void LiftoffAssembler::emit_i32_and(Register dst, Register lhs, Register rhs) { in emit_i32_and()
[all …]
/third_party/gn/src/base/numerics/
Dclamped_math.h30 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric()
98 const U rhs) const { in Max()
106 const U rhs) const { in Min()
148 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) { in MathOp()
156 constexpr ClampedNumeric& MathOp(const R rhs) { in MathOp()
208 const R rhs) { in ClampMathOp()
220 ClampMathOp(const L lhs, const R rhs, const Args... args) { in ClampMathOp()
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dclamped_math.h34 constexpr ClampedNumeric(const ClampedNumeric<Src> &rhs) : value_(saturated_cast<T>(rhs.value_)) in ClampedNumeric()
106 constexpr ClampedNumeric<typename MathWrapper<ClampedMaxOp, T, U>::type> Max(const U rhs) const in Max()
113 constexpr ClampedNumeric<typename MathWrapper<ClampedMinOp, T, U>::type> Min(const U rhs) const in Min()
156 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) in MathOp()
165 constexpr ClampedNumeric &MathOp(const R rhs) in MathOp()
218 constexpr ClampedNumeric<typename MathWrapper<M, L, R>::type> ClampMathOp(const L lhs, const R rhs) in ClampMathOp()
226 constexpr auto ClampMathOp(const L lhs, const R rhs, const Args... args) in ClampMathOp()
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
Dliftoff-assembler-riscv64.h1127 void LiftoffAssembler::emit_i32_mul(Register dst, Register lhs, Register rhs) { in emit_i32_mul()
1131 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs()
1146 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu()
1152 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems()
1158 void LiftoffAssembler::emit_i32_remu(Register dst, Register lhs, Register rhs, in emit_i32_remu()
1237 LiftoffRegister rhs, in emit_i64_divs()
1255 LiftoffRegister rhs, in emit_i64_divu()
1263 LiftoffRegister rhs, in emit_i64_rems()
1271 LiftoffRegister rhs, in emit_i64_remu()
1366 DoubleRegister rhs) { in emit_f32_min()
[all …]
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h1287 void LiftoffAssembler::emit_i32_add(Register dst, Register lhs, Register rhs) { in emit_i32_add()
1303 void LiftoffAssembler::emit_i32_sub(Register dst, Register lhs, Register rhs) { in emit_i32_sub()
1331 Register rhs) { in EmitCommutativeBinOp()
1348 void LiftoffAssembler::emit_i32_mul(Register dst, Register lhs, Register rhs) { in emit_i32_mul()
1356 Register rhs, Label* trap_div_by_zero, in EmitInt32DivOrRem()
1419 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs()
1426 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu()
1432 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems()
1438 void LiftoffAssembler::emit_i32_remu(Register dst, Register lhs, Register rhs, in emit_i32_remu()
1444 void LiftoffAssembler::emit_i32_and(Register dst, Register lhs, Register rhs) { in emit_i32_and()
[all …]
/third_party/node/deps/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h170 Register rhs, VectorFormat format) { in EmitSimdShift()
195 VRegister lhs, int32_t rhs) { in EmitSimdShiftRightImmediate()
1209 void LiftoffAssembler::emit_i32_divs(Register dst, Register lhs, Register rhs, in emit_i32_divs()
1232 void LiftoffAssembler::emit_i32_divu(Register dst, Register lhs, Register rhs, in emit_i32_divu()
1240 void LiftoffAssembler::emit_i32_rems(Register dst, Register lhs, Register rhs, in emit_i32_rems()
1257 void LiftoffAssembler::emit_i32_remu(Register dst, Register lhs, Register rhs, in emit_i32_remu()
1273 LiftoffRegister rhs, in emit_i64_divs()
1298 LiftoffRegister rhs, in emit_i64_divu()
1308 LiftoffRegister rhs, in emit_i64_rems()
1327 LiftoffRegister rhs, in emit_i64_remu()
[all …]
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h155 LiftoffRegister lhs, LiftoffRegister rhs) { in I64Binop()
228 RegisterType lhs, RegisterType rhs, in EmitFloatMinOrMax()
260 LiftoffRegister lhs, LiftoffRegister rhs) { in S128NarrowOp()
271 LiftoffRegister lhs, LiftoffRegister rhs, in F64x2Compare()
395 LiftoffRegister lhs, LiftoffRegister rhs) { in EmitSimdShift()
411 LiftoffRegister lhs, int32_t rhs) { in EmitSimdShiftImmediate()
918 Register rhs) { in Add()
923 Register rhs) { in Sub()
928 Register rhs) { in And()
933 Register rhs) { in Or()
[all …]
/third_party/node/deps/v8/src/codegen/
Dstring-constants.cc39 Handle<String> rhs = in AllocateStringConstant() local
88 bool operator==(StringLiteral const& lhs, StringLiteral const& rhs) { in operator ==()
92 bool operator!=(StringLiteral const& lhs, StringLiteral const& rhs) { in operator !=()
105 NumberToStringConstant const& rhs) { in operator ==()
110 NumberToStringConstant const& rhs) { in operator !=()
122 bool operator==(StringCons const& lhs, StringCons const& rhs) { in operator ==()
127 bool operator!=(StringCons const& lhs, StringCons const& rhs) { in operator !=()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dinstruction.cpp33 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <()
36 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <()
37 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==()
40 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dinstruction.cpp33 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <()
36 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <()
37 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==()
40 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_binary_expression_test.cc39 auto* rhs = Expr(4); in TEST_P() local
68 auto* rhs = vec3<i32>(1, 1, 1); in TEST_P() local
135 auto* rhs = Expr(4u); in TEST_P() local
163 auto* rhs = vec3<u32>(1u, 1u, 1u); in TEST_P() local
202 auto* rhs = Expr(4.5f); in TEST_P() local
225 auto* rhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_P() local
258 auto* rhs = Expr(false); in TEST_P() local
281 auto* rhs = vec3<bool>(true, false, true); in TEST_P() local
315 auto* rhs = Expr(4u); in TEST_P() local
339 auto* rhs = vec3<u32>(1u, 1u, 1u); in TEST_P() local
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dconformance_testing_test.cc1214 BadMoveConstruct const& rhs) { in operator ==()
1218 BadMoveConstruct const& rhs) { in operator !=()
1233 friend bool operator==(BadMoveAssign const& lhs, BadMoveAssign const& rhs) { in operator ==()
1236 friend bool operator!=(BadMoveAssign const& lhs, BadMoveAssign const& rhs) { in operator !=()
1247 friend bool operator==(BadCompare const& lhs, BadCompare const& rhs) { in operator ==()
1252 friend bool operator!=(BadCompare const& lhs, BadCompare const& rhs) { in operator !=()
1257 friend bool operator<(BadCompare const& lhs, BadCompare const& rhs) { in operator <()
1262 friend bool operator<=(BadCompare const& lhs, BadCompare const& rhs) { in operator <=()
1267 friend bool operator>=(BadCompare const& lhs, BadCompare const& rhs) { in operator >=()
1272 friend bool operator>(BadCompare const& lhs, BadCompare const& rhs) { in operator >()
[all …]
/third_party/spirv-tools/source/val/
Dinstruction.cpp36 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <()
39 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <()
40 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==()
43 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==()
/third_party/node/deps/v8/src/compiler/
Doperation-typer.cc589 Type OperationTyper::NumberAdd(Type lhs, Type rhs) { in NumberAdd()
634 Type OperationTyper::NumberSubtract(Type lhs, Type rhs) { in NumberSubtract()
677 Type OperationTyper::SpeculativeSafeIntegerAdd(Type lhs, Type rhs) { in SpeculativeSafeIntegerAdd()
687 Type OperationTyper::SpeculativeSafeIntegerSubtract(Type lhs, Type rhs) { in SpeculativeSafeIntegerSubtract()
697 Type OperationTyper::NumberMultiply(Type lhs, Type rhs) { in NumberMultiply()
742 Type OperationTyper::NumberDivide(Type lhs, Type rhs) { in NumberDivide()
771 Type OperationTyper::NumberModulus(Type lhs, Type rhs) { in NumberModulus()
840 Type OperationTyper::NumberBitwiseOr(Type lhs, Type rhs) { in NumberBitwiseOr()
877 Type OperationTyper::NumberBitwiseAnd(Type lhs, Type rhs) { in NumberBitwiseAnd()
908 Type OperationTyper::NumberBitwiseXor(Type lhs, Type rhs) { in NumberBitwiseXor()
[all …]
Djs-operator.cc71 ConstructParameters const& rhs) { in operator ==()
77 ConstructParameters const& rhs) { in operator !=()
122 CallRuntimeParameters const& rhs) { in operator ==()
128 CallRuntimeParameters const& rhs) { in operator !=()
158 bool operator==(ContextAccess const& lhs, ContextAccess const& rhs) { in operator ==()
164 bool operator!=(ContextAccess const& lhs, ContextAccess const& rhs) { in operator !=()
187 CreateFunctionContextParameters const& rhs) { in operator ==()
195 CreateFunctionContextParameters const& rhs) { in operator !=()
217 DefineNamedOwnPropertyParameters const& rhs) { in operator ==()
223 DefineNamedOwnPropertyParameters const& rhs) { in operator !=()
[all …]

12345678910>>...23