Home
last modified time | relevance | path

Searched refs:kSigned (Results 1 – 15 of 15) sorted by relevance

/external/vixl/src/aarch64/
Dcpu-aarch64.cc40 const IDRegister::Field AA64PFR0::kFP(16, Field::kSigned);
41 const IDRegister::Field AA64PFR0::kAdvSIMD(20, Field::kSigned);
141 case Field::kSigned: in Get()
Dcpu-aarch64.h57 enum Type { kUnsigned, kSigned }; enumerator
/external/skia/src/sksl/
DSkSLByteCodeGenerator.cpp414 return TypeCategory::kSigned; in type_category()
439 case TypeCategory::kSigned: in writeTypedInstruction()
581 SkASSERT(count == 1 && (tc == SkSL::TypeCategory::kSigned || in writeBinaryExpression()
596 this->write(type_category(lType) == TypeCategory::kSigned in writeBinaryExpression()
743 SkASSERT(tc == SkSL::TypeCategory::kSigned || tc == SkSL::TypeCategory::kUnsigned); in writeBinaryExpression()
751 SkASSERT(tc == SkSL::TypeCategory::kSigned || tc == SkSL::TypeCategory::kUnsigned); in writeBinaryExpression()
759 SkASSERT(tc == SkSL::TypeCategory::kSigned || tc == SkSL::TypeCategory::kUnsigned); in writeBinaryExpression()
821 case TypeCategory::kSigned: in writeConstructor()
836 if (type_category(c.fType) == TypeCategory::kSigned) { in writeConstructor()
DSkSLByteCode.h69 kSigned, enumerator
/external/skqp/tools/bookmaker/
Dbookmaker.h83 kSigned, enumerator
DincludeParser.cpp43 { "signed", KeyWord::kSigned, KeyProperty::kNumber },
/external/v8/src/compiler/
Djs-typed-lowering.h28 enum Signedness { kSigned, kUnsigned }; enumerator
Djs-typed-lowering.cc418 if (signedness == kSigned) { in ConvertToUI32()
470 r.ConvertInputsToUI32(kSigned, kSigned); in ReduceJSBitwiseNot()
701 r.ConvertInputsToUI32(kSigned, kSigned); in ReduceInt32Binop()
2397 return ReduceUI32Shift(node, kSigned); in ReduceJSCall()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_id_test.cpp750 enum Signed { kSigned, kUnsigned }; enumerator
777 ss << " %t = OpTypeInt " << width << (isSigned == kSigned ? " 1" : " 0"); in MakeArrayLength()
827 Val(CompileSuccessfully(MakeArrayLength("1", kSigned, width)))); in TEST_P()
831 Val(CompileSuccessfully(MakeArrayLength("2", kSigned, width)))); in TEST_P()
835 Val(CompileSuccessfully(MakeArrayLength("55", kSigned, width)))); in TEST_P()
841 Val(CompileSuccessfully(MakeArrayLength("0x7" + fpad, kSigned, width)))) in TEST_P()
842 << MakeArrayLength("0x7" + fpad, kSigned, width); in TEST_P()
848 Val(CompileSuccessfully(MakeArrayLength("0", kSigned, width)), in TEST_P()
860 Val(CompileSuccessfully(MakeArrayLength("-1", kSigned, width)), in TEST_P()
864 Val(CompileSuccessfully(MakeArrayLength("-2", kSigned, width)), in TEST_P()
[all …]
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_id_test.cpp750 enum Signed { kSigned, kUnsigned }; enumerator
777 ss << " %t = OpTypeInt " << width << (isSigned == kSigned ? " 1" : " 0"); in MakeArrayLength()
827 Val(CompileSuccessfully(MakeArrayLength("1", kSigned, width)))); in TEST_P()
831 Val(CompileSuccessfully(MakeArrayLength("2", kSigned, width)))); in TEST_P()
835 Val(CompileSuccessfully(MakeArrayLength("55", kSigned, width)))); in TEST_P()
841 Val(CompileSuccessfully(MakeArrayLength("0x7" + fpad, kSigned, width)))) in TEST_P()
842 << MakeArrayLength("0x7" + fpad, kSigned, width); in TEST_P()
848 Val(CompileSuccessfully(MakeArrayLength("0", kSigned, width)), in TEST_P()
860 Val(CompileSuccessfully(MakeArrayLength("-1", kSigned, width)), in TEST_P()
864 Val(CompileSuccessfully(MakeArrayLength("-2", kSigned, width)), in TEST_P()
[all …]
/external/angle/third_party/spirv-tools/src/test/val/
Dval_id_test.cpp750 enum Signed { kSigned, kUnsigned }; enumerator
777 ss << " %t = OpTypeInt " << width << (isSigned == kSigned ? " 1" : " 0"); in MakeArrayLength()
827 Val(CompileSuccessfully(MakeArrayLength("1", kSigned, width)))); in TEST_P()
831 Val(CompileSuccessfully(MakeArrayLength("2", kSigned, width)))); in TEST_P()
835 Val(CompileSuccessfully(MakeArrayLength("55", kSigned, width)))); in TEST_P()
841 Val(CompileSuccessfully(MakeArrayLength("0x7" + fpad, kSigned, width)))) in TEST_P()
842 << MakeArrayLength("0x7" + fpad, kSigned, width); in TEST_P()
848 Val(CompileSuccessfully(MakeArrayLength("0", kSigned, width)), in TEST_P()
860 Val(CompileSuccessfully(MakeArrayLength("-1", kSigned, width)), in TEST_P()
864 Val(CompileSuccessfully(MakeArrayLength("-2", kSigned, width)), in TEST_P()
[all …]
/external/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h109 enum class ShiftSign : bool { kSigned, kUnsigned }; enumerator
111 template <ShiftDirection dir, ShiftSign sign = ShiftSign::kSigned>
114 DCHECK_IMPLIES(dir == ShiftDirection::kLeft, sign == ShiftSign::kSigned); in EmitSimdShift()
129 if (sign == ShiftSign::kSigned) { in EmitSimdShift()
149 if (sign == ShiftSign::kSigned) { in EmitSimdShiftRightImmediate()
1837 liftoff::ShiftSign::kSigned>( in emit_i64x2_shr_s()
1843 liftoff::EmitSimdShiftRightImmediate<kFormat2D, liftoff::ShiftSign::kSigned>( in emit_i64x2_shri_s()
1959 liftoff::ShiftSign::kSigned>( in emit_i32x4_shr_s()
1965 liftoff::EmitSimdShiftRightImmediate<kFormat4S, liftoff::ShiftSign::kSigned>( in emit_i32x4_shri_s()
2106 liftoff::ShiftSign::kSigned>( in emit_i16x8_shr_s()
[all …]
/external/skia/tools/viewer/
DParticlesSlide.cpp328 case SkSL::TypeCategory::kSigned: dataType = ImGuiDataType_S32; break; in draw()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2159 static const int kSigned = 3; member
2163 static const int kSigned = 11; member
2167 static const int kSigned = 20; member
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h2569 enum class ShiftSignedness { kSigned, kUnsigned }; enumerator