/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 17 #define TestArithSSXmmXmm(FloatSize, Src, Value0, Dst, Value1, Inst, Op) \ in TEST_F() argument 19 static_assert(FloatSize == 32 || FloatSize == 64, \ in TEST_F() 20 "Invalid fp size " #FloatSize); \ in TEST_F() 22 "(" #FloatSize ", " #Src ", " #Value0 ", " #Dst ", " #Value1 \ in TEST_F() 24 static constexpr bool IsDouble = FloatSize == 64; \ in TEST_F() 31 __ movss(IceType_f##FloatSize, Encoded_Xmm_##Dst(), dwordAddress(T0)); \ in TEST_F() 32 __ movss(IceType_f##FloatSize, Encoded_Xmm_##Src(), dwordAddress(T1)); \ in TEST_F() 33 __ Inst(IceType_f##FloatSize, Encoded_Xmm_##Dst(), Encoded_Xmm_##Src()); \ in TEST_F() 50 #define TestArithSSXmmAddr(FloatSize, Value0, Dst, Value1, Inst, Op) \ in TEST_F() argument 52 static_assert(FloatSize == 32 || FloatSize == 64, \ in TEST_F() [all …]
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 17 #define TestArithSSXmmXmm(FloatSize, Src, Value0, Dst, Value1, Inst, Op) \ in TEST_F() argument 19 static_assert(FloatSize == 32 || FloatSize == 64, \ in TEST_F() 20 "Invalid fp size " #FloatSize); \ in TEST_F() 22 "(" #FloatSize ", " #Src ", " #Value0 ", " #Dst ", " #Value1 \ in TEST_F() 24 static constexpr bool IsDouble = FloatSize == 64; \ in TEST_F() 31 __ movss(IceType_f##FloatSize, XmmRegister::Encoded_Reg_##Dst, \ in TEST_F() 33 __ movss(IceType_f##FloatSize, XmmRegister::Encoded_Reg_##Src, \ in TEST_F() 35 __ Inst(IceType_f##FloatSize, XmmRegister::Encoded_Reg_##Dst, \ in TEST_F() 53 #define TestArithSSXmmAddr(FloatSize, Value0, Dst, Value1, Inst, Op) \ in TEST_F() argument 55 static_assert(FloatSize == 32 || FloatSize == 64, \ in TEST_F() [all …]
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | CodedOutputStream.ComputeSize.cs | 46 internal const int FloatSize = LittleEndian32Size; field in Google.Protobuf.CodedOutputStream 64 return FloatSize; in ComputeFloatSize()
|
D | FieldCodec.cs | 365 …ext output, float value) => output.WriteFloat(value), CodedOutputStream.FloatSize, tag, defaultVal… in ForFloat()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | CodedOutputStream.ComputeSize.cs | 46 internal const int FloatSize = LittleEndian32Size; field in Google.Protobuf.CodedOutputStream 64 return FloatSize; in ComputeFloatSize()
|
D | FieldCodec.cs | 365 …ext output, float value) => output.WriteFloat(value), CodedOutputStream.FloatSize, tag, defaultVal… in ForFloat()
|