|
@@ -1,1654 +1,1654 @@
|
|
-#if 0
|
|
|
|
-;
|
|
|
|
-; Input signature:
|
|
|
|
-;
|
|
|
|
-; Name Index Mask Register SysValue Format Used
|
|
|
|
-; -------------------- ----- ------ -------- -------- ------- ------
|
|
|
|
-; SV_Position 0 xyzw 0 POS float
|
|
|
|
-; TEXCOORD 0 xy 1 NONE float xy
|
|
|
|
-; COLOR 0 xyzw 2 NONE float xyzw
|
|
|
|
-;
|
|
|
|
-;
|
|
|
|
-; Output signature:
|
|
|
|
-;
|
|
|
|
-; Name Index Mask Register SysValue Format Used
|
|
|
|
-; -------------------- ----- ------ -------- -------- ------- ------
|
|
|
|
-; SV_Target 0 xyzw 0 TARGET float xyzw
|
|
|
|
-;
|
|
|
|
-; shader hash: 4d23473de2445ea68fe5dad543ff9936
|
|
|
|
-;
|
|
|
|
-; Pipeline Runtime Information:
|
|
|
|
-;
|
|
|
|
-; Pixel Shader
|
|
|
|
-; DepthOutput=0
|
|
|
|
-; SampleFrequency=0
|
|
|
|
-;
|
|
|
|
-;
|
|
|
|
-; Input signature:
|
|
|
|
-;
|
|
|
|
-; Name Index InterpMode DynIdx
|
|
|
|
-; -------------------- ----- ---------------------- ------
|
|
|
|
-; SV_Position 0 noperspective
|
|
|
|
-; TEXCOORD 0 linear
|
|
|
|
-; COLOR 0 linear
|
|
|
|
-;
|
|
|
|
-; Output signature:
|
|
|
|
-;
|
|
|
|
-; Name Index InterpMode DynIdx
|
|
|
|
-; -------------------- ----- ---------------------- ------
|
|
|
|
-; SV_Target 0
|
|
|
|
-;
|
|
|
|
-; Buffer Definitions:
|
|
|
|
-;
|
|
|
|
-; cbuffer Constants
|
|
|
|
-; {
|
|
|
|
-;
|
|
|
|
-; struct Constants
|
|
|
|
-; {
|
|
|
|
-;
|
|
|
|
-; float scRGB_output; ; Offset: 0
|
|
|
|
-; float texture_type; ; Offset: 4
|
|
|
|
-; float input_type; ; Offset: 8
|
|
|
|
-; float color_scale; ; Offset: 12
|
|
|
|
-; float4 texel_size; ; Offset: 16
|
|
|
|
-; float tonemap_method; ; Offset: 32
|
|
|
|
-; float tonemap_factor1; ; Offset: 36
|
|
|
|
-; float tonemap_factor2; ; Offset: 40
|
|
|
|
-; float sdr_white_point; ; Offset: 44
|
|
|
|
-; float4 Yoffset; ; Offset: 48
|
|
|
|
-; float4 Rcoeff; ; Offset: 64
|
|
|
|
-; float4 Gcoeff; ; Offset: 80
|
|
|
|
-; float4 Bcoeff; ; Offset: 96
|
|
|
|
-;
|
|
|
|
-; } Constants; ; Offset: 0 Size: 112
|
|
|
|
-;
|
|
|
|
-; }
|
|
|
|
-;
|
|
|
|
-;
|
|
|
|
-; Resource Bindings:
|
|
|
|
-;
|
|
|
|
-; Name Type Format Dim ID HLSL Bind Count
|
|
|
|
-; ------------------------------ ---------- ------- ----------- ------- -------------- ------
|
|
|
|
-; Constants cbuffer NA NA CB0 cb1 1
|
|
|
|
-; sampler0 sampler NA NA S0 s0 1
|
|
|
|
-; sampler1 sampler NA NA S1 s1 1
|
|
|
|
-; texture0 texture f32 2d T0 t0 1
|
|
|
|
-; texture1 texture f32 2d T1 t1 1
|
|
|
|
-; texture2 texture f32 2d T2 t2 1
|
|
|
|
-;
|
|
|
|
-;
|
|
|
|
-; ViewId state:
|
|
|
|
-;
|
|
|
|
-; Number of inputs: 12, outputs: 4
|
|
|
|
-; Outputs dependent on ViewId: { }
|
|
|
|
-; Inputs contributing to computation of Outputs:
|
|
|
|
-; output 0 depends on inputs: { 4, 5, 8 }
|
|
|
|
-; output 1 depends on inputs: { 4, 5, 9 }
|
|
|
|
-; output 2 depends on inputs: { 4, 5, 10 }
|
|
|
|
-; output 3 depends on inputs: { 4, 5, 11 }
|
|
|
|
-;
|
|
|
|
-target datalayout = "e-m:e-p:32:32-i1:32-i8:32-i16:32-i32:32-i64:64-f16:32-f32:32-f64:64-n8:16:32:64"
|
|
|
|
-target triple = "dxil-ms-dx"
|
|
|
|
-
|
|
|
|
-%dx.types.Handle = type { i8* }
|
|
|
|
-%dx.types.CBufRet.f32 = type { float, float, float, float }
|
|
|
|
-%dx.types.ResRet.f32 = type { float, float, float, float, i32 }
|
|
|
|
-%"class.Texture2D<vector<float, 4> >" = type { <4 x float>, %"class.Texture2D<vector<float, 4> >::mips_type" }
|
|
|
|
-%"class.Texture2D<vector<float, 4> >::mips_type" = type { i32 }
|
|
|
|
-%Constants = type { float, float, float, float, <4 x float>, float, float, float, float, <4 x float>, <4 x float>, <4 x float>, <4 x float> }
|
|
|
|
-%struct.SamplerState = type { i32 }
|
|
|
|
-
|
|
|
|
-define void @main() {
|
|
|
|
- %1 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 0, i32 2, i32 2, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
|
|
|
|
- %2 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 0, i32 1, i32 1, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
|
|
|
|
- %3 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 0, i32 0, i32 0, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
|
|
|
|
- %4 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 3, i32 1, i32 1, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
|
|
|
|
- %5 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 3, i32 0, i32 0, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
|
|
|
|
- %6 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 2, i32 0, i32 1, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
|
|
|
|
- %7 = call float @dx.op.loadInput.f32(i32 4, i32 2, i32 0, i8 0, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
|
|
|
|
- %8 = call float @dx.op.loadInput.f32(i32 4, i32 2, i32 0, i8 1, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
|
|
|
|
- %9 = call float @dx.op.loadInput.f32(i32 4, i32 2, i32 0, i8 2, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
|
|
|
|
- %10 = call float @dx.op.loadInput.f32(i32 4, i32 2, i32 0, i8 3, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
|
|
|
|
- %11 = call float @dx.op.loadInput.f32(i32 4, i32 1, i32 0, i8 0, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
|
|
|
|
- %12 = call float @dx.op.loadInput.f32(i32 4, i32 1, i32 0, i8 1, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
|
|
|
|
- %13 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 0) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %14 = extractvalue %dx.types.CBufRet.f32 %13, 1
|
|
|
|
- %15 = fcmp fast oeq float %14, 0.000000e+00
|
|
|
|
- br i1 %15, label %253, label %16
|
|
|
|
-
|
|
|
|
-; <label>:16 ; preds = %0
|
|
|
|
- %17 = fcmp fast oeq float %14, 1.000000e+00
|
|
|
|
- br i1 %17, label %18, label %24
|
|
|
|
-
|
|
|
|
-; <label>:18 ; preds = %16
|
|
|
|
- %19 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %3, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
- %20 = extractvalue %dx.types.ResRet.f32 %19, 0
|
|
|
|
- %21 = extractvalue %dx.types.ResRet.f32 %19, 1
|
|
|
|
- %22 = extractvalue %dx.types.ResRet.f32 %19, 2
|
|
|
|
- %23 = extractvalue %dx.types.ResRet.f32 %19, 3
|
|
|
|
- br label %253
|
|
|
|
-
|
|
|
|
-; <label>:24 ; preds = %16
|
|
|
|
- %25 = fcmp fast oeq float %14, 2.000000e+00
|
|
|
|
- br i1 %25, label %26, label %85
|
|
|
|
-
|
|
|
|
-; <label>:26 ; preds = %24
|
|
|
|
- %27 = call float @dx.op.unary.f32(i32 83, float %11) ; DerivCoarseX(value)
|
|
|
|
- %28 = call float @dx.op.unary.f32(i32 83, float %12) ; DerivCoarseX(value)
|
|
|
|
- %29 = call float @dx.op.unary.f32(i32 6, float %27) ; FAbs(value)
|
|
|
|
- %30 = call float @dx.op.unary.f32(i32 6, float %28) ; FAbs(value)
|
|
|
|
- %31 = call float @dx.op.unary.f32(i32 84, float %11) ; DerivCoarseY(value)
|
|
|
|
- %32 = call float @dx.op.unary.f32(i32 84, float %12) ; DerivCoarseY(value)
|
|
|
|
- %33 = call float @dx.op.unary.f32(i32 6, float %31) ; FAbs(value)
|
|
|
|
- %34 = call float @dx.op.unary.f32(i32 6, float %32) ; FAbs(value)
|
|
|
|
- %35 = fadd fast float %33, %29
|
|
|
|
- %36 = fadd fast float %34, %30
|
|
|
|
- %37 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 1) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %38 = extractvalue %dx.types.CBufRet.f32 %37, 2
|
|
|
|
- %39 = extractvalue %dx.types.CBufRet.f32 %37, 3
|
|
|
|
- %40 = fmul fast float %38, %35
|
|
|
|
- %41 = fmul fast float %39, %36
|
|
|
|
- %42 = call float @dx.op.binary.f32(i32 35, float %40, float 0x3EE4F8B580000000) ; FMax(a,b)
|
|
|
|
- %43 = call float @dx.op.binary.f32(i32 35, float %41, float 0x3EE4F8B580000000) ; FMax(a,b)
|
|
|
|
- %44 = call float @dx.op.binary.f32(i32 36, float %42, float 1.000000e+00) ; FMin(a,b)
|
|
|
|
- %45 = call float @dx.op.binary.f32(i32 36, float %43, float 1.000000e+00) ; FMin(a,b)
|
|
|
|
- %46 = fmul fast float %38, %11
|
|
|
|
- %47 = fmul fast float %39, %12
|
|
|
|
- %48 = fmul fast float %44, 5.000000e-01
|
|
|
|
- %49 = fmul fast float %45, 5.000000e-01
|
|
|
|
- %50 = fsub fast float %46, %48
|
|
|
|
- %51 = fsub fast float %47, %49
|
|
|
|
- %52 = call float @dx.op.unary.f32(i32 22, float %50) ; Frc(value)
|
|
|
|
- %53 = call float @dx.op.unary.f32(i32 22, float %51) ; Frc(value)
|
|
|
|
- %54 = fadd fast float %44, -1.000000e+00
|
|
|
|
- %55 = fadd fast float %54, %52
|
|
|
|
- %56 = fadd fast float %45, -1.000000e+00
|
|
|
|
- %57 = fadd fast float %56, %53
|
|
|
|
- %58 = fdiv fast float %55, %44
|
|
|
|
- %59 = fdiv fast float %57, %45
|
|
|
|
- %60 = call float @dx.op.unary.f32(i32 7, float %58) ; Saturate(value)
|
|
|
|
- %61 = call float @dx.op.unary.f32(i32 7, float %59) ; Saturate(value)
|
|
|
|
- %62 = fmul fast float %60, 2.000000e+00
|
|
|
|
- %63 = fmul fast float %61, 2.000000e+00
|
|
|
|
- %64 = fsub fast float 3.000000e+00, %62
|
|
|
|
- %65 = fsub fast float 3.000000e+00, %63
|
|
|
|
- %66 = fmul fast float %60, %60
|
|
|
|
- %67 = fmul fast float %66, %64
|
|
|
|
- %68 = fmul fast float %61, %61
|
|
|
|
- %69 = fmul fast float %68, %65
|
|
|
|
- %70 = call float @dx.op.unary.f32(i32 27, float %50) ; Round_ni(value)
|
|
|
|
- %71 = call float @dx.op.unary.f32(i32 27, float %51) ; Round_ni(value)
|
|
|
|
- %72 = fadd fast float %70, 5.000000e-01
|
|
|
|
- %73 = fadd fast float %71, 5.000000e-01
|
|
|
|
- %74 = fadd fast float %72, %67
|
|
|
|
- %75 = fadd fast float %73, %69
|
|
|
|
- %76 = extractvalue %dx.types.CBufRet.f32 %37, 0
|
|
|
|
- %77 = extractvalue %dx.types.CBufRet.f32 %37, 1
|
|
|
|
- %78 = fmul fast float %76, %74
|
|
|
|
- %79 = fmul fast float %75, %77
|
|
|
|
- %80 = call %dx.types.ResRet.f32 @dx.op.sampleGrad.f32(i32 63, %dx.types.Handle %3, %dx.types.Handle %5, float %78, float %79, float undef, float undef, i32 0, i32 0, i32 undef, float %27, float %28, float undef, float %31, float %32, float undef, float undef) ; SampleGrad(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,ddx0,ddx1,ddx2,ddy0,ddy1,ddy2,clamp)
|
|
|
|
- %81 = extractvalue %dx.types.ResRet.f32 %80, 0
|
|
|
|
- %82 = extractvalue %dx.types.ResRet.f32 %80, 1
|
|
|
|
- %83 = extractvalue %dx.types.ResRet.f32 %80, 2
|
|
|
|
- %84 = extractvalue %dx.types.ResRet.f32 %80, 3
|
|
|
|
- br label %253
|
|
|
|
-
|
|
|
|
-; <label>:85 ; preds = %24
|
|
|
|
- %86 = fcmp fast oeq float %14, 3.000000e+00
|
|
|
|
- br i1 %86, label %87, label %97
|
|
|
|
-
|
|
|
|
-; <label>:87 ; preds = %85
|
|
|
|
- %88 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %3, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
- %89 = extractvalue %dx.types.ResRet.f32 %88, 0
|
|
|
|
- %90 = fmul fast float %89, 0x3FEFE00000000000
|
|
|
|
- %91 = fadd fast float %90, 1.953125e-03
|
|
|
|
- %92 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %2, %dx.types.Handle %4, float %91, float 5.000000e-01, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
- %93 = extractvalue %dx.types.ResRet.f32 %92, 0
|
|
|
|
- %94 = extractvalue %dx.types.ResRet.f32 %92, 1
|
|
|
|
- %95 = extractvalue %dx.types.ResRet.f32 %92, 2
|
|
|
|
- %96 = extractvalue %dx.types.ResRet.f32 %92, 3
|
|
|
|
- br label %253
|
|
|
|
-
|
|
|
|
-; <label>:97 ; preds = %85
|
|
|
|
- %98 = fcmp fast oeq float %14, 4.000000e+00
|
|
|
|
- br i1 %98, label %99, label %162
|
|
|
|
-
|
|
|
|
-; <label>:99 ; preds = %97
|
|
|
|
- %100 = call float @dx.op.unary.f32(i32 83, float %11) ; DerivCoarseX(value)
|
|
|
|
- %101 = call float @dx.op.unary.f32(i32 83, float %12) ; DerivCoarseX(value)
|
|
|
|
- %102 = call float @dx.op.unary.f32(i32 6, float %100) ; FAbs(value)
|
|
|
|
- %103 = call float @dx.op.unary.f32(i32 6, float %101) ; FAbs(value)
|
|
|
|
- %104 = call float @dx.op.unary.f32(i32 84, float %11) ; DerivCoarseY(value)
|
|
|
|
- %105 = call float @dx.op.unary.f32(i32 84, float %12) ; DerivCoarseY(value)
|
|
|
|
- %106 = call float @dx.op.unary.f32(i32 6, float %104) ; FAbs(value)
|
|
|
|
- %107 = call float @dx.op.unary.f32(i32 6, float %105) ; FAbs(value)
|
|
|
|
- %108 = fadd fast float %106, %102
|
|
|
|
- %109 = fadd fast float %107, %103
|
|
|
|
- %110 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 1) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %111 = extractvalue %dx.types.CBufRet.f32 %110, 2
|
|
|
|
- %112 = extractvalue %dx.types.CBufRet.f32 %110, 3
|
|
|
|
- %113 = fmul fast float %111, %108
|
|
|
|
- %114 = fmul fast float %112, %109
|
|
|
|
- %115 = call float @dx.op.binary.f32(i32 35, float %113, float 0x3EE4F8B580000000) ; FMax(a,b)
|
|
|
|
- %116 = call float @dx.op.binary.f32(i32 35, float %114, float 0x3EE4F8B580000000) ; FMax(a,b)
|
|
|
|
- %117 = call float @dx.op.binary.f32(i32 36, float %115, float 1.000000e+00) ; FMin(a,b)
|
|
|
|
- %118 = call float @dx.op.binary.f32(i32 36, float %116, float 1.000000e+00) ; FMin(a,b)
|
|
|
|
- %119 = fmul fast float %111, %11
|
|
|
|
- %120 = fmul fast float %112, %12
|
|
|
|
- %121 = fmul fast float %117, 5.000000e-01
|
|
|
|
- %122 = fmul fast float %118, 5.000000e-01
|
|
|
|
- %123 = fsub fast float %119, %121
|
|
|
|
- %124 = fsub fast float %120, %122
|
|
|
|
- %125 = call float @dx.op.unary.f32(i32 22, float %123) ; Frc(value)
|
|
|
|
- %126 = call float @dx.op.unary.f32(i32 22, float %124) ; Frc(value)
|
|
|
|
- %127 = fadd fast float %117, -1.000000e+00
|
|
|
|
- %128 = fadd fast float %127, %125
|
|
|
|
- %129 = fadd fast float %118, -1.000000e+00
|
|
|
|
- %130 = fadd fast float %129, %126
|
|
|
|
- %131 = fdiv fast float %128, %117
|
|
|
|
- %132 = fdiv fast float %130, %118
|
|
|
|
- %133 = call float @dx.op.unary.f32(i32 7, float %131) ; Saturate(value)
|
|
|
|
- %134 = call float @dx.op.unary.f32(i32 7, float %132) ; Saturate(value)
|
|
|
|
- %135 = fmul fast float %133, 2.000000e+00
|
|
|
|
- %136 = fmul fast float %134, 2.000000e+00
|
|
|
|
- %137 = fsub fast float 3.000000e+00, %135
|
|
|
|
- %138 = fsub fast float 3.000000e+00, %136
|
|
|
|
- %139 = fmul fast float %133, %133
|
|
|
|
- %140 = fmul fast float %139, %137
|
|
|
|
- %141 = fmul fast float %134, %134
|
|
|
|
- %142 = fmul fast float %141, %138
|
|
|
|
- %143 = call float @dx.op.unary.f32(i32 27, float %123) ; Round_ni(value)
|
|
|
|
- %144 = call float @dx.op.unary.f32(i32 27, float %124) ; Round_ni(value)
|
|
|
|
- %145 = fadd fast float %143, 5.000000e-01
|
|
|
|
- %146 = fadd fast float %144, 5.000000e-01
|
|
|
|
- %147 = fadd fast float %145, %140
|
|
|
|
- %148 = fadd fast float %146, %142
|
|
|
|
- %149 = extractvalue %dx.types.CBufRet.f32 %110, 0
|
|
|
|
- %150 = extractvalue %dx.types.CBufRet.f32 %110, 1
|
|
|
|
- %151 = fmul fast float %149, %147
|
|
|
|
- %152 = fmul fast float %148, %150
|
|
|
|
- %153 = call %dx.types.ResRet.f32 @dx.op.sampleGrad.f32(i32 63, %dx.types.Handle %3, %dx.types.Handle %5, float %151, float %152, float undef, float undef, i32 0, i32 0, i32 undef, float %100, float %101, float undef, float %104, float %105, float undef, float undef) ; SampleGrad(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,ddx0,ddx1,ddx2,ddy0,ddy1,ddy2,clamp)
|
|
|
|
- %154 = extractvalue %dx.types.ResRet.f32 %153, 0
|
|
|
|
- %155 = fmul fast float %154, 0x3FEFE00000000000
|
|
|
|
- %156 = fadd fast float %155, 1.953125e-03
|
|
|
|
- %157 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %2, %dx.types.Handle %4, float %156, float 5.000000e-01, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
- %158 = extractvalue %dx.types.ResRet.f32 %157, 0
|
|
|
|
- %159 = extractvalue %dx.types.ResRet.f32 %157, 1
|
|
|
|
- %160 = extractvalue %dx.types.ResRet.f32 %157, 2
|
|
|
|
- %161 = extractvalue %dx.types.ResRet.f32 %157, 3
|
|
|
|
- br label %253
|
|
|
|
-
|
|
|
|
-; <label>:162 ; preds = %97
|
|
|
|
- %163 = fcmp fast oeq float %14, 5.000000e+00
|
|
|
|
- br i1 %163, label %164, label %192
|
|
|
|
-
|
|
|
|
-; <label>:164 ; preds = %162
|
|
|
|
- %165 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %3, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
- %166 = extractvalue %dx.types.ResRet.f32 %165, 0
|
|
|
|
- %167 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %2, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
- %168 = extractvalue %dx.types.ResRet.f32 %167, 0
|
|
|
|
- %169 = extractvalue %dx.types.ResRet.f32 %167, 1
|
|
|
|
- %170 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 3) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %171 = extractvalue %dx.types.CBufRet.f32 %170, 0
|
|
|
|
- %172 = extractvalue %dx.types.CBufRet.f32 %170, 1
|
|
|
|
- %173 = extractvalue %dx.types.CBufRet.f32 %170, 2
|
|
|
|
- %174 = fadd fast float %171, %166
|
|
|
|
- %175 = fadd fast float %172, %168
|
|
|
|
- %176 = fadd fast float %173, %169
|
|
|
|
- %177 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 4) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %178 = extractvalue %dx.types.CBufRet.f32 %177, 0
|
|
|
|
- %179 = extractvalue %dx.types.CBufRet.f32 %177, 1
|
|
|
|
- %180 = extractvalue %dx.types.CBufRet.f32 %177, 2
|
|
|
|
- %181 = call float @dx.op.dot3.f32(i32 55, float %174, float %175, float %176, float %178, float %179, float %180) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
- %182 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 5) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %183 = extractvalue %dx.types.CBufRet.f32 %182, 0
|
|
|
|
- %184 = extractvalue %dx.types.CBufRet.f32 %182, 1
|
|
|
|
- %185 = extractvalue %dx.types.CBufRet.f32 %182, 2
|
|
|
|
- %186 = call float @dx.op.dot3.f32(i32 55, float %174, float %175, float %176, float %183, float %184, float %185) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
- %187 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 6) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %188 = extractvalue %dx.types.CBufRet.f32 %187, 0
|
|
|
|
- %189 = extractvalue %dx.types.CBufRet.f32 %187, 1
|
|
|
|
- %190 = extractvalue %dx.types.CBufRet.f32 %187, 2
|
|
|
|
- %191 = call float @dx.op.dot3.f32(i32 55, float %174, float %175, float %176, float %188, float %189, float %190) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
- br label %253
|
|
|
|
-
|
|
|
|
-; <label>:192 ; preds = %162
|
|
|
|
- %193 = fcmp fast oeq float %14, 6.000000e+00
|
|
|
|
- br i1 %193, label %194, label %222
|
|
|
|
-
|
|
|
|
-; <label>:194 ; preds = %192
|
|
|
|
- %195 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %3, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
- %196 = extractvalue %dx.types.ResRet.f32 %195, 0
|
|
|
|
- %197 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %2, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
- %198 = extractvalue %dx.types.ResRet.f32 %197, 0
|
|
|
|
- %199 = extractvalue %dx.types.ResRet.f32 %197, 1
|
|
|
|
- %200 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 3) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %201 = extractvalue %dx.types.CBufRet.f32 %200, 0
|
|
|
|
- %202 = extractvalue %dx.types.CBufRet.f32 %200, 1
|
|
|
|
- %203 = extractvalue %dx.types.CBufRet.f32 %200, 2
|
|
|
|
- %204 = fadd fast float %201, %196
|
|
|
|
- %205 = fadd fast float %202, %199
|
|
|
|
- %206 = fadd fast float %203, %198
|
|
|
|
- %207 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 4) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %208 = extractvalue %dx.types.CBufRet.f32 %207, 0
|
|
|
|
- %209 = extractvalue %dx.types.CBufRet.f32 %207, 1
|
|
|
|
- %210 = extractvalue %dx.types.CBufRet.f32 %207, 2
|
|
|
|
- %211 = call float @dx.op.dot3.f32(i32 55, float %204, float %205, float %206, float %208, float %209, float %210) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
- %212 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 5) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %213 = extractvalue %dx.types.CBufRet.f32 %212, 0
|
|
|
|
- %214 = extractvalue %dx.types.CBufRet.f32 %212, 1
|
|
|
|
- %215 = extractvalue %dx.types.CBufRet.f32 %212, 2
|
|
|
|
- %216 = call float @dx.op.dot3.f32(i32 55, float %204, float %205, float %206, float %213, float %214, float %215) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
- %217 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 6) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %218 = extractvalue %dx.types.CBufRet.f32 %217, 0
|
|
|
|
- %219 = extractvalue %dx.types.CBufRet.f32 %217, 1
|
|
|
|
- %220 = extractvalue %dx.types.CBufRet.f32 %217, 2
|
|
|
|
- %221 = call float @dx.op.dot3.f32(i32 55, float %204, float %205, float %206, float %218, float %219, float %220) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
- br label %253
|
|
|
|
-
|
|
|
|
-; <label>:222 ; preds = %192
|
|
|
|
- %223 = fcmp fast oeq float %14, 7.000000e+00
|
|
|
|
- br i1 %223, label %224, label %253
|
|
|
|
-
|
|
|
|
-; <label>:224 ; preds = %222
|
|
|
|
- %225 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %3, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
- %226 = extractvalue %dx.types.ResRet.f32 %225, 0
|
|
|
|
- %227 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %2, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
- %228 = extractvalue %dx.types.ResRet.f32 %227, 0
|
|
|
|
- %229 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %1, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
- %230 = extractvalue %dx.types.ResRet.f32 %229, 0
|
|
|
|
- %231 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 3) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %232 = extractvalue %dx.types.CBufRet.f32 %231, 0
|
|
|
|
- %233 = extractvalue %dx.types.CBufRet.f32 %231, 1
|
|
|
|
- %234 = extractvalue %dx.types.CBufRet.f32 %231, 2
|
|
|
|
- %235 = fadd fast float %232, %226
|
|
|
|
- %236 = fadd fast float %233, %228
|
|
|
|
- %237 = fadd fast float %234, %230
|
|
|
|
- %238 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 4) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %239 = extractvalue %dx.types.CBufRet.f32 %238, 0
|
|
|
|
- %240 = extractvalue %dx.types.CBufRet.f32 %238, 1
|
|
|
|
- %241 = extractvalue %dx.types.CBufRet.f32 %238, 2
|
|
|
|
- %242 = call float @dx.op.dot3.f32(i32 55, float %235, float %236, float %237, float %239, float %240, float %241) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
- %243 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 5) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %244 = extractvalue %dx.types.CBufRet.f32 %243, 0
|
|
|
|
- %245 = extractvalue %dx.types.CBufRet.f32 %243, 1
|
|
|
|
- %246 = extractvalue %dx.types.CBufRet.f32 %243, 2
|
|
|
|
- %247 = call float @dx.op.dot3.f32(i32 55, float %235, float %236, float %237, float %244, float %245, float %246) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
- %248 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 6) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %249 = extractvalue %dx.types.CBufRet.f32 %248, 0
|
|
|
|
- %250 = extractvalue %dx.types.CBufRet.f32 %248, 1
|
|
|
|
- %251 = extractvalue %dx.types.CBufRet.f32 %248, 2
|
|
|
|
- %252 = call float @dx.op.dot3.f32(i32 55, float %235, float %236, float %237, float %249, float %250, float %251) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
- br label %253
|
|
|
|
-
|
|
|
|
-; <label>:253 ; preds = %224, %222, %194, %164, %99, %87, %26, %18, %0
|
|
|
|
- %254 = phi float [ %20, %18 ], [ %81, %26 ], [ %93, %87 ], [ %158, %99 ], [ %181, %164 ], [ %211, %194 ], [ %242, %224 ], [ 1.000000e+00, %0 ], [ 1.000000e+00, %222 ]
|
|
|
|
- %255 = phi float [ %21, %18 ], [ %82, %26 ], [ %94, %87 ], [ %159, %99 ], [ %186, %164 ], [ %216, %194 ], [ %247, %224 ], [ 1.000000e+00, %0 ], [ 0.000000e+00, %222 ]
|
|
|
|
- %256 = phi float [ %22, %18 ], [ %83, %26 ], [ %95, %87 ], [ %160, %99 ], [ %191, %164 ], [ %221, %194 ], [ %252, %224 ], [ 1.000000e+00, %0 ], [ 0.000000e+00, %222 ]
|
|
|
|
- %257 = phi float [ %23, %18 ], [ %84, %26 ], [ %96, %87 ], [ %161, %99 ], [ 1.000000e+00, %164 ], [ 1.000000e+00, %194 ], [ 1.000000e+00, %224 ], [ 1.000000e+00, %0 ], [ 1.000000e+00, %222 ]
|
|
|
|
- %258 = extractvalue %dx.types.CBufRet.f32 %13, 2
|
|
|
|
- %259 = fcmp fast oeq float %258, 3.000000e+00
|
|
|
|
- br i1 %259, label %260, label %308
|
|
|
|
-
|
|
|
|
-; <label>:260 ; preds = %253
|
|
|
|
- %261 = call float @dx.op.unary.f32(i32 6, float %254) ; FAbs(value)
|
|
|
|
- %262 = call float @dx.op.unary.f32(i32 6, float %255) ; FAbs(value)
|
|
|
|
- %263 = call float @dx.op.unary.f32(i32 6, float %256) ; FAbs(value)
|
|
|
|
- %264 = call float @dx.op.unary.f32(i32 23, float %261) ; Log(value)
|
|
|
|
- %265 = call float @dx.op.unary.f32(i32 23, float %262) ; Log(value)
|
|
|
|
- %266 = call float @dx.op.unary.f32(i32 23, float %263) ; Log(value)
|
|
|
|
- %267 = fmul fast float %264, 0x3F89F9B580000000
|
|
|
|
- %268 = fmul fast float %265, 0x3F89F9B580000000
|
|
|
|
- %269 = fmul fast float %266, 0x3F89F9B580000000
|
|
|
|
- %270 = call float @dx.op.unary.f32(i32 21, float %267) ; Exp(value)
|
|
|
|
- %271 = call float @dx.op.unary.f32(i32 21, float %268) ; Exp(value)
|
|
|
|
- %272 = call float @dx.op.unary.f32(i32 21, float %269) ; Exp(value)
|
|
|
|
- %273 = fadd fast float %270, -8.359375e-01
|
|
|
|
- %274 = fadd fast float %271, -8.359375e-01
|
|
|
|
- %275 = fadd fast float %272, -8.359375e-01
|
|
|
|
- %276 = call float @dx.op.binary.f32(i32 35, float %273, float 0.000000e+00) ; FMax(a,b)
|
|
|
|
- %277 = call float @dx.op.binary.f32(i32 35, float %274, float 0.000000e+00) ; FMax(a,b)
|
|
|
|
- %278 = call float @dx.op.binary.f32(i32 35, float %275, float 0.000000e+00) ; FMax(a,b)
|
|
|
|
- %279 = fmul fast float %270, 1.868750e+01
|
|
|
|
- %280 = fmul fast float %271, 1.868750e+01
|
|
|
|
- %281 = fmul fast float %272, 1.868750e+01
|
|
|
|
- %282 = fsub fast float 0x4032DA0000000000, %279
|
|
|
|
- %283 = fsub fast float 0x4032DA0000000000, %280
|
|
|
|
- %284 = fsub fast float 0x4032DA0000000000, %281
|
|
|
|
- %285 = fdiv fast float %276, %282
|
|
|
|
- %286 = fdiv fast float %277, %283
|
|
|
|
- %287 = fdiv fast float %278, %284
|
|
|
|
- %288 = call float @dx.op.unary.f32(i32 6, float %285) ; FAbs(value)
|
|
|
|
- %289 = call float @dx.op.unary.f32(i32 6, float %286) ; FAbs(value)
|
|
|
|
- %290 = call float @dx.op.unary.f32(i32 6, float %287) ; FAbs(value)
|
|
|
|
- %291 = call float @dx.op.unary.f32(i32 23, float %288) ; Log(value)
|
|
|
|
- %292 = call float @dx.op.unary.f32(i32 23, float %289) ; Log(value)
|
|
|
|
- %293 = call float @dx.op.unary.f32(i32 23, float %290) ; Log(value)
|
|
|
|
- %294 = fmul fast float %291, 0x40191C0D60000000
|
|
|
|
- %295 = fmul fast float %292, 0x40191C0D60000000
|
|
|
|
- %296 = fmul fast float %293, 0x40191C0D60000000
|
|
|
|
- %297 = call float @dx.op.unary.f32(i32 21, float %294) ; Exp(value)
|
|
|
|
- %298 = call float @dx.op.unary.f32(i32 21, float %295) ; Exp(value)
|
|
|
|
- %299 = call float @dx.op.unary.f32(i32 21, float %296) ; Exp(value)
|
|
|
|
- %300 = fmul fast float %297, 1.000000e+04
|
|
|
|
- %301 = fmul fast float %298, 1.000000e+04
|
|
|
|
- %302 = fmul fast float %299, 1.000000e+04
|
|
|
|
- %303 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 2) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %304 = extractvalue %dx.types.CBufRet.f32 %303, 3
|
|
|
|
- %305 = fdiv fast float %300, %304
|
|
|
|
- %306 = fdiv fast float %301, %304
|
|
|
|
- %307 = fdiv fast float %302, %304
|
|
|
|
- br label %308
|
|
|
|
-
|
|
|
|
-; <label>:308 ; preds = %260, %253
|
|
|
|
- %309 = phi float [ %305, %260 ], [ %254, %253 ]
|
|
|
|
- %310 = phi float [ %306, %260 ], [ %255, %253 ]
|
|
|
|
- %311 = phi float [ %307, %260 ], [ %256, %253 ]
|
|
|
|
- %312 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 2) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
- %313 = extractvalue %dx.types.CBufRet.f32 %312, 0
|
|
|
|
- %314 = fcmp fast une float %313, 0.000000e+00
|
|
|
|
- br i1 %314, label %315, label %368
|
|
|
|
-
|
|
|
|
-; <label>:315 ; preds = %308
|
|
|
|
- %316 = fcmp fast oeq float %313, 1.000000e+00
|
|
|
|
- br i1 %316, label %317, label %322
|
|
|
|
-
|
|
|
|
-; <label>:317 ; preds = %315
|
|
|
|
- %318 = extractvalue %dx.types.CBufRet.f32 %312, 1
|
|
|
|
- %319 = fmul fast float %318, %309
|
|
|
|
- %320 = fmul fast float %318, %310
|
|
|
|
- %321 = fmul fast float %318, %311
|
|
|
|
- br label %368
|
|
|
|
-
|
|
|
|
-; <label>:322 ; preds = %315
|
|
|
|
- %323 = fcmp fast oeq float %313, 2.000000e+00
|
|
|
|
- br i1 %323, label %324, label %368
|
|
|
|
-
|
|
|
|
-; <label>:324 ; preds = %322
|
|
|
|
- %325 = fcmp fast oeq float %258, 2.000000e+00
|
|
|
|
- br i1 %325, label %326, label %336
|
|
|
|
-
|
|
|
|
-; <label>:326 ; preds = %324
|
|
|
|
- %327 = fmul fast float %309, 0x3FE413B180000000
|
|
|
|
- %328 = call float @dx.op.tertiary.f32(i32 46, float 0x3FD512F900000000, float %310, float %327) ; FMad(a,b,c)
|
|
|
|
- %329 = call float @dx.op.tertiary.f32(i32 46, float 0x3FA62D1F20000000, float %311, float %328) ; FMad(a,b,c)
|
|
|
|
- %330 = fmul fast float %309, 0x3FB1B05740000000
|
|
|
|
- %331 = call float @dx.op.tertiary.f32(i32 46, float 0x3FED6CE140000000, float %310, float %330) ; FMad(a,b,c)
|
|
|
|
- %332 = call float @dx.op.tertiary.f32(i32 46, float 0x3F8744F5E0000000, float %311, float %331) ; FMad(a,b,c)
|
|
|
|
- %333 = fmul fast float %309, 0x3F90C8CD60000000
|
|
|
|
- %334 = call float @dx.op.tertiary.f32(i32 46, float 0x3FB6880520000000, float %310, float %333) ; FMad(a,b,c)
|
|
|
|
- %335 = call float @dx.op.tertiary.f32(i32 46, float 0x3FECA8B6E0000000, float %311, float %334) ; FMad(a,b,c)
|
|
|
|
- br label %336
|
|
|
|
-
|
|
|
|
-; <label>:336 ; preds = %326, %324
|
|
|
|
- %337 = phi float [ %329, %326 ], [ %309, %324 ]
|
|
|
|
- %338 = phi float [ %332, %326 ], [ %310, %324 ]
|
|
|
|
- %339 = phi float [ %335, %326 ], [ %311, %324 ]
|
|
|
|
- %340 = call float @dx.op.binary.f32(i32 35, float %338, float %339) ; FMax(a,b)
|
|
|
|
- %341 = call float @dx.op.binary.f32(i32 35, float %337, float %340) ; FMax(a,b)
|
|
|
|
- %342 = fcmp fast ogt float %341, 0.000000e+00
|
|
|
|
- br i1 %342, label %343, label %354
|
|
|
|
-
|
|
|
|
-; <label>:343 ; preds = %336
|
|
|
|
- %344 = extractvalue %dx.types.CBufRet.f32 %312, 1
|
|
|
|
- %345 = fmul fast float %344, %341
|
|
|
|
- %346 = fadd fast float %345, 1.000000e+00
|
|
|
|
- %347 = extractvalue %dx.types.CBufRet.f32 %312, 2
|
|
|
|
- %348 = fmul fast float %347, %341
|
|
|
|
- %349 = fadd fast float %348, 1.000000e+00
|
|
|
|
- %350 = fdiv fast float %346, %349
|
|
|
|
- %351 = fmul fast float %350, %337
|
|
|
|
- %352 = fmul fast float %350, %338
|
|
|
|
- %353 = fmul fast float %350, %339
|
|
|
|
- br label %354
|
|
|
|
-
|
|
|
|
-; <label>:354 ; preds = %343, %336
|
|
|
|
- %355 = phi float [ %351, %343 ], [ %337, %336 ]
|
|
|
|
- %356 = phi float [ %352, %343 ], [ %338, %336 ]
|
|
|
|
- %357 = phi float [ %353, %343 ], [ %339, %336 ]
|
|
|
|
- br i1 %325, label %358, label %368
|
|
|
|
-
|
|
|
|
-; <label>:358 ; preds = %354
|
|
|
|
- %359 = fmul fast float %355, 0x3FFA916440000000
|
|
|
|
- %360 = call float @dx.op.tertiary.f32(i32 46, float 0xBFE2CE1400000000, float %356, float %359) ; FMad(a,b,c)
|
|
|
|
- %361 = call float @dx.op.tertiary.f32(i32 46, float 0xBFB2A5A460000000, float %357, float %360) ; FMad(a,b,c)
|
|
|
|
- %362 = fmul fast float %355, 0xBFBFE24FE0000000
|
|
|
|
- %363 = call float @dx.op.tertiary.f32(i32 46, float 0x3FF2205680000000, float %356, float %362) ; FMad(a,b,c)
|
|
|
|
- %364 = call float @dx.op.tertiary.f32(i32 46, float 0xBF8118C1A0000000, float %357, float %363) ; FMad(a,b,c)
|
|
|
|
- %365 = fmul fast float %355, 0xBF9296F660000000
|
|
|
|
- %366 = call float @dx.op.tertiary.f32(i32 46, float 0xBFB9C0B9A0000000, float %356, float %365) ; FMad(a,b,c)
|
|
|
|
- %367 = call float @dx.op.tertiary.f32(i32 46, float 0x3FF1E66780000000, float %357, float %366) ; FMad(a,b,c)
|
|
|
|
- br label %368
|
|
|
|
-
|
|
|
|
-; <label>:368 ; preds = %358, %354, %322, %317, %308
|
|
|
|
- %369 = phi float [ %309, %308 ], [ %319, %317 ], [ %361, %358 ], [ %355, %354 ], [ %309, %322 ]
|
|
|
|
- %370 = phi float [ %310, %308 ], [ %320, %317 ], [ %364, %358 ], [ %356, %354 ], [ %310, %322 ]
|
|
|
|
- %371 = phi float [ %311, %308 ], [ %321, %317 ], [ %367, %358 ], [ %357, %354 ], [ %311, %322 ]
|
|
|
|
- %372 = fcmp fast oeq float %258, 1.000000e+00
|
|
|
|
- br i1 %372, label %373, label %419
|
|
|
|
-
|
|
|
|
-; <label>:373 ; preds = %368
|
|
|
|
- %374 = extractvalue %dx.types.CBufRet.f32 %13, 0
|
|
|
|
- %375 = fcmp fast une float %374, 0.000000e+00
|
|
|
|
- br i1 %375, label %376, label %411
|
|
|
|
-
|
|
|
|
-; <label>:376 ; preds = %373
|
|
|
|
- %377 = fcmp fast ugt float %369, 0x3FA4B5DCC0000000
|
|
|
|
- br i1 %377, label %380, label %378
|
|
|
|
-
|
|
|
|
-; <label>:378 ; preds = %376
|
|
|
|
- %379 = fmul fast float %369, 0x3FB3D07220000000
|
|
|
|
- br label %387
|
|
|
|
-
|
|
|
|
-; <label>:380 ; preds = %376
|
|
|
|
- %381 = fadd fast float %369, 0x3FAC28F5C0000000
|
|
|
|
- %382 = call float @dx.op.unary.f32(i32 6, float %381) ; FAbs(value)
|
|
|
|
- %383 = fmul fast float %382, 0x3FEE54EDE0000000
|
|
|
|
- %384 = call float @dx.op.unary.f32(i32 23, float %383) ; Log(value)
|
|
|
|
- %385 = fmul fast float %384, 0x4003333340000000
|
|
|
|
- %386 = call float @dx.op.unary.f32(i32 21, float %385) ; Exp(value)
|
|
|
|
- br label %387
|
|
|
|
-
|
|
|
|
-; <label>:387 ; preds = %380, %378
|
|
|
|
- %388 = phi float [ %379, %378 ], [ %386, %380 ]
|
|
|
|
- %389 = fcmp fast ugt float %370, 0x3FA4B5DCC0000000
|
|
|
|
- br i1 %389, label %392, label %390
|
|
|
|
-
|
|
|
|
-; <label>:390 ; preds = %387
|
|
|
|
- %391 = fmul fast float %370, 0x3FB3D07220000000
|
|
|
|
- br label %399
|
|
|
|
-
|
|
|
|
-; <label>:392 ; preds = %387
|
|
|
|
- %393 = fadd fast float %370, 0x3FAC28F5C0000000
|
|
|
|
- %394 = call float @dx.op.unary.f32(i32 6, float %393) ; FAbs(value)
|
|
|
|
- %395 = fmul fast float %394, 0x3FEE54EDE0000000
|
|
|
|
- %396 = call float @dx.op.unary.f32(i32 23, float %395) ; Log(value)
|
|
|
|
- %397 = fmul fast float %396, 0x4003333340000000
|
|
|
|
- %398 = call float @dx.op.unary.f32(i32 21, float %397) ; Exp(value)
|
|
|
|
- br label %399
|
|
|
|
-
|
|
|
|
-; <label>:399 ; preds = %392, %390
|
|
|
|
- %400 = phi float [ %391, %390 ], [ %398, %392 ]
|
|
|
|
- %401 = fcmp fast ugt float %371, 0x3FA4B5DCC0000000
|
|
|
|
- br i1 %401, label %404, label %402
|
|
|
|
-
|
|
|
|
-; <label>:402 ; preds = %399
|
|
|
|
- %403 = fmul fast float %371, 0x3FB3D07220000000
|
|
|
|
- br label %411
|
|
|
|
-
|
|
|
|
-; <label>:404 ; preds = %399
|
|
|
|
- %405 = fadd fast float %371, 0x3FAC28F5C0000000
|
|
|
|
- %406 = call float @dx.op.unary.f32(i32 6, float %405) ; FAbs(value)
|
|
|
|
- %407 = fmul fast float %406, 0x3FEE54EDE0000000
|
|
|
|
- %408 = call float @dx.op.unary.f32(i32 23, float %407) ; Log(value)
|
|
|
|
- %409 = fmul fast float %408, 0x4003333340000000
|
|
|
|
- %410 = call float @dx.op.unary.f32(i32 21, float %409) ; Exp(value)
|
|
|
|
- br label %411
|
|
|
|
-
|
|
|
|
-; <label>:411 ; preds = %404, %402, %373
|
|
|
|
- %412 = phi float [ %369, %373 ], [ %388, %404 ], [ %388, %402 ]
|
|
|
|
- %413 = phi float [ %370, %373 ], [ %400, %404 ], [ %400, %402 ]
|
|
|
|
- %414 = phi float [ %371, %373 ], [ %410, %404 ], [ %403, %402 ]
|
|
|
|
- %415 = extractvalue %dx.types.CBufRet.f32 %13, 3
|
|
|
|
- %416 = fmul fast float %415, %412
|
|
|
|
- %417 = fmul fast float %415, %413
|
|
|
|
- %418 = fmul fast float %415, %414
|
|
|
|
- br label %528
|
|
|
|
-
|
|
|
|
-; <label>:419 ; preds = %368
|
|
|
|
- %420 = fcmp fast oeq float %258, 2.000000e+00
|
|
|
|
- %421 = extractvalue %dx.types.CBufRet.f32 %13, 3
|
|
|
|
- br i1 %420, label %422, label %468
|
|
|
|
-
|
|
|
|
-; <label>:422 ; preds = %419
|
|
|
|
- %423 = fmul fast float %421, %369
|
|
|
|
- %424 = fmul fast float %421, %370
|
|
|
|
- %425 = fmul fast float %421, %371
|
|
|
|
- %426 = extractvalue %dx.types.CBufRet.f32 %13, 0
|
|
|
|
- %427 = fcmp fast une float %426, 0.000000e+00
|
|
|
|
- br i1 %427, label %528, label %428
|
|
|
|
-
|
|
|
|
-; <label>:428 ; preds = %422
|
|
|
|
- %429 = fcmp fast ugt float %423, 0x3F69A5C380000000
|
|
|
|
- br i1 %429, label %432, label %430
|
|
|
|
-
|
|
|
|
-; <label>:430 ; preds = %428
|
|
|
|
- %431 = fmul fast float %423, 0x4029D70A40000000
|
|
|
|
- br label %439
|
|
|
|
-
|
|
|
|
-; <label>:432 ; preds = %428
|
|
|
|
- %433 = call float @dx.op.unary.f32(i32 6, float %423) ; FAbs(value)
|
|
|
|
- %434 = call float @dx.op.unary.f32(i32 23, float %433) ; Log(value)
|
|
|
|
- %435 = fmul fast float %434, 0x3FDAAAAAA0000000
|
|
|
|
- %436 = call float @dx.op.unary.f32(i32 21, float %435) ; Exp(value)
|
|
|
|
- %437 = fmul fast float %436, 0x3FF0E147A0000000
|
|
|
|
- %438 = fadd fast float %437, 0xBFAC28F5C0000000
|
|
|
|
- br label %439
|
|
|
|
-
|
|
|
|
-; <label>:439 ; preds = %432, %430
|
|
|
|
- %440 = phi float [ %431, %430 ], [ %438, %432 ]
|
|
|
|
- %441 = fcmp fast ugt float %424, 0x3F69A5C380000000
|
|
|
|
- br i1 %441, label %444, label %442
|
|
|
|
-
|
|
|
|
-; <label>:442 ; preds = %439
|
|
|
|
- %443 = fmul fast float %424, 0x4029D70A40000000
|
|
|
|
- br label %451
|
|
|
|
-
|
|
|
|
-; <label>:444 ; preds = %439
|
|
|
|
- %445 = call float @dx.op.unary.f32(i32 6, float %424) ; FAbs(value)
|
|
|
|
- %446 = call float @dx.op.unary.f32(i32 23, float %445) ; Log(value)
|
|
|
|
- %447 = fmul fast float %446, 0x3FDAAAAAA0000000
|
|
|
|
- %448 = call float @dx.op.unary.f32(i32 21, float %447) ; Exp(value)
|
|
|
|
- %449 = fmul fast float %448, 0x3FF0E147A0000000
|
|
|
|
- %450 = fadd fast float %449, 0xBFAC28F5C0000000
|
|
|
|
- br label %451
|
|
|
|
-
|
|
|
|
-; <label>:451 ; preds = %444, %442
|
|
|
|
- %452 = phi float [ %443, %442 ], [ %450, %444 ]
|
|
|
|
- %453 = fcmp fast ugt float %425, 0x3F69A5C380000000
|
|
|
|
- br i1 %453, label %456, label %454
|
|
|
|
-
|
|
|
|
-; <label>:454 ; preds = %451
|
|
|
|
- %455 = fmul fast float %425, 0x4029D70A40000000
|
|
|
|
- br label %463
|
|
|
|
-
|
|
|
|
-; <label>:456 ; preds = %451
|
|
|
|
- %457 = call float @dx.op.unary.f32(i32 6, float %425) ; FAbs(value)
|
|
|
|
- %458 = call float @dx.op.unary.f32(i32 23, float %457) ; Log(value)
|
|
|
|
- %459 = fmul fast float %458, 0x3FDAAAAAA0000000
|
|
|
|
- %460 = call float @dx.op.unary.f32(i32 21, float %459) ; Exp(value)
|
|
|
|
- %461 = fmul fast float %460, 0x3FF0E147A0000000
|
|
|
|
- %462 = fadd fast float %461, 0xBFAC28F5C0000000
|
|
|
|
- br label %463
|
|
|
|
-
|
|
|
|
-; <label>:463 ; preds = %456, %454
|
|
|
|
- %464 = phi float [ %455, %454 ], [ %462, %456 ]
|
|
|
|
- %465 = call float @dx.op.unary.f32(i32 7, float %440) ; Saturate(value)
|
|
|
|
- %466 = call float @dx.op.unary.f32(i32 7, float %452) ; Saturate(value)
|
|
|
|
- %467 = call float @dx.op.unary.f32(i32 7, float %464) ; Saturate(value)
|
|
|
|
- br label %528
|
|
|
|
-
|
|
|
|
-; <label>:468 ; preds = %419
|
|
|
|
- br i1 %259, label %469, label %524
|
|
|
|
-
|
|
|
|
-; <label>:469 ; preds = %468
|
|
|
|
- %470 = fmul fast float %369, 0x3FFA916440000000
|
|
|
|
- %471 = call float @dx.op.tertiary.f32(i32 46, float 0xBFE2CE1400000000, float %370, float %470) ; FMad(a,b,c)
|
|
|
|
- %472 = call float @dx.op.tertiary.f32(i32 46, float 0xBFB2A5A460000000, float %371, float %471) ; FMad(a,b,c)
|
|
|
|
- %473 = fmul fast float %369, 0xBFBFE24FE0000000
|
|
|
|
- %474 = call float @dx.op.tertiary.f32(i32 46, float 0x3FF2205680000000, float %370, float %473) ; FMad(a,b,c)
|
|
|
|
- %475 = call float @dx.op.tertiary.f32(i32 46, float 0xBF8118C1A0000000, float %371, float %474) ; FMad(a,b,c)
|
|
|
|
- %476 = fmul fast float %369, 0xBF9296F660000000
|
|
|
|
- %477 = call float @dx.op.tertiary.f32(i32 46, float 0xBFB9C0B9A0000000, float %370, float %476) ; FMad(a,b,c)
|
|
|
|
- %478 = call float @dx.op.tertiary.f32(i32 46, float 0x3FF1E66780000000, float %371, float %477) ; FMad(a,b,c)
|
|
|
|
- %479 = fmul fast float %421, %472
|
|
|
|
- %480 = fmul fast float %421, %475
|
|
|
|
- %481 = fmul fast float %421, %478
|
|
|
|
- %482 = extractvalue %dx.types.CBufRet.f32 %13, 0
|
|
|
|
- %483 = fcmp fast une float %482, 0.000000e+00
|
|
|
|
- br i1 %483, label %528, label %484
|
|
|
|
-
|
|
|
|
-; <label>:484 ; preds = %469
|
|
|
|
- %485 = fcmp fast ugt float %479, 0x3F69A5C380000000
|
|
|
|
- br i1 %485, label %488, label %486
|
|
|
|
-
|
|
|
|
-; <label>:486 ; preds = %484
|
|
|
|
- %487 = fmul fast float %479, 0x4029D70A40000000
|
|
|
|
- br label %495
|
|
|
|
-
|
|
|
|
-; <label>:488 ; preds = %484
|
|
|
|
- %489 = call float @dx.op.unary.f32(i32 6, float %479) ; FAbs(value)
|
|
|
|
- %490 = call float @dx.op.unary.f32(i32 23, float %489) ; Log(value)
|
|
|
|
- %491 = fmul fast float %490, 0x3FDAAAAAA0000000
|
|
|
|
- %492 = call float @dx.op.unary.f32(i32 21, float %491) ; Exp(value)
|
|
|
|
- %493 = fmul fast float %492, 0x3FF0E147A0000000
|
|
|
|
- %494 = fadd fast float %493, 0xBFAC28F5C0000000
|
|
|
|
- br label %495
|
|
|
|
-
|
|
|
|
-; <label>:495 ; preds = %488, %486
|
|
|
|
- %496 = phi float [ %487, %486 ], [ %494, %488 ]
|
|
|
|
- %497 = fcmp fast ugt float %480, 0x3F69A5C380000000
|
|
|
|
- br i1 %497, label %500, label %498
|
|
|
|
-
|
|
|
|
-; <label>:498 ; preds = %495
|
|
|
|
- %499 = fmul fast float %480, 0x4029D70A40000000
|
|
|
|
- br label %507
|
|
|
|
-
|
|
|
|
-; <label>:500 ; preds = %495
|
|
|
|
- %501 = call float @dx.op.unary.f32(i32 6, float %480) ; FAbs(value)
|
|
|
|
- %502 = call float @dx.op.unary.f32(i32 23, float %501) ; Log(value)
|
|
|
|
- %503 = fmul fast float %502, 0x3FDAAAAAA0000000
|
|
|
|
- %504 = call float @dx.op.unary.f32(i32 21, float %503) ; Exp(value)
|
|
|
|
- %505 = fmul fast float %504, 0x3FF0E147A0000000
|
|
|
|
- %506 = fadd fast float %505, 0xBFAC28F5C0000000
|
|
|
|
- br label %507
|
|
|
|
-
|
|
|
|
-; <label>:507 ; preds = %500, %498
|
|
|
|
- %508 = phi float [ %499, %498 ], [ %506, %500 ]
|
|
|
|
- %509 = fcmp fast ugt float %481, 0x3F69A5C380000000
|
|
|
|
- br i1 %509, label %512, label %510
|
|
|
|
-
|
|
|
|
-; <label>:510 ; preds = %507
|
|
|
|
- %511 = fmul fast float %481, 0x4029D70A40000000
|
|
|
|
- br label %519
|
|
|
|
-
|
|
|
|
-; <label>:512 ; preds = %507
|
|
|
|
- %513 = call float @dx.op.unary.f32(i32 6, float %481) ; FAbs(value)
|
|
|
|
- %514 = call float @dx.op.unary.f32(i32 23, float %513) ; Log(value)
|
|
|
|
- %515 = fmul fast float %514, 0x3FDAAAAAA0000000
|
|
|
|
- %516 = call float @dx.op.unary.f32(i32 21, float %515) ; Exp(value)
|
|
|
|
- %517 = fmul fast float %516, 0x3FF0E147A0000000
|
|
|
|
- %518 = fadd fast float %517, 0xBFAC28F5C0000000
|
|
|
|
- br label %519
|
|
|
|
-
|
|
|
|
-; <label>:519 ; preds = %512, %510
|
|
|
|
- %520 = phi float [ %511, %510 ], [ %518, %512 ]
|
|
|
|
- %521 = call float @dx.op.unary.f32(i32 7, float %496) ; Saturate(value)
|
|
|
|
- %522 = call float @dx.op.unary.f32(i32 7, float %508) ; Saturate(value)
|
|
|
|
- %523 = call float @dx.op.unary.f32(i32 7, float %520) ; Saturate(value)
|
|
|
|
- br label %528
|
|
|
|
-
|
|
|
|
-; <label>:524 ; preds = %468
|
|
|
|
- %525 = fmul fast float %421, %369
|
|
|
|
- %526 = fmul fast float %421, %370
|
|
|
|
- %527 = fmul fast float %421, %371
|
|
|
|
- br label %528
|
|
|
|
-
|
|
|
|
-; <label>:528 ; preds = %524, %519, %469, %463, %422, %411
|
|
|
|
- %529 = phi float [ %416, %411 ], [ %525, %524 ], [ %423, %422 ], [ %465, %463 ], [ %479, %469 ], [ %521, %519 ]
|
|
|
|
- %530 = phi float [ %417, %411 ], [ %526, %524 ], [ %424, %422 ], [ %466, %463 ], [ %480, %469 ], [ %522, %519 ]
|
|
|
|
- %531 = phi float [ %418, %411 ], [ %527, %524 ], [ %425, %422 ], [ %467, %463 ], [ %481, %469 ], [ %523, %519 ]
|
|
|
|
- %532 = fmul fast float %529, %7
|
|
|
|
- %533 = fmul fast float %530, %8
|
|
|
|
- %534 = fmul fast float %531, %9
|
|
|
|
- %535 = fmul fast float %257, %10
|
|
|
|
- call void @dx.op.storeOutput.f32(i32 5, i32 0, i32 0, i8 0, float %532) ; StoreOutput(outputSigId,rowIndex,colIndex,value)
|
|
|
|
- call void @dx.op.storeOutput.f32(i32 5, i32 0, i32 0, i8 1, float %533) ; StoreOutput(outputSigId,rowIndex,colIndex,value)
|
|
|
|
- call void @dx.op.storeOutput.f32(i32 5, i32 0, i32 0, i8 2, float %534) ; StoreOutput(outputSigId,rowIndex,colIndex,value)
|
|
|
|
- call void @dx.op.storeOutput.f32(i32 5, i32 0, i32 0, i8 3, float %535) ; StoreOutput(outputSigId,rowIndex,colIndex,value)
|
|
|
|
- ret void
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-; Function Attrs: nounwind readnone
|
|
|
|
-declare float @dx.op.loadInput.f32(i32, i32, i32, i8, i32) #0
|
|
|
|
-
|
|
|
|
-; Function Attrs: nounwind
|
|
|
|
-declare void @dx.op.storeOutput.f32(i32, i32, i32, i8, float) #1
|
|
|
|
-
|
|
|
|
-; Function Attrs: nounwind readonly
|
|
|
|
-declare %dx.types.ResRet.f32 @dx.op.sample.f32(i32, %dx.types.Handle, %dx.types.Handle, float, float, float, float, i32, i32, i32, float) #2
|
|
|
|
-
|
|
|
|
-; Function Attrs: nounwind readonly
|
|
|
|
-declare %dx.types.ResRet.f32 @dx.op.sampleGrad.f32(i32, %dx.types.Handle, %dx.types.Handle, float, float, float, float, i32, i32, i32, float, float, float, float, float, float, float) #2
|
|
|
|
-
|
|
|
|
-; Function Attrs: nounwind readnone
|
|
|
|
-declare float @dx.op.unary.f32(i32, float) #0
|
|
|
|
-
|
|
|
|
-; Function Attrs: nounwind readnone
|
|
|
|
-declare float @dx.op.dot3.f32(i32, float, float, float, float, float, float) #0
|
|
|
|
-
|
|
|
|
-; Function Attrs: nounwind readnone
|
|
|
|
-declare float @dx.op.binary.f32(i32, float, float) #0
|
|
|
|
-
|
|
|
|
-; Function Attrs: nounwind readonly
|
|
|
|
-declare %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32, %dx.types.Handle, i32) #2
|
|
|
|
-
|
|
|
|
-; Function Attrs: nounwind readnone
|
|
|
|
-declare float @dx.op.tertiary.f32(i32, float, float, float) #0
|
|
|
|
-
|
|
|
|
-; Function Attrs: nounwind readonly
|
|
|
|
-declare %dx.types.Handle @dx.op.createHandle(i32, i8, i32, i32, i1) #2
|
|
|
|
-
|
|
|
|
-attributes #0 = { nounwind readnone }
|
|
|
|
-attributes #1 = { nounwind }
|
|
|
|
-attributes #2 = { nounwind readonly }
|
|
|
|
-
|
|
|
|
-!llvm.ident = !{!0}
|
|
|
|
-!dx.version = !{!1}
|
|
|
|
-!dx.valver = !{!2}
|
|
|
|
-!dx.shaderModel = !{!3}
|
|
|
|
-!dx.resources = !{!4}
|
|
|
|
-!dx.viewIdState = !{!15}
|
|
|
|
-!dx.entryPoints = !{!16}
|
|
|
|
-
|
|
|
|
-!0 = !{!"dxcoob 1.7.2308.16 (52da17e29)"}
|
|
|
|
-!1 = !{i32 1, i32 0}
|
|
|
|
-!2 = !{i32 1, i32 7}
|
|
|
|
-!3 = !{!"ps", i32 6, i32 0}
|
|
|
|
-!4 = !{!5, null, !10, !12}
|
|
|
|
-!5 = !{!6, !8, !9}
|
|
|
|
-!6 = !{i32 0, %"class.Texture2D<vector<float, 4> >"* undef, !"", i32 0, i32 0, i32 1, i32 2, i32 0, !7}
|
|
|
|
-!7 = !{i32 0, i32 9}
|
|
|
|
-!8 = !{i32 1, %"class.Texture2D<vector<float, 4> >"* undef, !"", i32 0, i32 1, i32 1, i32 2, i32 0, !7}
|
|
|
|
-!9 = !{i32 2, %"class.Texture2D<vector<float, 4> >"* undef, !"", i32 0, i32 2, i32 1, i32 2, i32 0, !7}
|
|
|
|
-!10 = !{!11}
|
|
|
|
-!11 = !{i32 0, %Constants* undef, !"", i32 0, i32 1, i32 1, i32 112, null}
|
|
|
|
-!12 = !{!13, !14}
|
|
|
|
-!13 = !{i32 0, %struct.SamplerState* undef, !"", i32 0, i32 0, i32 1, i32 0, null}
|
|
|
|
-!14 = !{i32 1, %struct.SamplerState* undef, !"", i32 0, i32 1, i32 1, i32 0, null}
|
|
|
|
-!15 = !{[14 x i32] [i32 12, i32 4, i32 0, i32 0, i32 0, i32 0, i32 15, i32 15, i32 0, i32 0, i32 1, i32 2, i32 4, i32 8]}
|
|
|
|
-!16 = !{void ()* @main, !"main", !17, !4, null}
|
|
|
|
-!17 = !{!18, !25, null}
|
|
|
|
-!18 = !{!19, !21, !23}
|
|
|
|
-!19 = !{i32 0, !"SV_Position", i8 9, i8 3, !20, i8 4, i32 1, i8 4, i32 0, i8 0, null}
|
|
|
|
-!20 = !{i32 0}
|
|
|
|
-!21 = !{i32 1, !"TEXCOORD", i8 9, i8 0, !20, i8 2, i32 1, i8 2, i32 1, i8 0, !22}
|
|
|
|
-!22 = !{i32 3, i32 3}
|
|
|
|
-!23 = !{i32 2, !"COLOR", i8 9, i8 0, !20, i8 2, i32 1, i8 4, i32 2, i8 0, !24}
|
|
|
|
-!24 = !{i32 3, i32 15}
|
|
|
|
-!25 = !{!26}
|
|
|
|
-!26 = !{i32 0, !"SV_Target", i8 9, i8 16, !20, i8 0, i32 1, i8 4, i32 0, i8 0, !24}
|
|
|
|
-
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
-const unsigned char g_main[] = {
|
|
|
|
- 0x44, 0x58, 0x42, 0x43, 0xf3, 0x14, 0xcf, 0x9c, 0xd4, 0x9a, 0x52, 0x14,
|
|
|
|
- 0x13, 0x0f, 0x94, 0x44, 0xaf, 0x95, 0x36, 0xe8, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0xe4, 0x25, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00,
|
|
|
|
- 0x50, 0x00, 0x00, 0x00, 0xdc, 0x00, 0x00, 0x00, 0x18, 0x01, 0x00, 0x00,
|
|
|
|
- 0x7c, 0x02, 0x00, 0x00, 0xa8, 0x03, 0x00, 0x00, 0x88, 0x0d, 0x00, 0x00,
|
|
|
|
- 0xa4, 0x0d, 0x00, 0x00, 0x53, 0x46, 0x49, 0x30, 0x08, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49, 0x53, 0x47, 0x31,
|
|
|
|
- 0x84, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7d, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
|
|
|
|
- 0x02, 0x00, 0x00, 0x00, 0x0f, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x53, 0x56, 0x5f, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x00,
|
|
|
|
- 0x54, 0x45, 0x58, 0x43, 0x4f, 0x4f, 0x52, 0x44, 0x00, 0x43, 0x4f, 0x4c,
|
|
|
|
- 0x4f, 0x52, 0x00, 0x00, 0x4f, 0x53, 0x47, 0x31, 0x34, 0x00, 0x00, 0x00,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00,
|
|
|
|
- 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x53, 0x56, 0x5f, 0x54, 0x61, 0x72, 0x67, 0x65,
|
|
|
|
- 0x74, 0x00, 0x00, 0x00, 0x50, 0x53, 0x56, 0x30, 0x5c, 0x01, 0x00, 0x00,
|
|
|
|
- 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x03,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00,
|
|
|
|
- 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
|
|
|
|
- 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x10, 0x00, 0x00, 0x00, 0x00, 0x54, 0x45, 0x58, 0x43, 0x4f, 0x4f, 0x52,
|
|
|
|
- 0x44, 0x00, 0x43, 0x4f, 0x4c, 0x4f, 0x52, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x44, 0x03, 0x03, 0x04, 0x00, 0x00,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x42, 0x00,
|
|
|
|
- 0x03, 0x02, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x01, 0x02, 0x44, 0x00, 0x03, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x44, 0x10, 0x03, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00,
|
|
|
|
- 0x52, 0x54, 0x53, 0x30, 0x24, 0x01, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
|
|
|
|
- 0x07, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x24, 0x01, 0x00, 0x00, 0x1d, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x6c, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x05, 0x00, 0x00, 0x00, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x05, 0x00, 0x00, 0x00, 0xa4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x05, 0x00, 0x00, 0x00, 0xc4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x05, 0x00, 0x00, 0x00, 0xe4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x05, 0x00, 0x00, 0x00, 0x04, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x8c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0xac, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0xcc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0xec, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x0c, 0x01, 0x00, 0x00,
|
|
|
|
- 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
|
|
|
|
- 0x53, 0x54, 0x41, 0x54, 0xd8, 0x09, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00,
|
|
|
|
- 0x76, 0x02, 0x00, 0x00, 0x44, 0x58, 0x49, 0x4c, 0x00, 0x01, 0x00, 0x00,
|
|
|
|
- 0x10, 0x00, 0x00, 0x00, 0xc0, 0x09, 0x00, 0x00, 0x42, 0x43, 0xc0, 0xde,
|
|
|
|
- 0x21, 0x0c, 0x00, 0x00, 0x6d, 0x02, 0x00, 0x00, 0x0b, 0x82, 0x20, 0x00,
|
|
|
|
- 0x02, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x07, 0x81, 0x23, 0x91,
|
|
|
|
- 0x41, 0xc8, 0x04, 0x49, 0x06, 0x10, 0x32, 0x39, 0x92, 0x01, 0x84, 0x0c,
|
|
|
|
- 0x25, 0x05, 0x08, 0x19, 0x1e, 0x04, 0x8b, 0x62, 0x80, 0x18, 0x45, 0x02,
|
|
|
|
- 0x42, 0x92, 0x0b, 0x42, 0xc4, 0x10, 0x32, 0x14, 0x38, 0x08, 0x18, 0x4b,
|
|
|
|
- 0x0a, 0x32, 0x62, 0x88, 0x48, 0x90, 0x14, 0x20, 0x43, 0x46, 0x88, 0xa5,
|
|
|
|
- 0x00, 0x19, 0x32, 0x42, 0xe4, 0x48, 0x0e, 0x90, 0x11, 0x23, 0xc4, 0x50,
|
|
|
|
- 0x41, 0x51, 0x81, 0x8c, 0xe1, 0x83, 0xe5, 0x8a, 0x04, 0x31, 0x46, 0x06,
|
|
|
|
- 0x51, 0x18, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x1b, 0x8c, 0xe0, 0xff,
|
|
|
|
- 0xff, 0xff, 0xff, 0x07, 0x40, 0x02, 0xa8, 0x0d, 0x84, 0xf0, 0xff, 0xff,
|
|
|
|
- 0xff, 0xff, 0x03, 0x20, 0x6d, 0x30, 0x86, 0xff, 0xff, 0xff, 0xff, 0x1f,
|
|
|
|
- 0x00, 0x09, 0xa8, 0x00, 0x49, 0x18, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
|
|
|
|
- 0x13, 0x82, 0x60, 0x42, 0x20, 0x4c, 0x08, 0x06, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x89, 0x20, 0x00, 0x00, 0x5b, 0x00, 0x00, 0x00, 0x32, 0x22, 0x88, 0x09,
|
|
|
|
- 0x20, 0x64, 0x85, 0x04, 0x13, 0x23, 0xa4, 0x84, 0x04, 0x13, 0x23, 0xe3,
|
|
|
|
- 0x84, 0xa1, 0x90, 0x14, 0x12, 0x4c, 0x8c, 0x8c, 0x0b, 0x84, 0xc4, 0x4c,
|
|
|
|
- 0x10, 0xa4, 0xc1, 0x08, 0x40, 0x09, 0x00, 0x0a, 0x66, 0x00, 0xe6, 0x08,
|
|
|
|
- 0xc0, 0x60, 0x8e, 0x00, 0x29, 0xc6, 0x40, 0x10, 0x44, 0x41, 0x90, 0x51,
|
|
|
|
- 0x0c, 0x80, 0x20, 0x88, 0x62, 0x20, 0xe4, 0xa6, 0xe1, 0xf2, 0x27, 0xec,
|
|
|
|
- 0x21, 0x24, 0x7f, 0x25, 0xa4, 0x95, 0x98, 0xfc, 0xe2, 0xb6, 0x51, 0x31,
|
|
|
|
- 0x0c, 0xc3, 0x40, 0x50, 0x71, 0xcf, 0x70, 0xf9, 0x13, 0xf6, 0x10, 0x92,
|
|
|
|
- 0x1f, 0x02, 0xcd, 0xb0, 0x10, 0x28, 0x58, 0x0a, 0xa3, 0x10, 0x0c, 0x33,
|
|
|
|
- 0x0c, 0xc3, 0x40, 0x10, 0xc4, 0x40, 0x4d, 0x91, 0x14, 0x82, 0x61, 0x86,
|
|
|
|
- 0x61, 0x18, 0x08, 0x82, 0x18, 0x86, 0x61, 0x18, 0x86, 0x81, 0x9e, 0x32,
|
|
|
|
- 0x0c, 0xc4, 0x40, 0x51, 0x41, 0x06, 0x62, 0x18, 0x86, 0x61, 0x18, 0x68,
|
|
|
|
- 0x2a, 0xc4, 0x40, 0x0c, 0x03, 0x55, 0x47, 0x0d, 0x97, 0x3f, 0x61, 0x0f,
|
|
|
|
- 0x21, 0xf9, 0xdc, 0x46, 0x15, 0x2b, 0x31, 0xf9, 0xc5, 0x6d, 0x23, 0x62,
|
|
|
|
- 0x18, 0x86, 0xa1, 0x10, 0x17, 0xc1, 0x10, 0x84, 0x95, 0x62, 0x20, 0x86,
|
|
|
|
- 0x61, 0x20, 0x6d, 0x8e, 0x20, 0x28, 0x06, 0x43, 0x14, 0x04, 0xc1, 0x51,
|
|
|
|
- 0x37, 0x10, 0x30, 0x8c, 0x40, 0x0c, 0x33, 0xb5, 0xc1, 0x38, 0xb0, 0x43,
|
|
|
|
- 0x38, 0xcc, 0xc3, 0x3c, 0xb8, 0x01, 0x2d, 0x94, 0x03, 0x3e, 0xd0, 0x43,
|
|
|
|
- 0x3d, 0xc8, 0x43, 0x39, 0xc8, 0x01, 0x29, 0xf0, 0x81, 0x3d, 0x94, 0xc3,
|
|
|
|
- 0x38, 0xd0, 0xc3, 0x3b, 0xc8, 0x03, 0x1f, 0x98, 0x03, 0x3b, 0xbc, 0x43,
|
|
|
|
- 0x38, 0xd0, 0x03, 0x1b, 0x80, 0x01, 0x1d, 0xf8, 0x01, 0x18, 0xf8, 0x81,
|
|
|
|
- 0x1e, 0xe8, 0x41, 0x3b, 0xa4, 0x03, 0x3c, 0xcc, 0xc3, 0x2f, 0xd0, 0x43,
|
|
|
|
- 0x3e, 0xc0, 0x43, 0x39, 0xa0, 0x80, 0x98, 0x49, 0x0c, 0xc6, 0x81, 0x1d,
|
|
|
|
- 0xc2, 0x61, 0x1e, 0xe6, 0xc1, 0x0d, 0x68, 0xa1, 0x1c, 0xf0, 0x81, 0x1e,
|
|
|
|
- 0xea, 0x41, 0x1e, 0xca, 0x41, 0x0e, 0x48, 0x81, 0x0f, 0xec, 0xa1, 0x1c,
|
|
|
|
- 0xc6, 0x81, 0x1e, 0xde, 0x41, 0x1e, 0xf8, 0xc0, 0x1c, 0xd8, 0xe1, 0x1d,
|
|
|
|
- 0xc2, 0x81, 0x1e, 0xd8, 0x00, 0x0c, 0xe8, 0xc0, 0x0f, 0xc0, 0xc0, 0x0f,
|
|
|
|
- 0x90, 0x00, 0x86, 0x24, 0x5e, 0xc2, 0x39, 0x8d, 0x34, 0x01, 0xcd, 0x24,
|
|
|
|
- 0xa1, 0x66, 0x18, 0x86, 0x01, 0x1c, 0x86, 0x61, 0x00, 0x41, 0x10, 0x24,
|
|
|
|
- 0xf2, 0x26, 0x69, 0x8a, 0x28, 0x61, 0xf2, 0x59, 0x80, 0x79, 0x16, 0x22,
|
|
|
|
- 0x62, 0x27, 0x60, 0x22, 0x50, 0x40, 0x90, 0x99, 0x0e, 0x04, 0x00, 0x00,
|
|
|
|
- 0x13, 0x14, 0x72, 0xc0, 0x87, 0x74, 0x60, 0x87, 0x36, 0x68, 0x87, 0x79,
|
|
|
|
- 0x68, 0x03, 0x72, 0xc0, 0x87, 0x0d, 0xaf, 0x50, 0x0e, 0x6d, 0xd0, 0x0e,
|
|
|
|
- 0x7a, 0x50, 0x0e, 0x6d, 0x00, 0x0f, 0x7a, 0x30, 0x07, 0x72, 0xa0, 0x07,
|
|
|
|
- 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x71, 0xa0, 0x07, 0x73, 0x20, 0x07,
|
|
|
|
- 0x6d, 0x90, 0x0e, 0x78, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e,
|
|
|
|
- 0x71, 0x60, 0x07, 0x7a, 0x30, 0x07, 0x72, 0xd0, 0x06, 0xe9, 0x30, 0x07,
|
|
|
|
- 0x72, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x76, 0x40, 0x07,
|
|
|
|
- 0x7a, 0x60, 0x07, 0x74, 0xd0, 0x06, 0xe6, 0x10, 0x07, 0x76, 0xa0, 0x07,
|
|
|
|
- 0x73, 0x20, 0x07, 0x6d, 0x60, 0x0e, 0x73, 0x20, 0x07, 0x7a, 0x30, 0x07,
|
|
|
|
- 0x72, 0xd0, 0x06, 0xe6, 0x60, 0x07, 0x74, 0xa0, 0x07, 0x76, 0x40, 0x07,
|
|
|
|
- 0x6d, 0xe0, 0x0e, 0x78, 0xa0, 0x07, 0x71, 0x60, 0x07, 0x7a, 0x30, 0x07,
|
|
|
|
- 0x72, 0xa0, 0x07, 0x76, 0x40, 0x07, 0x43, 0x9e, 0x00, 0x08, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x3c, 0x06, 0x10, 0x00,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x79, 0x10, 0x20,
|
|
|
|
- 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0xf2, 0x34,
|
|
|
|
- 0x40, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0xe4,
|
|
|
|
- 0x79, 0x80, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60,
|
|
|
|
- 0xc8, 0x13, 0x01, 0x01, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0xc0, 0x90, 0x67, 0x02, 0x02, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x80, 0x21, 0x4f, 0x05, 0x04, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x43, 0x1e, 0x0c, 0x08, 0x80, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x86, 0x3c, 0x1a, 0x10, 0x00, 0x01, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x79, 0x3a, 0x20, 0x00, 0x06, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc8, 0x02, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x1a, 0x00, 0x00, 0x00, 0x32, 0x1e, 0x98, 0x18, 0x19, 0x11, 0x4c, 0x90,
|
|
|
|
- 0x8c, 0x09, 0x26, 0x47, 0xc6, 0x04, 0x43, 0x22, 0x4a, 0x60, 0x04, 0xa0,
|
|
|
|
- 0x18, 0x8a, 0xa0, 0x24, 0x0a, 0x3c, 0xa0, 0x0c, 0xca, 0xa1, 0x10, 0x0a,
|
|
|
|
- 0xa2, 0x30, 0x0a, 0xa4, 0x80, 0x0a, 0xa9, 0xa0, 0x0a, 0xab, 0xc0, 0x0a,
|
|
|
|
- 0x30, 0xa0, 0x40, 0x03, 0x0a, 0x38, 0xa0, 0x3c, 0x8a, 0xa7, 0x88, 0x09,
|
|
|
|
- 0x0a, 0x17, 0xa1, 0x2c, 0xa8, 0x28, 0x89, 0x32, 0x28, 0x84, 0x11, 0x80,
|
|
|
|
- 0x22, 0x28, 0x10, 0xe2, 0x6a, 0x80, 0xc6, 0x19, 0x00, 0x22, 0x67, 0x00,
|
|
|
|
- 0xa8, 0x9c, 0x01, 0xa0, 0x73, 0x06, 0x80, 0xd0, 0xb1, 0x1c, 0x86, 0x00,
|
|
|
|
- 0x00, 0x00, 0x78, 0x1e, 0x00, 0x08, 0x04, 0x02, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
- 0x79, 0x18, 0x00, 0x00, 0x06, 0x01, 0x00, 0x00, 0x1a, 0x03, 0x4c, 0x90,
|
|
|
|
- 0x46, 0x02, 0x13, 0x44, 0x8f, 0x0c, 0x6f, 0xec, 0xed, 0x4d, 0x0c, 0x24,
|
|
|
|
- 0xc6, 0xe5, 0xc6, 0x45, 0x66, 0x06, 0x06, 0xc7, 0x25, 0xc6, 0x06, 0x04,
|
|
|
|
- 0xa5, 0x46, 0x86, 0x2c, 0x2c, 0xe6, 0xa6, 0x4c, 0x26, 0x27, 0x65, 0x43,
|
|
|
|
- 0x10, 0x4c, 0x10, 0x88, 0x65, 0x82, 0x40, 0x30, 0x1b, 0x84, 0x81, 0xd8,
|
|
|
|
- 0x20, 0x10, 0x04, 0x05, 0xb8, 0xb9, 0x09, 0x02, 0xd1, 0x6c, 0x18, 0x0e,
|
|
|
|
- 0x84, 0x98, 0x20, 0x8c, 0xc1, 0x1a, 0x10, 0xa1, 0x2b, 0xc3, 0xa3, 0xab,
|
|
|
|
- 0x93, 0x2b, 0x83, 0x99, 0x20, 0x10, 0xce, 0x04, 0x81, 0x78, 0x36, 0x08,
|
|
|
|
- 0x44, 0xb3, 0x21, 0x21, 0x94, 0x85, 0x20, 0x06, 0x86, 0x70, 0x88, 0xd0,
|
|
|
|
- 0x95, 0xe1, 0xd1, 0xd5, 0xc9, 0x95, 0xc5, 0x6c, 0x48, 0x06, 0x05, 0x22,
|
|
|
|
- 0x86, 0x81, 0x21, 0x1c, 0x22, 0x74, 0x65, 0x78, 0x74, 0x75, 0x72, 0x65,
|
|
|
|
- 0x32, 0x1b, 0x12, 0x46, 0x91, 0x08, 0x66, 0x60, 0x08, 0x67, 0xc3, 0xf0,
|
|
|
|
- 0x44, 0xd3, 0x04, 0xa1, 0x0c, 0xda, 0x80, 0xc9, 0xd0, 0x9b, 0xdb, 0x1c,
|
|
|
|
- 0x5d, 0x98, 0x1b, 0xdd, 0xdc, 0x04, 0x81, 0x80, 0x36, 0x20, 0x44, 0x65,
|
|
|
|
- 0x11, 0xc3, 0x70, 0x01, 0x1b, 0x02, 0x6c, 0x82, 0x70, 0x06, 0x6e, 0x40,
|
|
|
|
- 0x64, 0x2e, 0xac, 0x0d, 0x8e, 0xad, 0x4c, 0x0e, 0x66, 0x03, 0x42, 0x68,
|
|
|
|
- 0x1b, 0x41, 0x0c, 0x04, 0x40, 0x64, 0x2e, 0xac, 0x0d, 0x8e, 0xad, 0x4c,
|
|
|
|
- 0x2e, 0x66, 0x03, 0x32, 0x68, 0x1d, 0x31, 0x0c, 0x04, 0xb0, 0x41, 0xe0,
|
|
|
|
- 0xbc, 0x0d, 0x04, 0x05, 0x64, 0xdf, 0x04, 0x81, 0x0c, 0xd8, 0x80, 0xcc,
|
|
|
|
- 0xdc, 0x98, 0xd4, 0x91, 0xd0, 0xd7, 0x5b, 0x1d, 0x1d, 0x5c, 0x1d, 0xdd,
|
|
|
|
- 0x04, 0x81, 0x88, 0x26, 0x08, 0x84, 0x34, 0x41, 0xe0, 0xd4, 0x60, 0x03,
|
|
|
|
- 0x82, 0x88, 0xc1, 0x18, 0x10, 0x64, 0xd0, 0x34, 0x65, 0x40, 0x86, 0xae,
|
|
|
|
- 0x0c, 0x8f, 0xae, 0x4e, 0xae, 0xec, 0x8b, 0x2e, 0x0f, 0xae, 0x6c, 0x82,
|
|
|
|
- 0x40, 0x4c, 0x1b, 0x10, 0xe4, 0x0c, 0xc6, 0x00, 0x0d, 0xc8, 0xa0, 0x69,
|
|
|
|
- 0xca, 0x80, 0x4a, 0x9a, 0x1b, 0x5c, 0x1d, 0xdd, 0x17, 0x5d, 0x1e, 0x5c,
|
|
|
|
- 0xd9, 0x04, 0x81, 0xa0, 0x36, 0x20, 0x88, 0x1a, 0x8c, 0xc1, 0x1a, 0x90,
|
|
|
|
- 0x41, 0xd3, 0x94, 0x01, 0x97, 0xb1, 0x37, 0xb6, 0x37, 0xb9, 0xaf, 0xb9,
|
|
|
|
- 0xb1, 0x30, 0xb6, 0xb2, 0x09, 0x02, 0x51, 0x6d, 0x40, 0x90, 0x36, 0x18,
|
|
|
|
- 0x03, 0x37, 0x20, 0x83, 0xa6, 0x29, 0x03, 0x2a, 0x74, 0x65, 0x78, 0x65,
|
|
|
|
- 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x13, 0x04, 0xc2, 0xda, 0x80, 0x20,
|
|
|
|
- 0x70, 0x30, 0x06, 0x71, 0x40, 0x06, 0x4d, 0x53, 0x06, 0x74, 0xe8, 0xde,
|
|
|
|
- 0xdc, 0xca, 0xda, 0xc2, 0xe0, 0xbe, 0xda, 0xca, 0xe8, 0xd0, 0xde, 0xc8,
|
|
|
|
- 0x26, 0x08, 0xc4, 0xb5, 0x01, 0x41, 0xe6, 0x60, 0x0c, 0xe8, 0x80, 0x0c,
|
|
|
|
- 0x9a, 0xa6, 0x0c, 0xf8, 0xd0, 0xbd, 0xb9, 0x95, 0xb5, 0x85, 0xc1, 0x7d,
|
|
|
|
- 0x99, 0x85, 0x8d, 0xd1, 0xbd, 0xc9, 0xc5, 0x4c, 0x10, 0x08, 0x6c, 0x03,
|
|
|
|
- 0x82, 0xd8, 0xc1, 0x18, 0xdc, 0x01, 0x19, 0x34, 0x4d, 0x19, 0xf0, 0xa1,
|
|
|
|
- 0x7b, 0x73, 0x2b, 0x6b, 0x0b, 0x83, 0xfb, 0x32, 0x0b, 0x1b, 0xa3, 0x7b,
|
|
|
|
- 0x93, 0x93, 0x99, 0x20, 0x10, 0xd9, 0x06, 0x04, 0xc9, 0x83, 0x31, 0xd0,
|
|
|
|
- 0x03, 0x32, 0x68, 0x9a, 0x32, 0xe0, 0x33, 0x47, 0x26, 0xf7, 0x75, 0x87,
|
|
|
|
- 0x96, 0x46, 0x57, 0xf6, 0x05, 0xf7, 0x96, 0xe6, 0x46, 0x37, 0x41, 0x20,
|
|
|
|
- 0xb4, 0x0d, 0x08, 0xc2, 0x07, 0x63, 0xd0, 0x07, 0x64, 0xd0, 0x34, 0x65,
|
|
|
|
- 0xc0, 0x23, 0xeb, 0xcd, 0xcc, 0x6c, 0xae, 0x8c, 0x6e, 0x82, 0x40, 0x6c,
|
|
|
|
- 0x1b, 0x10, 0xe4, 0x0f, 0xc6, 0x00, 0x14, 0xc8, 0xa0, 0x69, 0xca, 0x80,
|
|
|
|
- 0x86, 0xd4, 0xd8, 0x5b, 0x99, 0x99, 0xd9, 0x04, 0x81, 0xe0, 0x36, 0x20,
|
|
|
|
- 0x88, 0x28, 0x8c, 0xc1, 0x28, 0x90, 0x41, 0xd3, 0x94, 0x01, 0x8d, 0xa3,
|
|
|
|
- 0xb1, 0xb7, 0x32, 0x33, 0xb3, 0x09, 0x02, 0xd1, 0x6d, 0x40, 0x90, 0x52,
|
|
|
|
- 0x18, 0x03, 0x53, 0x20, 0x83, 0xa6, 0x29, 0x03, 0x1a, 0x42, 0x63, 0x6f,
|
|
|
|
- 0x65, 0x66, 0x66, 0x13, 0x04, 0xc2, 0xdb, 0x80, 0x20, 0xa8, 0x30, 0x06,
|
|
|
|
- 0xa9, 0x40, 0x06, 0x4d, 0x53, 0x06, 0x1b, 0x9c, 0xcb, 0x0c, 0xd2, 0x80,
|
|
|
|
- 0x0d, 0xde, 0x40, 0x0e, 0xea, 0x00, 0x0f, 0xf6, 0xc0, 0x0f, 0x42, 0x81,
|
|
|
|
- 0x14, 0x4e, 0x41, 0x15, 0x36, 0x0c, 0x44, 0x18, 0xac, 0xc2, 0x04, 0x41,
|
|
|
|
- 0x00, 0x36, 0x00, 0x1b, 0x06, 0xc2, 0x15, 0x5c, 0x61, 0x43, 0xf0, 0x0a,
|
|
|
|
- 0x1b, 0x86, 0xa1, 0x15, 0x60, 0x61, 0x82, 0x80, 0x06, 0x6f, 0xb0, 0x21,
|
|
|
|
- 0x90, 0x05, 0x12, 0x6d, 0x61, 0x69, 0x6e, 0x5c, 0xa6, 0xac, 0xbe, 0xa0,
|
|
|
|
- 0xde, 0xe6, 0xd2, 0xe8, 0xd2, 0xde, 0xdc, 0x26, 0x08, 0x05, 0x19, 0x4c,
|
|
|
|
- 0x10, 0x8a, 0x32, 0xd8, 0x10, 0x10, 0x13, 0x84, 0xc2, 0x0c, 0x26, 0x08,
|
|
|
|
- 0xc5, 0x19, 0x6c, 0x58, 0x88, 0x5a, 0xb0, 0x85, 0x5b, 0xc0, 0x85, 0x5c,
|
|
|
|
- 0x18, 0x72, 0x81, 0xd0, 0x05, 0x80, 0x08, 0x55, 0x11, 0xd6, 0xd0, 0xd3,
|
|
|
|
- 0x93, 0x14, 0xd1, 0x04, 0xa1, 0x40, 0x83, 0x0d, 0xc2, 0x18, 0x8c, 0xc1,
|
|
|
|
- 0x86, 0x65, 0xe0, 0x05, 0x5b, 0xd0, 0x05, 0x5c, 0xe8, 0x85, 0xa1, 0x17,
|
|
|
|
- 0x06, 0x5d, 0xf0, 0x05, 0x16, 0x43, 0x4f, 0x4c, 0x4f, 0x52, 0x13, 0x04,
|
|
|
|
- 0xe2, 0xdb, 0x20, 0x8c, 0x41, 0x38, 0x6c, 0x58, 0x18, 0x70, 0xb0, 0x05,
|
|
|
|
- 0x5d, 0xc0, 0x85, 0x5e, 0x18, 0x72, 0x81, 0xd1, 0x05, 0x71, 0xd8, 0x30,
|
|
|
|
- 0xec, 0xc2, 0x2f, 0x8c, 0x03, 0x93, 0x29, 0xab, 0x2f, 0xaa, 0x30, 0xb9,
|
|
|
|
- 0xb3, 0x32, 0xba, 0x09, 0x42, 0x91, 0x06, 0x1b, 0x16, 0xa2, 0x1c, 0x6c,
|
|
|
|
- 0xc1, 0x1c, 0x70, 0x41, 0x17, 0x86, 0x5c, 0x20, 0x74, 0x41, 0x1c, 0x36,
|
|
|
|
- 0x04, 0xe7, 0xb0, 0x61, 0x20, 0x07, 0x74, 0x00, 0x36, 0x14, 0xad, 0x40,
|
|
|
|
- 0x0b, 0xe9, 0x00, 0x06, 0x00, 0x11, 0x31, 0xb9, 0x30, 0xb7, 0x31, 0xb4,
|
|
|
|
- 0xb2, 0xb9, 0x09, 0x02, 0x01, 0x06, 0x34, 0xcc, 0xd8, 0xde, 0xc2, 0xe8,
|
|
|
|
- 0xe6, 0x26, 0x08, 0x44, 0x18, 0xb0, 0x48, 0x73, 0x9b, 0xa3, 0x9b, 0x9b,
|
|
|
|
- 0x20, 0x10, 0x62, 0x40, 0x63, 0x2e, 0xed, 0xec, 0x8b, 0x8d, 0x8c, 0xc6,
|
|
|
|
- 0x5c, 0xda, 0xd9, 0xd7, 0x1c, 0x1d, 0x11, 0xba, 0x32, 0xbc, 0xaf, 0x33,
|
|
|
|
- 0xb9, 0x30, 0x32, 0x22, 0x74, 0x65, 0x78, 0x5f, 0x6e, 0x6f, 0x72, 0x6d,
|
|
|
|
- 0x13, 0x04, 0x62, 0x0c, 0x36, 0x38, 0xeb, 0xc0, 0x0e, 0xed, 0xe0, 0x0e,
|
|
|
|
- 0xef, 0x00, 0x0f, 0xf1, 0x80, 0xc8, 0x03, 0x1a, 0xcc, 0x03, 0x43, 0x0f,
|
|
|
|
- 0xf5, 0x50, 0x85, 0x8d, 0xcd, 0xae, 0xcd, 0x25, 0x8d, 0xac, 0xcc, 0x8d,
|
|
|
|
- 0x6e, 0x4a, 0x10, 0x54, 0x21, 0xc3, 0x73, 0xb1, 0x2b, 0x93, 0x9b, 0x4b,
|
|
|
|
- 0x7b, 0x73, 0x9b, 0x12, 0x10, 0x4d, 0xc8, 0xf0, 0x5c, 0xec, 0xc2, 0xd8,
|
|
|
|
- 0xec, 0xca, 0xe4, 0xa6, 0x04, 0x45, 0x1d, 0x32, 0x3c, 0x97, 0x39, 0xb4,
|
|
|
|
- 0x30, 0xb2, 0x32, 0xb9, 0xa6, 0x37, 0xb2, 0x32, 0xb6, 0x29, 0x01, 0x52,
|
|
|
|
- 0x86, 0x0c, 0xcf, 0x45, 0xae, 0x6c, 0xee, 0xad, 0x4e, 0x6e, 0xac, 0x6c,
|
|
|
|
- 0x6e, 0x4a, 0xf0, 0x55, 0x22, 0xc3, 0x73, 0xa1, 0xcb, 0x83, 0x2b, 0x0b,
|
|
|
|
- 0x72, 0x73, 0x7b, 0xa3, 0x0b, 0xa3, 0x4b, 0x7b, 0x73, 0x9b, 0x9b, 0x22,
|
|
|
|
- 0xac, 0x02, 0x2c, 0xd4, 0x21, 0xc3, 0x73, 0xb1, 0x4b, 0x2b, 0xbb, 0x4b,
|
|
|
|
- 0x22, 0x9b, 0xa2, 0x0b, 0xa3, 0x2b, 0x9b, 0x12, 0xc8, 0x42, 0x1d, 0x32,
|
|
|
|
- 0x3c, 0x97, 0x32, 0x37, 0x3a, 0xb9, 0x3c, 0xa8, 0xb7, 0x34, 0x37, 0xba,
|
|
|
|
- 0xb9, 0x29, 0x41, 0x3a, 0x74, 0x21, 0xc3, 0x73, 0x19, 0x7b, 0xab, 0x73,
|
|
|
|
- 0xa3, 0x2b, 0x93, 0x9b, 0x9b, 0x12, 0xd4, 0x03, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x79, 0x18, 0x00, 0x00, 0x51, 0x00, 0x00, 0x00, 0x33, 0x08, 0x80, 0x1c,
|
|
|
|
- 0xc4, 0xe1, 0x1c, 0x66, 0x14, 0x01, 0x3d, 0x88, 0x43, 0x38, 0x84, 0xc3,
|
|
|
|
- 0x8c, 0x42, 0x80, 0x07, 0x79, 0x78, 0x07, 0x73, 0x98, 0x71, 0x0c, 0xe6,
|
|
|
|
- 0x00, 0x0f, 0xed, 0x10, 0x0e, 0xf4, 0x80, 0x0e, 0x33, 0x0c, 0x42, 0x1e,
|
|
|
|
- 0xc2, 0xc1, 0x1d, 0xce, 0xa1, 0x1c, 0x66, 0x30, 0x05, 0x3d, 0x88, 0x43,
|
|
|
|
- 0x38, 0x84, 0x83, 0x1b, 0xcc, 0x03, 0x3d, 0xc8, 0x43, 0x3d, 0x8c, 0x03,
|
|
|
|
- 0x3d, 0xcc, 0x78, 0x8c, 0x74, 0x70, 0x07, 0x7b, 0x08, 0x07, 0x79, 0x48,
|
|
|
|
- 0x87, 0x70, 0x70, 0x07, 0x7a, 0x70, 0x03, 0x76, 0x78, 0x87, 0x70, 0x20,
|
|
|
|
- 0x87, 0x19, 0xcc, 0x11, 0x0e, 0xec, 0x90, 0x0e, 0xe1, 0x30, 0x0f, 0x6e,
|
|
|
|
- 0x30, 0x0f, 0xe3, 0xf0, 0x0e, 0xf0, 0x50, 0x0e, 0x33, 0x10, 0xc4, 0x1d,
|
|
|
|
- 0xde, 0x21, 0x1c, 0xd8, 0x21, 0x1d, 0xc2, 0x61, 0x1e, 0x66, 0x30, 0x89,
|
|
|
|
- 0x3b, 0xbc, 0x83, 0x3b, 0xd0, 0x43, 0x39, 0xb4, 0x03, 0x3c, 0xbc, 0x83,
|
|
|
|
- 0x3c, 0x84, 0x03, 0x3b, 0xcc, 0xf0, 0x14, 0x76, 0x60, 0x07, 0x7b, 0x68,
|
|
|
|
- 0x07, 0x37, 0x68, 0x87, 0x72, 0x68, 0x07, 0x37, 0x80, 0x87, 0x70, 0x90,
|
|
|
|
- 0x87, 0x70, 0x60, 0x07, 0x76, 0x28, 0x07, 0x76, 0xf8, 0x05, 0x76, 0x78,
|
|
|
|
- 0x87, 0x77, 0x80, 0x87, 0x5f, 0x08, 0x87, 0x71, 0x18, 0x87, 0x72, 0x98,
|
|
|
|
- 0x87, 0x79, 0x98, 0x81, 0x2c, 0xee, 0xf0, 0x0e, 0xee, 0xe0, 0x0e, 0xf5,
|
|
|
|
- 0xc0, 0x0e, 0xec, 0x30, 0x03, 0x62, 0xc8, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c,
|
|
|
|
- 0xcc, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c, 0xdc, 0x61, 0x1c, 0xca, 0x21, 0x1c,
|
|
|
|
- 0xc4, 0x81, 0x1d, 0xca, 0x61, 0x06, 0xd6, 0x90, 0x43, 0x39, 0xc8, 0x43,
|
|
|
|
- 0x39, 0x98, 0x43, 0x39, 0xc8, 0x43, 0x39, 0xb8, 0xc3, 0x38, 0x94, 0x43,
|
|
|
|
- 0x38, 0x88, 0x03, 0x3b, 0x94, 0xc3, 0x2f, 0xbc, 0x83, 0x3c, 0xfc, 0x82,
|
|
|
|
- 0x3b, 0xd4, 0x03, 0x3b, 0xb0, 0xc3, 0x0c, 0xc4, 0x21, 0x07, 0x7c, 0x70,
|
|
|
|
- 0x03, 0x7a, 0x28, 0x87, 0x76, 0x80, 0x87, 0x19, 0xd1, 0x43, 0x0e, 0xf8,
|
|
|
|
- 0xe0, 0x06, 0xe4, 0x20, 0x0e, 0xe7, 0xe0, 0x06, 0xf6, 0x10, 0x0e, 0xf2,
|
|
|
|
- 0xc0, 0x0e, 0xe1, 0x90, 0x0f, 0xef, 0x50, 0x0f, 0xf4, 0x30, 0x83, 0x81,
|
|
|
|
- 0xc8, 0x01, 0x1f, 0xdc, 0x40, 0x1c, 0xe4, 0xa1, 0x1c, 0xc2, 0x61, 0x1d,
|
|
|
|
- 0xdc, 0x40, 0x1c, 0xe4, 0x01, 0x00, 0x00, 0x00, 0x71, 0x20, 0x00, 0x00,
|
|
|
|
- 0x2a, 0x00, 0x00, 0x00, 0x76, 0x00, 0x0d, 0x97, 0xef, 0x3c, 0x7e, 0x80,
|
|
|
|
- 0x34, 0x40, 0x84, 0xf9, 0xc5, 0x6d, 0x1b, 0xc2, 0x36, 0x5c, 0xbe, 0xf3,
|
|
|
|
- 0xf8, 0x42, 0x40, 0x15, 0x05, 0x11, 0x95, 0x0e, 0x30, 0x94, 0x84, 0x01,
|
|
|
|
- 0x08, 0x98, 0x5f, 0xdc, 0xb6, 0x29, 0x48, 0xc3, 0xe5, 0x3b, 0x8f, 0x2f,
|
|
|
|
- 0x44, 0x04, 0x30, 0x11, 0x21, 0xd0, 0x0c, 0x0b, 0x61, 0x06, 0xce, 0x70,
|
|
|
|
- 0xf9, 0xce, 0xe3, 0x0f, 0xce, 0x74, 0xfb, 0xc5, 0x6d, 0x5b, 0xc0, 0x34,
|
|
|
|
- 0x5c, 0xbe, 0xf3, 0xf8, 0x8b, 0x03, 0x0c, 0x62, 0xf3, 0x50, 0x93, 0x5f,
|
|
|
|
- 0xdc, 0xb6, 0x0d, 0x40, 0xc3, 0xe5, 0x3b, 0x8f, 0x2f, 0x01, 0xcc, 0xb3,
|
|
|
|
- 0x10, 0x7e, 0x71, 0xdb, 0x46, 0x40, 0x0d, 0x97, 0xef, 0x3c, 0xbe, 0x04,
|
|
|
|
- 0x30, 0xcf, 0x42, 0x80, 0x11, 0x30, 0xf8, 0xc5, 0x6d, 0x9b, 0x40, 0x35,
|
|
|
|
- 0x5c, 0xbe, 0xf3, 0xf8, 0xd2, 0xe4, 0x44, 0x04, 0x4a, 0x4d, 0x0f, 0x35,
|
|
|
|
- 0xf9, 0xc5, 0x6d, 0x5b, 0x82, 0x34, 0x5c, 0xbe, 0xf3, 0xf8, 0x13, 0x11,
|
|
|
|
- 0x4d, 0x08, 0x10, 0x61, 0x7e, 0x71, 0xdb, 0x56, 0xf0, 0x0c, 0x97, 0xef,
|
|
|
|
- 0x3c, 0x3e, 0xd5, 0x00, 0x11, 0xe6, 0x17, 0xb7, 0x6d, 0x00, 0x04, 0x03,
|
|
|
|
- 0x20, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x41, 0x53, 0x48,
|
|
|
|
- 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x23, 0x47, 0x3d,
|
|
|
|
- 0xe2, 0x44, 0x5e, 0xa6, 0x8f, 0xe5, 0xda, 0xd5, 0x43, 0xff, 0x99, 0x36,
|
|
|
|
- 0x44, 0x58, 0x49, 0x4c, 0x38, 0x18, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00,
|
|
|
|
- 0x0e, 0x06, 0x00, 0x00, 0x44, 0x58, 0x49, 0x4c, 0x00, 0x01, 0x00, 0x00,
|
|
|
|
- 0x10, 0x00, 0x00, 0x00, 0x20, 0x18, 0x00, 0x00, 0x42, 0x43, 0xc0, 0xde,
|
|
|
|
- 0x21, 0x0c, 0x00, 0x00, 0x05, 0x06, 0x00, 0x00, 0x0b, 0x82, 0x20, 0x00,
|
|
|
|
- 0x02, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x07, 0x81, 0x23, 0x91,
|
|
|
|
- 0x41, 0xc8, 0x04, 0x49, 0x06, 0x10, 0x32, 0x39, 0x92, 0x01, 0x84, 0x0c,
|
|
|
|
- 0x25, 0x05, 0x08, 0x19, 0x1e, 0x04, 0x8b, 0x62, 0x80, 0x18, 0x45, 0x02,
|
|
|
|
- 0x42, 0x92, 0x0b, 0x42, 0xc4, 0x10, 0x32, 0x14, 0x38, 0x08, 0x18, 0x4b,
|
|
|
|
- 0x0a, 0x32, 0x62, 0x88, 0x48, 0x90, 0x14, 0x20, 0x43, 0x46, 0x88, 0xa5,
|
|
|
|
- 0x00, 0x19, 0x32, 0x42, 0xe4, 0x48, 0x0e, 0x90, 0x11, 0x23, 0xc4, 0x50,
|
|
|
|
- 0x41, 0x51, 0x81, 0x8c, 0xe1, 0x83, 0xe5, 0x8a, 0x04, 0x31, 0x46, 0x06,
|
|
|
|
- 0x51, 0x18, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x1b, 0x8c, 0xe0, 0xff,
|
|
|
|
- 0xff, 0xff, 0xff, 0x07, 0x40, 0x02, 0xa8, 0x0d, 0x84, 0xf0, 0xff, 0xff,
|
|
|
|
- 0xff, 0xff, 0x03, 0x20, 0x6d, 0x30, 0x86, 0xff, 0xff, 0xff, 0xff, 0x1f,
|
|
|
|
- 0x00, 0x09, 0xa8, 0x00, 0x49, 0x18, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
|
|
|
|
- 0x13, 0x82, 0x60, 0x42, 0x20, 0x4c, 0x08, 0x06, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x89, 0x20, 0x00, 0x00, 0x5c, 0x00, 0x00, 0x00, 0x32, 0x22, 0x88, 0x09,
|
|
|
|
- 0x20, 0x64, 0x85, 0x04, 0x13, 0x23, 0xa4, 0x84, 0x04, 0x13, 0x23, 0xe3,
|
|
|
|
- 0x84, 0xa1, 0x90, 0x14, 0x12, 0x4c, 0x8c, 0x8c, 0x0b, 0x84, 0xc4, 0x4c,
|
|
|
|
- 0x10, 0xa8, 0xc1, 0x08, 0x40, 0x09, 0x00, 0x0a, 0x66, 0x00, 0xe6, 0x08,
|
|
|
|
- 0xc0, 0x60, 0x8e, 0x00, 0x29, 0xc6, 0x40, 0x10, 0x44, 0x41, 0x90, 0x51,
|
|
|
|
- 0x0c, 0x80, 0x20, 0x88, 0x62, 0x20, 0xe4, 0xa6, 0xe1, 0xf2, 0x27, 0xec,
|
|
|
|
- 0x21, 0x24, 0x7f, 0x25, 0xa4, 0x95, 0x98, 0xfc, 0xe2, 0xb6, 0x51, 0x31,
|
|
|
|
- 0x0c, 0xc3, 0x40, 0x50, 0x71, 0xcf, 0x70, 0xf9, 0x13, 0xf6, 0x10, 0x92,
|
|
|
|
- 0x1f, 0x02, 0xcd, 0xb0, 0x10, 0x28, 0x58, 0x0a, 0xa3, 0x10, 0x0c, 0x33,
|
|
|
|
- 0x0c, 0xc3, 0x40, 0x10, 0xc4, 0x40, 0x4d, 0x91, 0x14, 0x82, 0x61, 0x86,
|
|
|
|
- 0x61, 0x18, 0x08, 0x82, 0x18, 0x86, 0x61, 0x18, 0x86, 0x81, 0x9e, 0x32,
|
|
|
|
- 0x0c, 0xc4, 0x40, 0x51, 0x41, 0x06, 0x62, 0x18, 0x86, 0x61, 0x18, 0x68,
|
|
|
|
- 0x2a, 0xc4, 0x40, 0x0c, 0x03, 0x55, 0x47, 0x0d, 0x97, 0x3f, 0x61, 0x0f,
|
|
|
|
- 0x21, 0xf9, 0xdc, 0x46, 0x15, 0x2b, 0x31, 0xf9, 0xc5, 0x6d, 0x23, 0x62,
|
|
|
|
- 0x18, 0x86, 0xa1, 0x10, 0x17, 0xc1, 0x10, 0x84, 0x95, 0x62, 0x20, 0x86,
|
|
|
|
- 0x61, 0x20, 0x6d, 0x8e, 0x20, 0x28, 0x06, 0x43, 0x14, 0x04, 0xc1, 0x51,
|
|
|
|
- 0x37, 0x10, 0x30, 0x8c, 0x40, 0x0c, 0x33, 0xb5, 0xc1, 0x38, 0xb0, 0x43,
|
|
|
|
- 0x38, 0xcc, 0xc3, 0x3c, 0xb8, 0x01, 0x2d, 0x94, 0x03, 0x3e, 0xd0, 0x43,
|
|
|
|
- 0x3d, 0xc8, 0x43, 0x39, 0xc8, 0x01, 0x29, 0xf0, 0x81, 0x3d, 0x94, 0xc3,
|
|
|
|
- 0x38, 0xd0, 0xc3, 0x3b, 0xc8, 0x03, 0x1f, 0x98, 0x03, 0x3b, 0xbc, 0x43,
|
|
|
|
- 0x38, 0xd0, 0x03, 0x1b, 0x80, 0x01, 0x1d, 0xf8, 0x01, 0x18, 0xf8, 0x81,
|
|
|
|
- 0x1e, 0xe8, 0x41, 0x3b, 0xa4, 0x03, 0x3c, 0xcc, 0xc3, 0x2f, 0xd0, 0x43,
|
|
|
|
- 0x3e, 0xc0, 0x43, 0x39, 0xa0, 0x80, 0x98, 0x49, 0x0c, 0xc6, 0x81, 0x1d,
|
|
|
|
- 0xc2, 0x61, 0x1e, 0xe6, 0xc1, 0x0d, 0x68, 0xa1, 0x1c, 0xf0, 0x81, 0x1e,
|
|
|
|
- 0xea, 0x41, 0x1e, 0xca, 0x41, 0x0e, 0x48, 0x81, 0x0f, 0xec, 0xa1, 0x1c,
|
|
|
|
- 0xc6, 0x81, 0x1e, 0xde, 0x41, 0x1e, 0xf8, 0xc0, 0x1c, 0xd8, 0xe1, 0x1d,
|
|
|
|
- 0xc2, 0x81, 0x1e, 0xd8, 0x00, 0x0c, 0xe8, 0xc0, 0x0f, 0xc0, 0xc0, 0x0f,
|
|
|
|
- 0x90, 0x00, 0x86, 0x24, 0x5e, 0xc2, 0x39, 0x8d, 0x34, 0x01, 0xcd, 0x24,
|
|
|
|
- 0xa1, 0x66, 0x18, 0x86, 0x01, 0x1c, 0x86, 0x61, 0x00, 0x41, 0x10, 0x24,
|
|
|
|
- 0xf2, 0x26, 0x69, 0x8a, 0x28, 0x61, 0xf2, 0x59, 0x80, 0x79, 0x16, 0x22,
|
|
|
|
- 0x62, 0x27, 0x60, 0x22, 0x50, 0x40, 0x90, 0x99, 0x0e, 0xc4, 0x14, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x13, 0x14, 0x72, 0xc0, 0x87, 0x74, 0x60, 0x87,
|
|
|
|
- 0x36, 0x68, 0x87, 0x79, 0x68, 0x03, 0x72, 0xc0, 0x87, 0x0d, 0xaf, 0x50,
|
|
|
|
- 0x0e, 0x6d, 0xd0, 0x0e, 0x7a, 0x50, 0x0e, 0x6d, 0x00, 0x0f, 0x7a, 0x30,
|
|
|
|
- 0x07, 0x72, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x71, 0xa0,
|
|
|
|
- 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x78, 0xa0, 0x07, 0x73, 0x20,
|
|
|
|
- 0x07, 0x6d, 0x90, 0x0e, 0x71, 0x60, 0x07, 0x7a, 0x30, 0x07, 0x72, 0xd0,
|
|
|
|
- 0x06, 0xe9, 0x30, 0x07, 0x72, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90,
|
|
|
|
- 0x0e, 0x76, 0x40, 0x07, 0x7a, 0x60, 0x07, 0x74, 0xd0, 0x06, 0xe6, 0x10,
|
|
|
|
- 0x07, 0x76, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x60, 0x0e, 0x73, 0x20,
|
|
|
|
- 0x07, 0x7a, 0x30, 0x07, 0x72, 0xd0, 0x06, 0xe6, 0x60, 0x07, 0x74, 0xa0,
|
|
|
|
- 0x07, 0x76, 0x40, 0x07, 0x6d, 0xe0, 0x0e, 0x78, 0xa0, 0x07, 0x71, 0x60,
|
|
|
|
- 0x07, 0x7a, 0x30, 0x07, 0x72, 0xa0, 0x07, 0x76, 0x40, 0x07, 0x43, 0x9e,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86,
|
|
|
|
- 0x3c, 0x06, 0x10, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x0c, 0x79, 0x10, 0x20, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x18, 0xf2, 0x34, 0x40, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x30, 0xe4, 0x79, 0x80, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x60, 0xc8, 0x13, 0x01, 0x01, 0x10, 0x00, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0xc0, 0x90, 0x67, 0x02, 0x02, 0x20, 0x00, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x21, 0x4f, 0x05, 0x04, 0x40, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x1e, 0x0c, 0x08, 0x80,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x3c, 0x1a, 0x10,
|
|
|
|
- 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x79, 0x3a,
|
|
|
|
- 0x20, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc8, 0x02,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x32, 0x1e, 0x98, 0x14,
|
|
|
|
- 0x19, 0x11, 0x4c, 0x90, 0x8c, 0x09, 0x26, 0x47, 0xc6, 0x04, 0x43, 0x22,
|
|
|
|
- 0x4a, 0x60, 0x04, 0xa0, 0x1c, 0x8a, 0xa1, 0x08, 0x4a, 0xa2, 0xc0, 0x03,
|
|
|
|
- 0xca, 0xa0, 0x3c, 0xa8, 0x28, 0x89, 0x32, 0x28, 0x84, 0x11, 0x80, 0x22,
|
|
|
|
- 0x28, 0x10, 0x1a, 0x67, 0x00, 0xa8, 0x9c, 0x01, 0xa0, 0x73, 0x06, 0x80,
|
|
|
|
- 0xd0, 0xb1, 0x1c, 0x86, 0x00, 0x00, 0x00, 0x78, 0x1e, 0x00, 0x08, 0x04,
|
|
|
|
- 0x02, 0x01, 0x00, 0x00, 0x79, 0x18, 0x00, 0x00, 0x71, 0x00, 0x00, 0x00,
|
|
|
|
- 0x1a, 0x03, 0x4c, 0x90, 0x46, 0x02, 0x13, 0x44, 0x8f, 0x0c, 0x6f, 0xec,
|
|
|
|
- 0xed, 0x4d, 0x0c, 0x24, 0xc6, 0xe5, 0xc6, 0x45, 0x66, 0x06, 0x06, 0xc7,
|
|
|
|
- 0x25, 0xc6, 0x06, 0x04, 0xa5, 0x46, 0x86, 0x2c, 0x2c, 0xe6, 0xa6, 0x4c,
|
|
|
|
- 0x26, 0x27, 0x65, 0x43, 0x10, 0x4c, 0x10, 0x88, 0x65, 0x82, 0x40, 0x30,
|
|
|
|
- 0x1b, 0x84, 0x81, 0x98, 0x20, 0x10, 0xcd, 0x06, 0x61, 0x30, 0x28, 0xc0,
|
|
|
|
- 0xcd, 0x4d, 0x10, 0x08, 0x67, 0xc3, 0x80, 0x24, 0xc4, 0x04, 0x61, 0x0c,
|
|
|
|
- 0x34, 0x02, 0x13, 0x04, 0xe2, 0x99, 0x20, 0x10, 0xd0, 0x06, 0x81, 0x70,
|
|
|
|
- 0x36, 0x24, 0xc4, 0xc2, 0x10, 0xc4, 0xd0, 0x10, 0xcf, 0x86, 0x64, 0x58,
|
|
|
|
- 0x18, 0x62, 0x18, 0x1a, 0xe2, 0xd9, 0x90, 0x34, 0x0b, 0x43, 0x34, 0x43,
|
|
|
|
- 0x43, 0x3c, 0x1b, 0x06, 0x28, 0x92, 0x26, 0x08, 0x65, 0xb0, 0x4d, 0x10,
|
|
|
|
- 0x88, 0x68, 0x03, 0x42, 0x50, 0x0c, 0x31, 0x0c, 0x15, 0xb0, 0x21, 0xb0,
|
|
|
|
- 0x26, 0x08, 0x67, 0xc0, 0x6d, 0x40, 0x08, 0x8c, 0x21, 0x88, 0x81, 0x00,
|
|
|
|
- 0x36, 0x20, 0x03, 0xc6, 0x10, 0xc3, 0x40, 0x00, 0x1b, 0x84, 0x4c, 0xdb,
|
|
|
|
- 0x40, 0x4c, 0xc0, 0xb5, 0x4d, 0x10, 0xd0, 0xa0, 0xdb, 0x10, 0x74, 0x13,
|
|
|
|
- 0x04, 0x01, 0x20, 0xd1, 0x16, 0x96, 0xe6, 0xc6, 0x65, 0xca, 0xea, 0x0b,
|
|
|
|
- 0xea, 0x6d, 0x2e, 0x8d, 0x2e, 0xed, 0xcd, 0x6d, 0x82, 0x50, 0x50, 0x13,
|
|
|
|
- 0x84, 0xa2, 0xda, 0x10, 0x10, 0x13, 0x84, 0xc2, 0x9a, 0x20, 0x14, 0xd7,
|
|
|
|
- 0x86, 0x85, 0x08, 0x03, 0x31, 0x18, 0x03, 0x32, 0x28, 0x83, 0xa1, 0x0c,
|
|
|
|
- 0x08, 0x33, 0x00, 0x88, 0x50, 0x15, 0x61, 0x0d, 0x3d, 0x3d, 0x49, 0x11,
|
|
|
|
- 0x4d, 0x10, 0x0a, 0x6c, 0x82, 0x40, 0x48, 0x1b, 0x04, 0x35, 0x50, 0x83,
|
|
|
|
- 0x0d, 0xcb, 0x80, 0x06, 0x62, 0x60, 0x06, 0x64, 0x90, 0x06, 0x43, 0x1a,
|
|
|
|
- 0x0c, 0x66, 0xb0, 0x06, 0x2c, 0x86, 0x9e, 0x98, 0x9e, 0xa4, 0x26, 0x08,
|
|
|
|
- 0xc4, 0xb4, 0x41, 0x50, 0x03, 0x37, 0xd8, 0xb0, 0x34, 0x6d, 0x20, 0x06,
|
|
|
|
- 0x66, 0x40, 0x06, 0x69, 0x30, 0x94, 0x41, 0x63, 0x06, 0x6f, 0xb0, 0x61,
|
|
|
|
- 0x38, 0x03, 0x36, 0x80, 0x03, 0x26, 0x53, 0x56, 0x5f, 0x54, 0x61, 0x72,
|
|
|
|
- 0x67, 0x65, 0x74, 0x13, 0x84, 0x22, 0xdb, 0xb0, 0x10, 0x72, 0x20, 0x06,
|
|
|
|
- 0x73, 0x40, 0x06, 0x66, 0x30, 0x94, 0x01, 0x61, 0x06, 0x6f, 0xb0, 0x21,
|
|
|
|
- 0xa0, 0x83, 0x0d, 0x43, 0x1c, 0xd4, 0x01, 0xb0, 0xa1, 0xf8, 0xc0, 0xc0,
|
|
|
|
- 0x0e, 0x38, 0xa0, 0x0a, 0x1b, 0x9b, 0x5d, 0x9b, 0x4b, 0x1a, 0x59, 0x99,
|
|
|
|
- 0x1b, 0xdd, 0x94, 0x20, 0xa8, 0x42, 0x86, 0xe7, 0x62, 0x57, 0x26, 0x37,
|
|
|
|
- 0x97, 0xf6, 0xe6, 0x36, 0x25, 0x20, 0x9a, 0x90, 0xe1, 0xb9, 0xd8, 0x85,
|
|
|
|
- 0xb1, 0xd9, 0x95, 0xc9, 0x4d, 0x09, 0x8c, 0x3a, 0x64, 0x78, 0x2e, 0x73,
|
|
|
|
- 0x68, 0x61, 0x64, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x53, 0x82,
|
|
|
|
- 0xa4, 0x0c, 0x19, 0x9e, 0x8b, 0x5c, 0xd9, 0xdc, 0x5b, 0x9d, 0xdc, 0x58,
|
|
|
|
- 0xd9, 0xdc, 0x94, 0x60, 0xab, 0x43, 0x86, 0xe7, 0x62, 0x97, 0x56, 0x76,
|
|
|
|
- 0x97, 0x44, 0x36, 0x45, 0x17, 0x46, 0x57, 0x36, 0x25, 0xe8, 0xea, 0x90,
|
|
|
|
- 0xe1, 0xb9, 0x94, 0xb9, 0xd1, 0xc9, 0xe5, 0x41, 0xbd, 0xa5, 0xb9, 0xd1,
|
|
|
|
- 0xcd, 0x4d, 0x09, 0xec, 0x00, 0x00, 0x00, 0x00, 0x79, 0x18, 0x00, 0x00,
|
|
|
|
- 0x51, 0x00, 0x00, 0x00, 0x33, 0x08, 0x80, 0x1c, 0xc4, 0xe1, 0x1c, 0x66,
|
|
|
|
- 0x14, 0x01, 0x3d, 0x88, 0x43, 0x38, 0x84, 0xc3, 0x8c, 0x42, 0x80, 0x07,
|
|
|
|
- 0x79, 0x78, 0x07, 0x73, 0x98, 0x71, 0x0c, 0xe6, 0x00, 0x0f, 0xed, 0x10,
|
|
|
|
- 0x0e, 0xf4, 0x80, 0x0e, 0x33, 0x0c, 0x42, 0x1e, 0xc2, 0xc1, 0x1d, 0xce,
|
|
|
|
- 0xa1, 0x1c, 0x66, 0x30, 0x05, 0x3d, 0x88, 0x43, 0x38, 0x84, 0x83, 0x1b,
|
|
|
|
- 0xcc, 0x03, 0x3d, 0xc8, 0x43, 0x3d, 0x8c, 0x03, 0x3d, 0xcc, 0x78, 0x8c,
|
|
|
|
- 0x74, 0x70, 0x07, 0x7b, 0x08, 0x07, 0x79, 0x48, 0x87, 0x70, 0x70, 0x07,
|
|
|
|
- 0x7a, 0x70, 0x03, 0x76, 0x78, 0x87, 0x70, 0x20, 0x87, 0x19, 0xcc, 0x11,
|
|
|
|
- 0x0e, 0xec, 0x90, 0x0e, 0xe1, 0x30, 0x0f, 0x6e, 0x30, 0x0f, 0xe3, 0xf0,
|
|
|
|
- 0x0e, 0xf0, 0x50, 0x0e, 0x33, 0x10, 0xc4, 0x1d, 0xde, 0x21, 0x1c, 0xd8,
|
|
|
|
- 0x21, 0x1d, 0xc2, 0x61, 0x1e, 0x66, 0x30, 0x89, 0x3b, 0xbc, 0x83, 0x3b,
|
|
|
|
- 0xd0, 0x43, 0x39, 0xb4, 0x03, 0x3c, 0xbc, 0x83, 0x3c, 0x84, 0x03, 0x3b,
|
|
|
|
- 0xcc, 0xf0, 0x14, 0x76, 0x60, 0x07, 0x7b, 0x68, 0x07, 0x37, 0x68, 0x87,
|
|
|
|
- 0x72, 0x68, 0x07, 0x37, 0x80, 0x87, 0x70, 0x90, 0x87, 0x70, 0x60, 0x07,
|
|
|
|
- 0x76, 0x28, 0x07, 0x76, 0xf8, 0x05, 0x76, 0x78, 0x87, 0x77, 0x80, 0x87,
|
|
|
|
- 0x5f, 0x08, 0x87, 0x71, 0x18, 0x87, 0x72, 0x98, 0x87, 0x79, 0x98, 0x81,
|
|
|
|
- 0x2c, 0xee, 0xf0, 0x0e, 0xee, 0xe0, 0x0e, 0xf5, 0xc0, 0x0e, 0xec, 0x30,
|
|
|
|
- 0x03, 0x62, 0xc8, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c, 0xcc, 0xa1, 0x1c, 0xe4,
|
|
|
|
- 0xa1, 0x1c, 0xdc, 0x61, 0x1c, 0xca, 0x21, 0x1c, 0xc4, 0x81, 0x1d, 0xca,
|
|
|
|
- 0x61, 0x06, 0xd6, 0x90, 0x43, 0x39, 0xc8, 0x43, 0x39, 0x98, 0x43, 0x39,
|
|
|
|
- 0xc8, 0x43, 0x39, 0xb8, 0xc3, 0x38, 0x94, 0x43, 0x38, 0x88, 0x03, 0x3b,
|
|
|
|
- 0x94, 0xc3, 0x2f, 0xbc, 0x83, 0x3c, 0xfc, 0x82, 0x3b, 0xd4, 0x03, 0x3b,
|
|
|
|
- 0xb0, 0xc3, 0x0c, 0xc4, 0x21, 0x07, 0x7c, 0x70, 0x03, 0x7a, 0x28, 0x87,
|
|
|
|
- 0x76, 0x80, 0x87, 0x19, 0xd1, 0x43, 0x0e, 0xf8, 0xe0, 0x06, 0xe4, 0x20,
|
|
|
|
- 0x0e, 0xe7, 0xe0, 0x06, 0xf6, 0x10, 0x0e, 0xf2, 0xc0, 0x0e, 0xe1, 0x90,
|
|
|
|
- 0x0f, 0xef, 0x50, 0x0f, 0xf4, 0x30, 0x83, 0x81, 0xc8, 0x01, 0x1f, 0xdc,
|
|
|
|
- 0x40, 0x1c, 0xe4, 0xa1, 0x1c, 0xc2, 0x61, 0x1d, 0xdc, 0x40, 0x1c, 0xe4,
|
|
|
|
- 0x01, 0x00, 0x00, 0x00, 0x71, 0x20, 0x00, 0x00, 0x2a, 0x00, 0x00, 0x00,
|
|
|
|
- 0x76, 0x00, 0x0d, 0x97, 0xef, 0x3c, 0x7e, 0x80, 0x34, 0x40, 0x84, 0xf9,
|
|
|
|
- 0xc5, 0x6d, 0x1b, 0xc2, 0x36, 0x5c, 0xbe, 0xf3, 0xf8, 0x42, 0x40, 0x15,
|
|
|
|
- 0x05, 0x11, 0x95, 0x0e, 0x30, 0x94, 0x84, 0x01, 0x08, 0x98, 0x5f, 0xdc,
|
|
|
|
- 0xb6, 0x29, 0x48, 0xc3, 0xe5, 0x3b, 0x8f, 0x2f, 0x44, 0x04, 0x30, 0x11,
|
|
|
|
- 0x21, 0xd0, 0x0c, 0x0b, 0x61, 0x06, 0xce, 0x70, 0xf9, 0xce, 0xe3, 0x0f,
|
|
|
|
- 0xce, 0x74, 0xfb, 0xc5, 0x6d, 0x5b, 0xc0, 0x34, 0x5c, 0xbe, 0xf3, 0xf8,
|
|
|
|
- 0x8b, 0x03, 0x0c, 0x62, 0xf3, 0x50, 0x93, 0x5f, 0xdc, 0xb6, 0x0d, 0x40,
|
|
|
|
- 0xc3, 0xe5, 0x3b, 0x8f, 0x2f, 0x01, 0xcc, 0xb3, 0x10, 0x7e, 0x71, 0xdb,
|
|
|
|
- 0x46, 0x40, 0x0d, 0x97, 0xef, 0x3c, 0xbe, 0x04, 0x30, 0xcf, 0x42, 0x80,
|
|
|
|
- 0x11, 0x30, 0xf8, 0xc5, 0x6d, 0x9b, 0x40, 0x35, 0x5c, 0xbe, 0xf3, 0xf8,
|
|
|
|
- 0xd2, 0xe4, 0x44, 0x04, 0x4a, 0x4d, 0x0f, 0x35, 0xf9, 0xc5, 0x6d, 0x5b,
|
|
|
|
- 0x82, 0x34, 0x5c, 0xbe, 0xf3, 0xf8, 0x13, 0x11, 0x4d, 0x08, 0x10, 0x61,
|
|
|
|
- 0x7e, 0x71, 0xdb, 0x56, 0xf0, 0x0c, 0x97, 0xef, 0x3c, 0x3e, 0xd5, 0x00,
|
|
|
|
- 0x11, 0xe6, 0x17, 0xb7, 0x6d, 0x00, 0x04, 0x03, 0x20, 0x0d, 0x00, 0x00,
|
|
|
|
- 0x61, 0x20, 0x00, 0x00, 0x33, 0x04, 0x00, 0x00, 0x13, 0x04, 0xa1, 0x10,
|
|
|
|
- 0x0b, 0x04, 0x00, 0x00, 0x59, 0x00, 0x00, 0x00, 0xc4, 0x8d, 0x00, 0x50,
|
|
|
|
- 0x51, 0x02, 0x44, 0x94, 0x5f, 0xd9, 0x14, 0x4b, 0x21, 0x15, 0x6a, 0x40,
|
|
|
|
- 0x99, 0x06, 0x94, 0x5c, 0x29, 0x94, 0x5b, 0x19, 0x15, 0x42, 0xe1, 0x95,
|
|
|
|
- 0x4a, 0xb9, 0x94, 0x5d, 0x71, 0xcd, 0x00, 0xd0, 0x30, 0x46, 0x60, 0xde,
|
|
|
|
- 0xeb, 0x2a, 0x7b, 0x63, 0x04, 0x31, 0x0f, 0xf6, 0xb9, 0x37, 0x46, 0xe0,
|
|
|
|
- 0xf6, 0xb1, 0x68, 0x7b, 0x63, 0x04, 0xef, 0x9e, 0x96, 0xf7, 0x37, 0x46,
|
|
|
|
- 0xa0, 0xb3, 0xe6, 0x1c, 0x82, 0xc1, 0x18, 0x01, 0x08, 0x82, 0xfe, 0xfd,
|
|
|
|
- 0x8d, 0x11, 0x80, 0x20, 0x08, 0xc2, 0xdd, 0x18, 0x81, 0x98, 0x8b, 0x69,
|
|
|
|
- 0xff, 0x8d, 0x11, 0x80, 0x25, 0xcf, 0xc6, 0xbf, 0x30, 0x46, 0x30, 0xa6,
|
|
|
|
- 0xab, 0x9a, 0xfb, 0xc2, 0x18, 0xc1, 0x3f, 0x93, 0xfe, 0xef, 0x0b, 0x63,
|
|
|
|
- 0x04, 0x74, 0x0d, 0x8a, 0xf9, 0x37, 0x46, 0xd0, 0xc2, 0x71, 0x0c, 0xfa,
|
|
|
|
- 0xc2, 0x18, 0xc1, 0xdc, 0xb7, 0x69, 0xea, 0x0b, 0x63, 0x04, 0xad, 0x1b,
|
|
|
|
- 0xf2, 0xbc, 0x2f, 0x8c, 0x11, 0xf0, 0x39, 0xeb, 0xe3, 0xdf, 0x18, 0x01,
|
|
|
|
- 0x08, 0x82, 0x20, 0x0a, 0x06, 0x63, 0x04, 0x20, 0x08, 0x82, 0x2a, 0x18,
|
|
|
|
- 0x8c, 0x11, 0x80, 0x20, 0x08, 0xb2, 0x60, 0x30, 0x46, 0x00, 0x82, 0x20,
|
|
|
|
- 0xe8, 0x82, 0xc1, 0x18, 0x01, 0xcb, 0x9e, 0xa1, 0xfc, 0x8d, 0x11, 0xa0,
|
|
|
|
- 0x7e, 0x19, 0xab, 0xdf, 0x18, 0x41, 0x7e, 0xea, 0xe2, 0xec, 0x8d, 0x11,
|
|
|
|
- 0xe8, 0x35, 0xb8, 0xe3, 0xde, 0x18, 0x81, 0x8a, 0xe7, 0xb6, 0xfd, 0x8d,
|
|
|
|
- 0x11, 0xbc, 0x7d, 0x4a, 0x8f, 0xde, 0x18, 0xc1, 0x3a, 0xc7, 0x2c, 0xea,
|
|
|
|
- 0x8d, 0x11, 0xa4, 0x21, 0x8c, 0xee, 0xde, 0x18, 0xc1, 0xdd, 0xc6, 0xaa,
|
|
|
|
- 0xfd, 0x8d, 0x11, 0x80, 0x20, 0x8c, 0x87, 0x63, 0x30, 0x46, 0xb0, 0x8e,
|
|
|
|
- 0x78, 0xcc, 0x82, 0xc1, 0x18, 0x01, 0x08, 0xd2, 0x6d, 0x0e, 0x06, 0x63,
|
|
|
|
- 0x04, 0x20, 0x08, 0xae, 0x39, 0x18, 0x8c, 0x11, 0x80, 0x20, 0xc8, 0xd6,
|
|
|
|
- 0xbf, 0x30, 0x46, 0xc0, 0xb6, 0xf3, 0x4f, 0x7a, 0x63, 0x04, 0x20, 0x08,
|
|
|
|
- 0x82, 0xf8, 0x2f, 0x8c, 0x11, 0xb0, 0x6d, 0xfc, 0xca, 0xdb, 0x18, 0x81,
|
|
|
|
- 0xdb, 0xc7, 0xa2, 0xed, 0x0b, 0x63, 0x04, 0x7d, 0x2c, 0xba, 0xf8, 0x37,
|
|
|
|
- 0x46, 0x50, 0xab, 0xb5, 0xda, 0x7e, 0x63, 0x04, 0xb2, 0xe8, 0xf6, 0x34,
|
|
|
|
- 0x18, 0x8c, 0x11, 0xf0, 0xf0, 0xaa, 0xd3, 0xdd, 0x18, 0x01, 0x08, 0x82,
|
|
|
|
- 0x20, 0x09, 0x06, 0x63, 0x04, 0x20, 0x08, 0x82, 0x20, 0x18, 0x8c, 0x11,
|
|
|
|
- 0x80, 0x20, 0x08, 0xc2, 0xdf, 0x08, 0xc0, 0x18, 0x01, 0x08, 0x82, 0x20,
|
|
|
|
- 0xfe, 0xcd, 0x00, 0x00, 0x23, 0x06, 0x09, 0x00, 0x82, 0x60, 0xd0, 0xdd,
|
|
|
|
- 0xc2, 0x1e, 0xa8, 0x82, 0x2c, 0xc8, 0xc2, 0x28, 0x8c, 0x18, 0x24, 0x00,
|
|
|
|
- 0x08, 0x82, 0x41, 0x87, 0x0b, 0x7c, 0xb0, 0x0a, 0xb7, 0x70, 0x0b, 0xa4,
|
|
|
|
- 0x30, 0x62, 0x90, 0x00, 0x20, 0x08, 0x06, 0x5d, 0x2e, 0xf4, 0x01, 0x2b,
|
|
|
|
- 0xdc, 0xc2, 0x2d, 0x94, 0xc2, 0x88, 0x41, 0x02, 0x80, 0x20, 0x18, 0x74,
|
|
|
|
- 0xba, 0xe0, 0x07, 0xaf, 0x90, 0x0b, 0xb9, 0x60, 0x0a, 0x23, 0x06, 0x09,
|
|
|
|
- 0x00, 0x82, 0x60, 0xd0, 0xed, 0xc2, 0x1f, 0xc0, 0x42, 0x2e, 0xe4, 0xc2,
|
|
|
|
- 0x29, 0x8c, 0x18, 0x24, 0x00, 0x08, 0x82, 0x41, 0xc7, 0x0b, 0xa0, 0xe0,
|
|
|
|
- 0x0a, 0xba, 0xb0, 0x0b, 0xa8, 0x30, 0x62, 0x90, 0x00, 0x20, 0x08, 0x06,
|
|
|
|
- 0x86, 0x39, 0xf4, 0x01, 0x2e, 0xec, 0x02, 0x2c, 0xdc, 0xc1, 0x88, 0x41,
|
|
|
|
- 0x02, 0x80, 0x20, 0x18, 0x18, 0xe7, 0xe0, 0x07, 0xb9, 0xc0, 0x0b, 0xa9,
|
|
|
|
- 0x80, 0x07, 0x23, 0x06, 0x09, 0x00, 0x82, 0x60, 0x60, 0xa0, 0xc3, 0x1f,
|
|
|
|
- 0xe8, 0x42, 0x2f, 0xc4, 0x42, 0x1e, 0x8c, 0x18, 0x24, 0x00, 0x08, 0x82,
|
|
|
|
- 0x81, 0x91, 0x0e, 0xa0, 0xb0, 0x0b, 0xbe, 0x50, 0x0b, 0x7a, 0x30, 0x62,
|
|
|
|
- 0x90, 0x00, 0x20, 0x08, 0x06, 0x86, 0x3a, 0x84, 0x02, 0x38, 0xfc, 0x02,
|
|
|
|
- 0x2d, 0xec, 0xc1, 0x88, 0x41, 0x02, 0x80, 0x20, 0x18, 0x18, 0xeb, 0x20,
|
|
|
|
- 0x0a, 0xe1, 0x00, 0x0e, 0xad, 0xc0, 0x07, 0x23, 0x06, 0x07, 0x00, 0x82,
|
|
|
|
- 0x60, 0x80, 0x95, 0xc3, 0x1f, 0x1c, 0xe1, 0x30, 0x9a, 0x10, 0x04, 0xc3,
|
|
|
|
- 0x11, 0x41, 0x14, 0x7c, 0xb3, 0x0c, 0x4f, 0x10, 0x0c, 0x47, 0x08, 0x51,
|
|
|
|
- 0xf0, 0xcd, 0x32, 0x08, 0x43, 0x30, 0x62, 0xf0, 0x00, 0x20, 0x08, 0x06,
|
|
|
|
- 0x8d, 0x3b, 0x98, 0x82, 0xc3, 0x18, 0x45, 0x14, 0x95, 0x43, 0x39, 0x84,
|
|
|
|
- 0x42, 0x34, 0x9a, 0x10, 0x00, 0xa3, 0x09, 0x42, 0x30, 0x9a, 0x30, 0x08,
|
|
|
|
- 0xa3, 0x09, 0xc4, 0x30, 0x4b, 0xf0, 0x0c, 0x47, 0x20, 0x5a, 0xf0, 0xcd,
|
|
|
|
- 0x32, 0x10, 0x45, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x91, 0x3c,
|
|
|
|
- 0xc8, 0x02, 0x33, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0xd1, 0x3c, 0xcc,
|
|
|
|
- 0x02, 0x33, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x11, 0x3d, 0xac, 0x83,
|
|
|
|
- 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x51, 0x3d, 0xb0, 0x83, 0x30,
|
|
|
|
- 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x91, 0x3d, 0xdc, 0x02, 0x34, 0x62,
|
|
|
|
- 0x60, 0x00, 0x20, 0x08, 0x06, 0xd1, 0x3d, 0xe0, 0x02, 0x34, 0x62, 0x60,
|
|
|
|
- 0x00, 0x20, 0x08, 0x06, 0x11, 0x3e, 0xbc, 0x83, 0x30, 0x62, 0x60, 0x00,
|
|
|
|
- 0x20, 0x08, 0x06, 0x51, 0x3e, 0xc0, 0x83, 0x60, 0x82, 0x01, 0x1f, 0x13,
|
|
|
|
- 0x0c, 0xf8, 0x8c, 0x18, 0x1c, 0x00, 0x08, 0x82, 0x01, 0x96, 0x0f, 0xb3,
|
|
|
|
- 0xb0, 0xd9, 0xc3, 0x68, 0x42, 0x20, 0x8c, 0x26, 0x08, 0x83, 0x09, 0x85,
|
|
|
|
- 0x7c, 0x4c, 0x28, 0xe4, 0x33, 0x62, 0x70, 0x00, 0x20, 0x08, 0x06, 0xd5,
|
|
|
|
- 0x3f, 0xf4, 0x82, 0x10, 0x07, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60, 0x50,
|
|
|
|
- 0x81, 0x84, 0x2f, 0x08, 0x72, 0x30, 0x62, 0x70, 0x00, 0x20, 0x08, 0x06,
|
|
|
|
- 0x55, 0x48, 0x94, 0x83, 0x90, 0x06, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60,
|
|
|
|
- 0x50, 0x89, 0x84, 0x39, 0x08, 0x6a, 0x60, 0xc8, 0x27, 0x1f, 0x43, 0x3e,
|
|
|
|
- 0xf9, 0x18, 0xf1, 0x06, 0xf2, 0x31, 0x02, 0x0e, 0xe4, 0x63, 0x84, 0x10,
|
|
|
|
- 0x1f, 0x23, 0x84, 0xf8, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xb4,
|
|
|
|
- 0x12, 0xee, 0x20, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xc4, 0x12,
|
|
|
|
- 0xef, 0x20, 0x98, 0xe2, 0x07, 0xf0, 0xb1, 0x60, 0x80, 0x8f, 0x2d, 0xa0,
|
|
|
|
- 0x00, 0x1f, 0x0b, 0x08, 0xf8, 0xd8, 0xe0, 0xd0, 0xc7, 0x04, 0x87, 0x3e,
|
|
|
|
- 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xcd, 0xc4, 0x4a, 0x08, 0x23,
|
|
|
|
- 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xd1, 0x04, 0x4b, 0x08, 0x26, 0xf8,
|
|
|
|
- 0x81, 0x7c, 0x4c, 0xf8, 0x03, 0xf9, 0x58, 0x28, 0x08, 0xf1, 0x31, 0x51,
|
|
|
|
- 0x10, 0xe2, 0x63, 0x86, 0x21, 0x1f, 0x0b, 0x06, 0xf9, 0xd8, 0x71, 0xc8,
|
|
|
|
- 0xc7, 0x02, 0x42, 0x3e, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xf5,
|
|
|
|
- 0x44, 0x48, 0x50, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xf9, 0x84,
|
|
|
|
- 0x48, 0x50, 0x26, 0x9c, 0x02, 0x7c, 0x4c, 0x40, 0x05, 0xf8, 0x98, 0x70,
|
|
|
|
- 0xc0, 0xc7, 0x04, 0x03, 0x3e, 0xa3, 0x09, 0x67, 0x00, 0x8c, 0x26, 0xa0,
|
|
|
|
- 0x41, 0x60, 0x02, 0x21, 0x1f, 0x23, 0x04, 0xf9, 0x8c, 0x18, 0x54, 0x00,
|
|
|
|
- 0x08, 0x82, 0xc1, 0x83, 0x16, 0x2c, 0x91, 0x0a, 0xa7, 0x20, 0x04, 0xac,
|
|
|
|
- 0xc0, 0x0a, 0x60, 0x01, 0x16, 0xfc, 0x50, 0x07, 0x74, 0xc0, 0x0a, 0x71,
|
|
|
|
- 0x00, 0x07, 0xac, 0xc0, 0x0a, 0xa3, 0x09, 0x01, 0x30, 0x9a, 0x20, 0x04,
|
|
|
|
- 0xa3, 0x09, 0x83, 0x30, 0x9a, 0x40, 0x0c, 0xb3, 0x04, 0xcf, 0x70, 0xc4,
|
|
|
|
- 0x28, 0xd8, 0x42, 0xf0, 0xcd, 0x32, 0x18, 0x47, 0x30, 0x62, 0xf0, 0x00,
|
|
|
|
- 0x20, 0x08, 0x06, 0xcd, 0x5b, 0x9c, 0xc4, 0x2b, 0xb4, 0xc2, 0x29, 0x98,
|
|
|
|
- 0x82, 0x2c, 0xc8, 0x82, 0x59, 0x98, 0x85, 0x48, 0xc8, 0xc2, 0x68, 0x42,
|
|
|
|
- 0x00, 0x58, 0xe0, 0x0f, 0xf2, 0xb1, 0xc0, 0x1f, 0xe0, 0x33, 0x62, 0xf0,
|
|
|
|
- 0x00, 0x20, 0x08, 0x06, 0xcd, 0x5c, 0xac, 0x04, 0x2d, 0xc8, 0x42, 0x90,
|
|
|
|
- 0x0b, 0xb6, 0x60, 0x0b, 0x6a, 0xa1, 0x16, 0x26, 0x61, 0x0b, 0xa3, 0x09,
|
|
|
|
- 0x01, 0x30, 0x9a, 0x20, 0x04, 0xa3, 0x09, 0x83, 0x30, 0x9a, 0x40, 0x0c,
|
|
|
|
- 0xb3, 0x04, 0xcf, 0x70, 0x44, 0x2b, 0xe8, 0x43, 0xf0, 0xcd, 0x32, 0x20,
|
|
|
|
- 0x49, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0xd1, 0x5d, 0xdc, 0x44,
|
|
|
|
- 0x2c, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x84, 0x17, 0x38, 0x11,
|
|
|
|
- 0x0b, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xe5, 0x05, 0x5c, 0x08,
|
|
|
|
- 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xe9, 0x45, 0x5c, 0x08, 0x23,
|
|
|
|
- 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xed, 0x05, 0x4f, 0xd4, 0xc2, 0x88,
|
|
|
|
- 0x81, 0x01, 0x80, 0x20, 0x18, 0x44, 0x7c, 0xd1, 0x13, 0xb5, 0x30, 0x62,
|
|
|
|
- 0x60, 0x00, 0x20, 0x08, 0x06, 0x51, 0x5f, 0xd0, 0x85, 0x30, 0x62, 0x60,
|
|
|
|
- 0x00, 0x20, 0x08, 0x06, 0x91, 0x5f, 0xd4, 0x85, 0x60, 0x82, 0x01, 0x1f,
|
|
|
|
- 0x13, 0x0c, 0xf8, 0x8c, 0x18, 0x1c, 0x00, 0x08, 0x82, 0x01, 0xe6, 0x17,
|
|
|
|
- 0x38, 0x01, 0x0e, 0x7b, 0x31, 0x9a, 0x10, 0x08, 0xa3, 0x09, 0xc2, 0x60,
|
|
|
|
- 0x42, 0x21, 0x1f, 0x13, 0x0a, 0xf9, 0x8c, 0x18, 0x1c, 0x00, 0x08, 0x82,
|
|
|
|
- 0x41, 0x45, 0x1a, 0x62, 0x21, 0xd8, 0xc3, 0x88, 0xc1, 0x01, 0x80, 0x20,
|
|
|
|
- 0x18, 0x54, 0xa5, 0x31, 0x16, 0xc2, 0x3d, 0x8c, 0x18, 0x1c, 0x00, 0x08,
|
|
|
|
- 0x82, 0x41, 0x65, 0x1a, 0x6a, 0x21, 0xb8, 0xc3, 0x88, 0xc1, 0x01, 0x80,
|
|
|
|
- 0x20, 0x18, 0x54, 0xa7, 0xb1, 0x16, 0xc2, 0x3b, 0x18, 0x42, 0x0e, 0xf2,
|
|
|
|
- 0x31, 0x84, 0x1c, 0xe4, 0x63, 0x04, 0x3d, 0xc8, 0xc7, 0x88, 0x7a, 0x90,
|
|
|
|
- 0x8f, 0x11, 0x42, 0x7c, 0x8c, 0x10, 0xe2, 0x33, 0x62, 0x60, 0x00, 0x20,
|
|
|
|
- 0x08, 0x06, 0x11, 0x6c, 0xcc, 0x85, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08,
|
|
|
|
- 0x06, 0x51, 0x6c, 0xd0, 0x85, 0x60, 0xca, 0x48, 0xc0, 0xc7, 0x82, 0x01,
|
|
|
|
- 0x3e, 0xb6, 0x94, 0x04, 0x7c, 0x2c, 0x20, 0xe0, 0x63, 0x83, 0x43, 0x1f,
|
|
|
|
- 0x13, 0x1c, 0xfa, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x84, 0x1b,
|
|
|
|
- 0xb0, 0x21, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x94, 0x1b, 0xb1,
|
|
|
|
- 0x21, 0x98, 0x30, 0x12, 0xf2, 0x31, 0x81, 0x24, 0xe4, 0x63, 0x26, 0x21,
|
|
|
|
- 0xc4, 0xc7, 0x4e, 0x42, 0x88, 0x8f, 0x19, 0x86, 0x7c, 0x2c, 0x18, 0xe4,
|
|
|
|
- 0x63, 0xc7, 0x21, 0x1f, 0x0b, 0x08, 0xf9, 0x8c, 0x18, 0x18, 0x00, 0x08,
|
|
|
|
- 0x82, 0x41, 0x24, 0x1e, 0xa6, 0x41, 0x8d, 0x18, 0x18, 0x00, 0x08, 0x82,
|
|
|
|
- 0x41, 0x34, 0x1e, 0xa7, 0x41, 0x99, 0xc0, 0x12, 0xf0, 0x31, 0xa1, 0x25,
|
|
|
|
- 0xe0, 0x63, 0xc2, 0x01, 0x1f, 0x13, 0x0c, 0xf8, 0x8c, 0x26, 0x9c, 0x01,
|
|
|
|
- 0x30, 0x9a, 0x80, 0x06, 0x81, 0x09, 0x84, 0x7c, 0x8c, 0x10, 0xe4, 0x33,
|
|
|
|
- 0x62, 0x50, 0x01, 0x20, 0x08, 0x06, 0x4f, 0x7b, 0xc4, 0x86, 0x4b, 0xb0,
|
|
|
|
- 0x84, 0x10, 0xc4, 0x44, 0x4c, 0x94, 0x47, 0x79, 0x84, 0x46, 0x1d, 0xd0,
|
|
|
|
- 0x41, 0x4c, 0xc4, 0x01, 0x1c, 0xc4, 0x44, 0x4c, 0x8c, 0x26, 0x04, 0x80,
|
|
|
|
- 0x05, 0x7d, 0x21, 0x1f, 0x0b, 0xfa, 0x02, 0x3e, 0x23, 0x06, 0x0f, 0x00,
|
|
|
|
- 0x82, 0x60, 0xd0, 0xc8, 0x87, 0x6a, 0xcc, 0x44, 0x4c, 0x04, 0x38, 0x51,
|
|
|
|
- 0x13, 0x35, 0x91, 0x1e, 0xe9, 0x51, 0x1a, 0x35, 0x31, 0x9a, 0x10, 0x00,
|
|
|
|
- 0xa3, 0x09, 0x42, 0x30, 0x9a, 0x30, 0x08, 0xa3, 0x09, 0xc4, 0x30, 0x4b,
|
|
|
|
- 0xf0, 0x0c, 0x47, 0xb0, 0x04, 0x5e, 0x04, 0xdf, 0x2c, 0x83, 0xb2, 0x04,
|
|
|
|
- 0x23, 0x06, 0x0f, 0x00, 0x82, 0x60, 0xd0, 0xe0, 0x07, 0x6c, 0xe0, 0x84,
|
|
|
|
- 0x4d, 0xc0, 0xc4, 0x4b, 0xec, 0xc4, 0x4e, 0xbc, 0xc7, 0x7b, 0xac, 0xc6,
|
|
|
|
- 0x4e, 0x8c, 0x26, 0x04, 0xc0, 0x88, 0xc1, 0x03, 0x80, 0x20, 0x18, 0x34,
|
|
|
|
- 0xfa, 0x21, 0x1b, 0x3b, 0x81, 0x13, 0x32, 0x11, 0x13, 0x3d, 0xd1, 0x13,
|
|
|
|
- 0xf1, 0x11, 0x1f, 0xad, 0xd1, 0x13, 0xa3, 0x09, 0x01, 0x30, 0x9a, 0x20,
|
|
|
|
- 0x04, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60, 0x80, 0xe1, 0x87, 0x6c, 0xe8,
|
|
|
|
- 0x84, 0x7b, 0x8c, 0x26, 0x04, 0xc0, 0x68, 0x82, 0x10, 0x8c, 0x26, 0x0c,
|
|
|
|
- 0x82, 0x0d, 0x08, 0x7c, 0x6c, 0x38, 0xe0, 0x63, 0xc3, 0x01, 0x9f, 0x11,
|
|
|
|
- 0x83, 0x03, 0x00, 0x41, 0x30, 0xc0, 0xfe, 0x23, 0x37, 0xc2, 0xa2, 0x37,
|
|
|
|
- 0x46, 0x13, 0x02, 0x60, 0x34, 0x41, 0x08, 0x46, 0x13, 0x06, 0x61, 0xc4,
|
|
|
|
- 0x60, 0x01, 0x40, 0x10, 0x0c, 0xa6, 0x12, 0x19, 0x8f, 0xc3, 0x28, 0x06,
|
|
|
|
- 0x21, 0x18, 0x31, 0x38, 0x00, 0x10, 0x04, 0x03, 0x8c, 0x44, 0x7c, 0xc3,
|
|
|
|
- 0x2c, 0xca, 0x63, 0x34, 0x21, 0x00, 0x46, 0x13, 0x84, 0x60, 0x34, 0x61,
|
|
|
|
- 0x10, 0x46, 0x0c, 0x16, 0x00, 0x04, 0xc1, 0x60, 0x52, 0x11, 0xf4, 0x60,
|
|
|
|
- 0x16, 0x65, 0x10, 0x82, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xc0, 0x52,
|
|
|
|
- 0x64, 0x3c, 0xd6, 0x62, 0x44, 0x46, 0x13, 0x02, 0x60, 0x34, 0x41, 0x08,
|
|
|
|
- 0x46, 0x13, 0x06, 0x61, 0xc4, 0x60, 0x01, 0x40, 0x10, 0x0c, 0xa6, 0x17,
|
|
|
|
- 0x69, 0x8f, 0x08, 0x7a, 0x06, 0x21, 0x98, 0x25, 0x78, 0x86, 0x23, 0xd0,
|
|
|
|
- 0x62, 0x36, 0x82, 0x6f, 0x96, 0x81, 0x69, 0x82, 0x11, 0x83, 0x07, 0x00,
|
|
|
|
- 0x41, 0x30, 0x68, 0x68, 0x84, 0x3d, 0xe8, 0x42, 0x2e, 0xd8, 0x62, 0x2d,
|
|
|
|
- 0xee, 0xe2, 0x2e, 0x56, 0x64, 0x45, 0xce, 0xe3, 0x2e, 0x46, 0x13, 0x02,
|
|
|
|
- 0x60, 0xc4, 0xe0, 0x01, 0x40, 0x10, 0x0c, 0x1a, 0x1b, 0x71, 0x8f, 0xbb,
|
|
|
|
- 0xa0, 0x0b, 0xb7, 0x68, 0x8b, 0xbc, 0xc8, 0x8b, 0x16, 0x69, 0x91, 0xf4,
|
|
|
|
- 0xc8, 0x8b, 0xd1, 0x84, 0x00, 0x18, 0x4d, 0x10, 0x82, 0x11, 0x83, 0x03,
|
|
|
|
- 0x00, 0x41, 0x30, 0xc0, 0x68, 0xc4, 0x3d, 0xec, 0x42, 0x45, 0x46, 0x13,
|
|
|
|
- 0x02, 0x60, 0x34, 0x41, 0x08, 0x46, 0x13, 0x06, 0xc1, 0x06, 0x04, 0x3e,
|
|
|
|
- 0x36, 0x18, 0xf0, 0xb1, 0x01, 0x81, 0xcf, 0x88, 0xc1, 0x01, 0x80, 0x20,
|
|
|
|
- 0x18, 0x60, 0x3b, 0x52, 0x1f, 0x7d, 0x91, 0x1f, 0xa3, 0x09, 0x01, 0x30,
|
|
|
|
- 0x9a, 0x20, 0x04, 0xa3, 0x09, 0x83, 0x30, 0x62, 0xb0, 0x00, 0x20, 0x08,
|
|
|
|
- 0x06, 0x53, 0x98, 0xfc, 0xc7, 0x61, 0x14, 0x83, 0x10, 0x8c, 0x18, 0x1c,
|
|
|
|
- 0x00, 0x08, 0x82, 0x01, 0x06, 0x26, 0xfa, 0x21, 0x1a, 0x21, 0x32, 0x9a,
|
|
|
|
- 0x10, 0x00, 0xa3, 0x09, 0x42, 0x30, 0x9a, 0x30, 0x08, 0x23, 0x06, 0x0b,
|
|
|
|
- 0x00, 0x82, 0x60, 0x30, 0x99, 0x09, 0x89, 0x30, 0x8b, 0x32, 0x08, 0xc1,
|
|
|
|
- 0x88, 0xc1, 0x01, 0x80, 0x20, 0x18, 0x60, 0x65, 0xf2, 0x1f, 0xa7, 0xf1,
|
|
|
|
- 0x23, 0xa3, 0x09, 0x01, 0x30, 0x9a, 0x20, 0x04, 0xa3, 0x09, 0x83, 0x30,
|
|
|
|
- 0x62, 0xb0, 0x00, 0x20, 0x08, 0x06, 0xd3, 0x9a, 0xa4, 0x48, 0x04, 0x3d,
|
|
|
|
- 0x83, 0x10, 0xcc, 0x12, 0x3c, 0xc3, 0x11, 0xa4, 0xe1, 0x1e, 0xc1, 0x37,
|
|
|
|
- 0xcb, 0xe0, 0x3c, 0xc1, 0x88, 0xc1, 0x03, 0x80, 0x20, 0x18, 0x34, 0x70,
|
|
|
|
- 0x82, 0x22, 0xb0, 0xe1, 0x1a, 0xa8, 0x71, 0x1a, 0xb3, 0x31, 0x1b, 0x67,
|
|
|
|
- 0x72, 0x26, 0x23, 0x32, 0x1b, 0xa3, 0x09, 0x01, 0x30, 0x62, 0xf0, 0x00,
|
|
|
|
- 0x20, 0x08, 0x06, 0x8d, 0x9c, 0xa8, 0xc8, 0x6c, 0xc0, 0x86, 0x6a, 0xa4,
|
|
|
|
- 0x46, 0x6d, 0xd4, 0x46, 0x9a, 0xa4, 0x49, 0x89, 0xd4, 0xc6, 0x68, 0x42,
|
|
|
|
- 0x00, 0x8c, 0x18, 0x3c, 0x00, 0x08, 0x82, 0x41, 0x43, 0x27, 0x2c, 0x62,
|
|
|
|
- 0x1b, 0xb2, 0xc1, 0x1a, 0xab, 0x71, 0x1b, 0xb7, 0xb1, 0x26, 0x6b, 0x72,
|
|
|
|
- 0x22, 0xb7, 0x31, 0x9a, 0x10, 0x00, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60,
|
|
|
|
- 0x80, 0xc5, 0xc9, 0x8a, 0xcc, 0xc6, 0x99, 0x8c, 0x26, 0x04, 0xc0, 0x68,
|
|
|
|
- 0x82, 0x10, 0x8c, 0x26, 0x0c, 0x82, 0x0d, 0x09, 0x7c, 0x6c, 0x40, 0xe0,
|
|
|
|
- 0x63, 0xc3, 0x01, 0x9f, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xc0, 0xf0,
|
|
|
|
- 0x44, 0x46, 0x74, 0xc3, 0x46, 0x46, 0x13, 0x02, 0x60, 0x34, 0x41, 0x08,
|
|
|
|
- 0x46, 0x13, 0x06, 0x61, 0xc4, 0x60, 0x01, 0x40, 0x10, 0x0c, 0x26, 0x3f,
|
|
|
|
- 0xe1, 0x91, 0xc3, 0x28, 0x06, 0x21, 0x18, 0x31, 0x38, 0x00, 0x10, 0x04,
|
|
|
|
- 0x03, 0xac, 0x4f, 0x6e, 0xe4, 0x37, 0x7c, 0x64, 0x34, 0x21, 0x00, 0x46,
|
|
|
|
- 0x13, 0x84, 0x60, 0x34, 0x61, 0x10, 0x46, 0x0c, 0x16, 0x00, 0x04, 0xc1,
|
|
|
|
- 0x60, 0x1a, 0x95, 0x30, 0x61, 0x16, 0x65, 0x10, 0x82, 0x11, 0x83, 0x03,
|
|
|
|
- 0x00, 0x41, 0x30, 0xc0, 0x44, 0x85, 0x47, 0xc8, 0x83, 0x4f, 0x46, 0x13,
|
|
|
|
- 0x02, 0x60, 0x34, 0x41, 0x08, 0x46, 0x13, 0x06, 0x61, 0xc4, 0x60, 0x01,
|
|
|
|
- 0x40, 0x10, 0x0c, 0x26, 0x54, 0x31, 0x93, 0x08, 0x7a, 0x06, 0x21, 0x98,
|
|
|
|
- 0x25, 0x78, 0x06, 0x9a, 0x06, 0xbd, 0x11, 0x48, 0x85, 0x80, 0x13, 0x43,
|
|
|
|
- 0x2e, 0x10, 0x94, 0x50, 0x60, 0x81, 0xb1, 0x1c, 0xf0, 0x01, 0xc0, 0xa7,
|
|
|
|
- 0x19, 0x68, 0x1a, 0xf4, 0x46, 0x20, 0x15, 0x02, 0x4e, 0x0c, 0xb9, 0x40,
|
|
|
|
- 0x40, 0x42, 0x41, 0x05, 0xc6, 0x71, 0xc4, 0x07, 0x20, 0x9f, 0x66, 0xa0,
|
|
|
|
- 0x69, 0xd0, 0x1b, 0x81, 0x54, 0x08, 0x38, 0x31, 0xe4, 0x02, 0xc1, 0x07,
|
|
|
|
- 0x05, 0x14, 0x18, 0xc3, 0x21, 0x1f, 0xc0, 0x7c, 0x9a, 0x81, 0xa6, 0x41,
|
|
|
|
- 0x6f, 0x04, 0x52, 0x21, 0xe0, 0xc4, 0x90, 0x0b, 0xc4, 0x7c, 0x14, 0xf3,
|
|
|
|
- 0x61, 0xcc, 0xc7, 0x31, 0x1f, 0xc0, 0x7c, 0x9a, 0xd1, 0x04, 0xf3, 0x10,
|
|
|
|
- 0x86, 0x23, 0x82, 0xfc, 0x08, 0xbe, 0x59, 0x06, 0x28, 0x0a, 0x46, 0x0c,
|
|
|
|
- 0x0c, 0x00, 0x04, 0xc1, 0x20, 0x82, 0x95, 0x53, 0x31, 0x46, 0x0c, 0x0c,
|
|
|
|
- 0x00, 0x04, 0xc1, 0x20, 0x8a, 0x15, 0x54, 0x31, 0x46, 0x0c, 0x0c, 0x00,
|
|
|
|
- 0x04, 0xc1, 0x20, 0x92, 0x95, 0x54, 0x31, 0x46, 0x0c, 0x0c, 0x00, 0x04,
|
|
|
|
- 0xc1, 0x20, 0x9a, 0x95, 0x35, 0x19, 0x46, 0x0c, 0x0c, 0x00, 0x04, 0xc1,
|
|
|
|
- 0x20, 0xa2, 0x15, 0x36, 0x19, 0x46, 0x0c, 0x0c, 0x00, 0x04, 0xc1, 0x20,
|
|
|
|
- 0xaa, 0x95, 0x36, 0x19, 0x6c, 0x40, 0x11, 0xf9, 0xd8, 0x90, 0x22, 0xf2,
|
|
|
|
- 0xb1, 0x41, 0x45, 0xe4, 0x33, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x51,
|
|
|
|
- 0xae, 0xc8, 0xc9, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x91, 0xae,
|
|
|
|
- 0xcc, 0xc9, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0xd1, 0xae, 0xd0,
|
|
|
|
- 0xc9, 0x60, 0xc3, 0x8b, 0xc0, 0xc7, 0x06, 0x18, 0x81, 0x8f, 0x0d, 0x31,
|
|
|
|
- 0x02, 0x9f, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xa8, 0x7a, 0x65, 0x4f,
|
|
|
|
- 0x06, 0x13, 0x19, 0x31, 0x38, 0x00, 0x10, 0x04, 0x83, 0xca, 0x57, 0xf8,
|
|
|
|
- 0x64, 0x38, 0x91, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xa8, 0x7e, 0xa5,
|
|
|
|
- 0x4f, 0x06, 0x14, 0xb1, 0xc4, 0x46, 0xe4, 0x63, 0xc9, 0x8d, 0xc8, 0xc7,
|
|
|
|
- 0x12, 0x1c, 0x91, 0x8f, 0xe9, 0xc8, 0x10, 0x1f, 0xdb, 0x91, 0x21, 0x3e,
|
|
|
|
- 0xc6, 0x23, 0x43, 0x7c, 0x2c, 0x19, 0xe8, 0x63, 0xc9, 0x40, 0x1f, 0x4b,
|
|
|
|
- 0x06, 0xfa, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xb4, 0x2e, 0xe2,
|
|
|
|
- 0x32, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xc4, 0x2e, 0xe3, 0x32,
|
|
|
|
- 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xd4, 0x2e, 0xe4, 0x32, 0x8c,
|
|
|
|
- 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xe4, 0x2e, 0xa6, 0x32, 0x8c, 0x18,
|
|
|
|
- 0x18, 0x00, 0x08, 0x82, 0x41, 0xf4, 0x2e, 0xa7, 0x32, 0x8c, 0x18, 0x18,
|
|
|
|
- 0x00, 0x08, 0x82, 0x41, 0x04, 0x2f, 0xa8, 0x32, 0xd8, 0x70, 0x26, 0xf2,
|
|
|
|
- 0xb1, 0x01, 0x4d, 0xe4, 0x63, 0x43, 0x9a, 0xc8, 0x67, 0xc4, 0xc0, 0x00,
|
|
|
|
- 0x40, 0x10, 0x0c, 0x22, 0x7a, 0x69, 0x95, 0x61, 0xc4, 0xc0, 0x00, 0x40,
|
|
|
|
- 0x10, 0x0c, 0xa2, 0x7a, 0x71, 0x95, 0x61, 0xc4, 0xc0, 0x00, 0x40, 0x10,
|
|
|
|
- 0x0c, 0x22, 0x7b, 0x79, 0x95, 0xc1, 0x06, 0x37, 0x91, 0x8f, 0x0d, 0x6f,
|
|
|
|
- 0x22, 0x1f, 0x1b, 0xe0, 0x44, 0x3e, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60,
|
|
|
|
- 0x80, 0xdd, 0x4b, 0xac, 0xe4, 0x08, 0xbc, 0x8c, 0x26, 0x04, 0x83, 0x15,
|
|
|
|
- 0x01, 0x7d, 0xac, 0x10, 0xe8, 0x63, 0xc5, 0x40, 0x9f, 0x59, 0x82, 0x68,
|
|
|
|
- 0xa0, 0x62, 0x30, 0x20, 0x75, 0x78, 0x06, 0x2a, 0x06, 0x03, 0x52, 0x87,
|
|
|
|
- 0x67, 0xa0, 0x62, 0x30, 0x20, 0x75, 0x78, 0x46, 0x0c, 0x0e, 0x00, 0x04,
|
|
|
|
- 0xc1, 0x00, 0xfb, 0x97, 0x5c, 0x09, 0x13, 0x7c, 0x19, 0x4d, 0x08, 0x80,
|
|
|
|
- 0xe1, 0x88, 0x60, 0x4d, 0x9c, 0x6f, 0x96, 0x41, 0xda, 0x82, 0xe1, 0x08,
|
|
|
|
- 0x61, 0x4d, 0x82, 0x6f, 0x96, 0x61, 0xa2, 0x82, 0xd1, 0x04, 0x22, 0xb0,
|
|
|
|
- 0x00, 0x91, 0x8f, 0x09, 0x88, 0x7c, 0x6c, 0x40, 0xe4, 0x33, 0x4b, 0xb0,
|
|
|
|
- 0x0d, 0x47, 0x1c, 0x73, 0x12, 0x7c, 0xb3, 0x0c, 0xd5, 0x16, 0x0c, 0x47,
|
|
|
|
- 0xf4, 0x01, 0x9d, 0x04, 0xdf, 0x2c, 0x83, 0x75, 0x05, 0xd6, 0xb0, 0x8a,
|
|
|
|
- 0x7c, 0x46, 0x0c, 0x10, 0x00, 0x04, 0xc1, 0x40, 0x4b, 0x99, 0x71, 0x61,
|
|
|
|
- 0x95, 0x26, 0x18, 0x31, 0x40, 0x00, 0x10, 0x04, 0x03, 0x4d, 0x65, 0xc8,
|
|
|
|
- 0x85, 0x55, 0x9a, 0xc0, 0x20, 0x56, 0x91, 0xcf, 0x88, 0x01, 0x02, 0x80,
|
|
|
|
- 0x20, 0x18, 0x68, 0x2c, 0x63, 0x2e, 0xac, 0x02, 0x05, 0x23, 0x06, 0x08,
|
|
|
|
- 0x00, 0x82, 0x60, 0xa0, 0xb5, 0xcc, 0xb9, 0xb0, 0x0a, 0x14, 0xd8, 0xc4,
|
|
|
|
- 0x2a, 0xf2, 0x19, 0x31, 0x40, 0x00, 0x10, 0x04, 0x03, 0xed, 0x65, 0xd2,
|
|
|
|
- 0x85, 0x55, 0xa6, 0x60, 0xc4, 0x00, 0x01, 0x40, 0x10, 0x0c, 0x34, 0x98,
|
|
|
|
- 0x51, 0x17, 0x56, 0x99, 0x82, 0x59, 0x82, 0x6b, 0xa0, 0x62, 0x70, 0x2c,
|
|
|
|
- 0x36, 0xa8, 0x06, 0x2a, 0x06, 0xc5, 0x62, 0x83, 0x6a, 0xa0, 0x62, 0x30,
|
|
|
|
- 0x2c, 0x36, 0xa8, 0x46, 0x0c, 0x0e, 0x00, 0x04, 0xc1, 0xa0, 0xb2, 0x19,
|
|
|
|
- 0x7a, 0x11, 0x82, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xa8, 0x6e, 0xa6,
|
|
|
|
- 0x5e, 0x88, 0x60, 0x38, 0x22, 0x08, 0x15, 0xe1, 0x9b, 0x65, 0xc0, 0xb2,
|
|
|
|
- 0x60, 0x34, 0x21, 0x0b, 0x2c, 0x18, 0xe4, 0x63, 0xc1, 0xa8, 0xc0, 0x67,
|
|
|
|
- 0x34, 0x81, 0x13, 0x2c, 0x30, 0xe4, 0x63, 0x81, 0xa9, 0xc0, 0xc7, 0x88,
|
|
|
|
- 0x80, 0x3e, 0x16, 0x34, 0xf2, 0x31, 0xa1, 0x91, 0x8f, 0x0d, 0x8d, 0x7c,
|
|
|
|
- 0x66, 0x09, 0xb2, 0x81, 0x8a, 0xc1, 0xc0, 0xc0, 0xe0, 0x1a, 0xa8, 0x18,
|
|
|
|
- 0x0c, 0x0c, 0x0c, 0xae, 0x81, 0x8a, 0xc1, 0xc0, 0xc0, 0xe0, 0x9a, 0x65,
|
|
|
|
- 0xd0, 0xb6, 0xce, 0x86, 0x7a, 0x91, 0xcf, 0x88, 0x01, 0x02, 0x80, 0x20,
|
|
|
|
- 0x18, 0x68, 0x65, 0xf3, 0x2f, 0xf5, 0x32, 0x04, 0x23, 0x06, 0x08, 0x00,
|
|
|
|
- 0x82, 0x60, 0xa0, 0x99, 0x0d, 0xc8, 0xd4, 0xcb, 0x10, 0x98, 0x51, 0x2f,
|
|
|
|
- 0xf2, 0x19, 0x31, 0x40, 0x00, 0x10, 0x04, 0x03, 0x0d, 0x6d, 0x44, 0xa6,
|
|
|
|
- 0x5e, 0x8c, 0x60, 0xc4, 0x00, 0x01, 0x40, 0x10, 0x0c, 0xb4, 0xb4, 0x19,
|
|
|
|
- 0x99, 0x7a, 0x31, 0x02, 0x4b, 0xea, 0x45, 0x3e, 0x23, 0x06, 0x08, 0x00,
|
|
|
|
- 0x82, 0x60, 0xa0, 0xad, 0x4d, 0xc9, 0xd4, 0x4b, 0x12, 0x8c, 0x18, 0x20,
|
|
|
|
- 0x00, 0x08, 0x82, 0x81, 0xc6, 0x36, 0x26, 0x53, 0x2f, 0x49, 0x30, 0x4b,
|
|
|
|
- 0xb0, 0x0d, 0xb4, 0x0c, 0xe4, 0x10, 0xd1, 0xc2, 0xe4, 0x68, 0x58, 0x46,
|
|
|
|
- 0x0e, 0xd4, 0x40, 0xcb, 0x40, 0x0e, 0x11, 0x2d, 0x4c, 0x8a, 0x86, 0x65,
|
|
|
|
- 0xe4, 0x40, 0x0d, 0xb4, 0x0c, 0xe4, 0x10, 0xd1, 0xc2, 0x64, 0x68, 0x58,
|
|
|
|
- 0x46, 0x0e, 0xd4, 0x70, 0x84, 0x39, 0xe8, 0x4a, 0xf0, 0xcd, 0x32, 0x70,
|
|
|
|
- 0x67, 0x10, 0x8c, 0x26, 0xb4, 0x0a, 0x30, 0x1c, 0x11, 0xf4, 0x8a, 0xf3,
|
|
|
|
- 0xcd, 0x32, 0x74, 0x66, 0x10, 0x0c, 0x47, 0x18, 0x2b, 0xa3, 0x7c, 0xb3,
|
|
|
|
- 0x0c, 0x9f, 0x17, 0xd8, 0xb1, 0x32, 0xf2, 0x99, 0x25, 0x00, 0x03, 0x43,
|
|
|
|
- 0x56, 0x06, 0x3e, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xe9, 0x4d,
|
|
|
|
- 0xdc, 0x04, 0x16, 0xb0, 0x8c, 0x7c, 0x46, 0x0c, 0x0c, 0x00, 0x04, 0xc1,
|
|
|
|
- 0x20, 0xe2, 0x1b, 0x9a, 0x09, 0x2c, 0x68, 0x19, 0xf9, 0x8c, 0x18, 0x18,
|
|
|
|
- 0x00, 0x08, 0x82, 0x41, 0xe4, 0x37, 0x37, 0x13, 0xcc, 0x12, 0x80, 0xc1,
|
|
|
|
- 0x40, 0xc5, 0xe0, 0x78, 0xc2, 0x37, 0x1c, 0xe1, 0xd0, 0x8c, 0xf2, 0xcd,
|
|
|
|
- 0x32, 0x88, 0x41, 0x18, 0x04, 0xf6, 0xd0, 0x8c, 0x7c, 0x66, 0x09, 0xc6,
|
|
|
|
- 0xc0, 0x20, 0x9a, 0x81, 0xcf, 0x88, 0x81, 0x01, 0x80, 0x20, 0x18, 0x44,
|
|
|
|
- 0xa3, 0xa3, 0x37, 0x81, 0x05, 0x35, 0x23, 0x9f, 0x11, 0x03, 0x03, 0x00,
|
|
|
|
- 0x41, 0x30, 0x88, 0x4a, 0xa7, 0x67, 0x02, 0x0b, 0x6c, 0x46, 0x3e, 0x23,
|
|
|
|
- 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0x9d, 0x0e, 0xd8, 0x04, 0xb3, 0x04,
|
|
|
|
- 0x63, 0x30, 0x50, 0x31, 0x38, 0x61, 0x20, 0x88, 0xc1, 0x70, 0x84, 0xd5,
|
|
|
|
- 0x33, 0xca, 0x37, 0xcb, 0x50, 0x06, 0x64, 0x10, 0xd8, 0xd5, 0x33, 0xf2,
|
|
|
|
- 0x99, 0x25, 0x30, 0x03, 0xc3, 0x7a, 0x06, 0x3e, 0x23, 0x06, 0x06, 0x00,
|
|
|
|
- 0x82, 0x60, 0x10, 0xb1, 0xce, 0xe8, 0x04, 0x16, 0xf8, 0x8c, 0x7c, 0x46,
|
|
|
|
- 0x0c, 0x0c, 0x00, 0x04, 0xc1, 0x20, 0x72, 0x1d, 0xb3, 0x09, 0x2c, 0xf8,
|
|
|
|
- 0x19, 0xf9, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x04, 0x3b, 0x69,
|
|
|
|
- 0x13, 0xcc, 0x12, 0x98, 0xc1, 0x40, 0xc7, 0x00, 0x0a, 0x1c, 0x19, 0x94,
|
|
|
|
- 0x01, 0x19, 0x90, 0xc1, 0x40, 0xc7, 0x00, 0x0a, 0x1c, 0x55, 0x06, 0x14,
|
|
|
|
- 0x19, 0x0c, 0x74, 0x0c, 0xa0, 0xc0, 0x19, 0x65, 0x20, 0x91, 0xc1, 0x68,
|
|
|
|
- 0x02, 0xbb, 0x0c, 0x16, 0x10, 0xf2, 0x31, 0x81, 0x90, 0x8f, 0x0d, 0x84,
|
|
|
|
- 0x7c, 0x66, 0x09, 0x40, 0x61, 0x38, 0x42, 0x25, 0x42, 0x26, 0xf8, 0x46,
|
|
|
|
- 0x13, 0xe2, 0x65, 0x98, 0x65, 0x40, 0x83, 0x39, 0x10, 0x2c, 0x48, 0x03,
|
|
|
|
- 0xf9, 0x98, 0x90, 0x06, 0xf2, 0xb1, 0x21, 0x0d, 0xe4, 0x33, 0x9a, 0x50,
|
|
|
|
- 0x2f, 0xc0, 0x70, 0x44, 0x50, 0x32, 0xce, 0x37, 0xcb, 0x00, 0x0a, 0x69,
|
|
|
|
- 0x10, 0x0c, 0x47, 0x14, 0x2a, 0xa3, 0x7c, 0xb3, 0x0c, 0x6b, 0xa0, 0x06,
|
|
|
|
- 0x81, 0x19, 0x2c, 0x23, 0x9f, 0x59, 0x02, 0x36, 0x18, 0x31, 0x30, 0x00,
|
|
|
|
- 0x10, 0x04, 0x83, 0x28, 0x7c, 0x70, 0xe7, 0x18, 0x31, 0x30, 0x00, 0x10,
|
|
|
|
- 0x04, 0x83, 0x48, 0x7c, 0xf4, 0x26, 0xb0, 0x00, 0x66, 0xe4, 0x33, 0x62,
|
|
|
|
- 0x60, 0x00, 0x20, 0x08, 0x06, 0x11, 0xf9, 0xf4, 0x4d, 0x60, 0xc1, 0xcc,
|
|
|
|
- 0xc8, 0xc7, 0x82, 0x9a, 0x81, 0xcf, 0x2c, 0x01, 0x1b, 0x0c, 0x54, 0x0c,
|
|
|
|
- 0x8e, 0x1a, 0x08, 0x6b, 0x30, 0x1c, 0xd1, 0xcc, 0x8c, 0xf2, 0xcd, 0x32,
|
|
|
|
- 0xb8, 0x41, 0x1b, 0x04, 0xe6, 0xd4, 0x8c, 0x7c, 0x66, 0x09, 0xde, 0x60,
|
|
|
|
- 0xc4, 0xc0, 0x00, 0x40, 0x10, 0x0c, 0x22, 0xf5, 0x09, 0x9f, 0x67, 0xc4,
|
|
|
|
- 0xc0, 0x00, 0x40, 0x10, 0x0c, 0xa2, 0xf5, 0x19, 0x9d, 0xc0, 0x82, 0x9c,
|
|
|
|
- 0x91, 0xcf, 0x88, 0x81, 0x01, 0x80, 0x20, 0x18, 0x44, 0xed, 0x63, 0x3a,
|
|
|
|
- 0x81, 0x05, 0x3c, 0x23, 0x1f, 0x0b, 0x7c, 0x06, 0x3e, 0xb3, 0x04, 0x6f,
|
|
|
|
- 0x30, 0x50, 0x31, 0x38, 0x6d, 0x20, 0xb8, 0xc1, 0x70, 0x44, 0xc5, 0x33,
|
|
|
|
- 0xca, 0x37, 0xcb, 0x10, 0x07, 0x70, 0x10, 0x98, 0xe5, 0x33, 0xf2, 0x99,
|
|
|
|
- 0x25, 0x90, 0x83, 0x11, 0x03, 0x03, 0x00, 0x41, 0x30, 0x88, 0xe6, 0x47,
|
|
|
|
- 0x7d, 0xae, 0x11, 0x03, 0x03, 0x00, 0x41, 0x30, 0x88, 0xe8, 0x87, 0x75,
|
|
|
|
- 0x02, 0x0b, 0xc4, 0x46, 0x3e, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10,
|
|
|
|
- 0xd9, 0xcf, 0xeb, 0x04, 0x16, 0x94, 0x8d, 0x7c, 0x2c, 0x38, 0x1b, 0xf8,
|
|
|
|
- 0xcc, 0x12, 0xc8, 0xc1, 0x40, 0xc5, 0xe0, 0xc0, 0x81, 0x10, 0x07, 0x23,
|
|
|
|
- 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xe9, 0x8f, 0xfc, 0x4c, 0x23, 0x06,
|
|
|
|
- 0x06, 0x00, 0x82, 0x60, 0x10, 0xed, 0xcf, 0xfc, 0x2c, 0x23, 0x06, 0x06,
|
|
|
|
- 0x00, 0x82, 0x60, 0x10, 0xf1, 0x0f, 0xfd, 0x0c, 0xb3, 0x04, 0xa0, 0x30,
|
|
|
|
- 0xcb, 0x40, 0x07, 0x7f, 0xe0, 0x16, 0xc6, 0x0a, 0xaa, 0x23, 0x9f, 0x11,
|
|
|
|
- 0x03, 0x04, 0x00, 0x41, 0x30, 0xd0, 0xf4, 0x87, 0x76, 0x54, 0x87, 0x15,
|
|
|
|
- 0x82, 0x11, 0x03, 0x04, 0x00, 0x41, 0x30, 0xd0, 0xf6, 0xa7, 0x76, 0x54,
|
|
|
|
- 0x87, 0x15, 0x02, 0x7b, 0x05, 0xd5, 0x91, 0xcf, 0x88, 0x01, 0x02, 0x80,
|
|
|
|
- 0x20, 0x18, 0x68, 0xfd, 0x73, 0x3b, 0xaa, 0xf3, 0x0a, 0xc1, 0x88, 0x01,
|
|
|
|
- 0x02, 0x80, 0x20, 0x18, 0x68, 0xfe, 0x83, 0x3b, 0xaa, 0xf3, 0x0a, 0x81,
|
|
|
|
- 0xc9, 0x82, 0xea, 0xc8, 0x67, 0xc4, 0x00, 0x01, 0x40, 0x10, 0x0c, 0x34,
|
|
|
|
- 0x10, 0xd2, 0x1d, 0xd5, 0x91, 0x85, 0x60, 0xc4, 0x00, 0x01, 0x40, 0x10,
|
|
|
|
- 0x0c, 0xb4, 0x10, 0xda, 0x1d, 0xd5, 0x91, 0x85, 0xc0, 0xda, 0xe0, 0x90,
|
|
|
|
- 0x8f, 0xb9, 0x41, 0x21, 0x1f, 0x7b, 0x83, 0x41, 0x3e, 0xa3, 0x09, 0x61,
|
|
|
|
- 0x03, 0x0c, 0x47, 0x04, 0x71, 0xe3, 0x7c, 0xb3, 0x0c, 0xa0, 0x50, 0x07,
|
|
|
|
- 0xc1, 0x70, 0x44, 0x61, 0x37, 0xca, 0x37, 0xcb, 0x70, 0x07, 0x76, 0x10,
|
|
|
|
- 0x98, 0x81, 0x37, 0xf2, 0x99, 0x25, 0xc0, 0x83, 0x11, 0x03, 0x03, 0x00,
|
|
|
|
- 0x41, 0x30, 0x88, 0x5a, 0x88, 0x84, 0x8e, 0x11, 0x03, 0x03, 0x00, 0x41,
|
|
|
|
- 0x30, 0x88, 0x5c, 0xc8, 0x7c, 0x02, 0x0b, 0xf8, 0x46, 0x3e, 0x23, 0x06,
|
|
|
|
- 0x06, 0x00, 0x82, 0x60, 0x10, 0xc1, 0x50, 0xfa, 0x04, 0x16, 0xfc, 0x8d,
|
|
|
|
- 0x7c, 0x2c, 0x08, 0x1d, 0xf8, 0xcc, 0x12, 0xe0, 0xc1, 0x40, 0xc5, 0xe0,
|
|
|
|
- 0xd8, 0x81, 0x70, 0x07, 0xc3, 0x11, 0xcd, 0xdf, 0x28, 0xdf, 0x2c, 0x83,
|
|
|
|
- 0x1e, 0xe4, 0x41, 0x60, 0x4e, 0xe8, 0xc8, 0x67, 0x96, 0x60, 0x0f, 0x46,
|
|
|
|
- 0x0c, 0x0c, 0x00, 0x04, 0xc1, 0x20, 0xb2, 0xa1, 0x16, 0x7a, 0x46, 0x0c,
|
|
|
|
- 0x0c, 0x00, 0x04, 0xc1, 0x20, 0xba, 0xa1, 0xf7, 0x09, 0x2c, 0x28, 0x1d,
|
|
|
|
- 0xf9, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x94, 0x43, 0xf2, 0x13,
|
|
|
|
- 0x58, 0x80, 0x3a, 0xf2, 0xb1, 0x40, 0x75, 0xe0, 0x33, 0x4b, 0xb0, 0x07,
|
|
|
|
- 0x03, 0x15, 0x83, 0x93, 0x07, 0x82, 0x1e, 0x0c, 0x47, 0x54, 0xa8, 0xa3,
|
|
|
|
- 0x7c, 0xb3, 0x0c, 0x7d, 0xc0, 0x07, 0x81, 0x59, 0xaa, 0x23, 0x9f, 0x59,
|
|
|
|
- 0x02, 0x3f, 0x18, 0x31, 0x30, 0x00, 0x10, 0x04, 0x83, 0xe8, 0x87, 0x6c,
|
|
|
|
- 0xe8, 0x1a, 0x31, 0x30, 0x00, 0x10, 0x04, 0x83, 0x08, 0x8c, 0xf0, 0x27,
|
|
|
|
- 0xb0, 0xc0, 0x75, 0xe4, 0x33, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x91,
|
|
|
|
- 0x18, 0xed, 0x4f, 0x60, 0x41, 0xec, 0xc8, 0xc7, 0x82, 0xd9, 0x81, 0xcf,
|
|
|
|
- 0x2c, 0x81, 0x1f, 0x0c, 0x54, 0x0c, 0x0e, 0x1f, 0x08, 0x7d, 0x30, 0x62,
|
|
|
|
- 0x60, 0x00, 0x20, 0x08, 0x06, 0x91, 0x19, 0xf9, 0xd0, 0x34, 0x62, 0x60,
|
|
|
|
- 0x00, 0x20, 0x08, 0x06, 0xd1, 0x19, 0xfd, 0xd0, 0x32, 0x62, 0x60, 0x00,
|
|
|
|
- 0x20, 0x08, 0x06, 0x11, 0x1a, 0x81, 0xd1, 0x30, 0x4b, 0x00, 0x0a, 0x06,
|
|
|
|
- 0x0b, 0xf8, 0x20, 0x1f, 0x8b, 0x05, 0x7c, 0x90, 0x8f, 0xc9, 0x02, 0x3e,
|
|
|
|
- 0xc8, 0x67, 0x96, 0x00, 0x14, 0x06, 0x6a, 0x06, 0xb7, 0x30, 0x03, 0xe3,
|
|
|
|
- 0x0f, 0xc8, 0x02, 0x0d, 0xc8, 0x41, 0x0e, 0x58, 0x81, 0x0e, 0x18, 0x3f,
|
|
|
|
- 0x18, 0xa8, 0x19, 0xdc, 0xc2, 0x0c, 0x8c, 0x3f, 0x20, 0x0b, 0x34, 0x20,
|
|
|
|
- 0x07, 0x39, 0x60, 0x05, 0x3a, 0x60, 0xfc, 0x60, 0xa0, 0x66, 0x70, 0x0b,
|
|
|
|
- 0x33, 0x30, 0xfe, 0x80, 0x2c, 0xd0, 0x80, 0x1c, 0xe4, 0x80, 0x15, 0xe8,
|
|
|
|
- 0x80, 0xf1, 0x03, 0x1b, 0x5a, 0x47, 0x3e, 0x36, 0xb4, 0x8e, 0x7c, 0x6c,
|
|
|
|
- 0x68, 0x1d, 0xf9, 0x58, 0x79, 0xb4, 0x8e, 0x7c, 0x46, 0x0c, 0x12, 0x00,
|
|
|
|
- 0x04, 0xc1, 0x00, 0xb1, 0xa3, 0x18, 0x62, 0x23, 0x36, 0x0a, 0x23, 0x62,
|
|
|
|
- 0xc4, 0x20, 0x01, 0x40, 0x10, 0x0c, 0x10, 0x3b, 0x8a, 0x21, 0x36, 0x62,
|
|
|
|
- 0xa3, 0x1c, 0x1a, 0x46, 0x0c, 0x12, 0x00, 0x04, 0xc1, 0x00, 0xb1, 0xa3,
|
|
|
|
- 0x18, 0x62, 0x23, 0x36, 0x02, 0x23, 0x61, 0xc4, 0x20, 0x01, 0x40, 0x10,
|
|
|
|
- 0x0c, 0x10, 0x3b, 0x8a, 0x21, 0x36, 0x62, 0xa3, 0x31, 0x0a, 0x10, 0x00,
|
|
|
|
- 0x00, 0x00, 0x00, 0x00
|
|
|
|
-};
|
|
|
|
|
|
+#if 0
|
|
|
|
+;
|
|
|
|
+; Input signature:
|
|
|
|
+;
|
|
|
|
+; Name Index Mask Register SysValue Format Used
|
|
|
|
+; -------------------- ----- ------ -------- -------- ------- ------
|
|
|
|
+; SV_Position 0 xyzw 0 POS float
|
|
|
|
+; TEXCOORD 0 xy 1 NONE float xy
|
|
|
|
+; COLOR 0 xyzw 2 NONE float xyzw
|
|
|
|
+;
|
|
|
|
+;
|
|
|
|
+; Output signature:
|
|
|
|
+;
|
|
|
|
+; Name Index Mask Register SysValue Format Used
|
|
|
|
+; -------------------- ----- ------ -------- -------- ------- ------
|
|
|
|
+; SV_Target 0 xyzw 0 TARGET float xyzw
|
|
|
|
+;
|
|
|
|
+; shader hash: 4d23473de2445ea68fe5dad543ff9936
|
|
|
|
+;
|
|
|
|
+; Pipeline Runtime Information:
|
|
|
|
+;
|
|
|
|
+; Pixel Shader
|
|
|
|
+; DepthOutput=0
|
|
|
|
+; SampleFrequency=0
|
|
|
|
+;
|
|
|
|
+;
|
|
|
|
+; Input signature:
|
|
|
|
+;
|
|
|
|
+; Name Index InterpMode DynIdx
|
|
|
|
+; -------------------- ----- ---------------------- ------
|
|
|
|
+; SV_Position 0 noperspective
|
|
|
|
+; TEXCOORD 0 linear
|
|
|
|
+; COLOR 0 linear
|
|
|
|
+;
|
|
|
|
+; Output signature:
|
|
|
|
+;
|
|
|
|
+; Name Index InterpMode DynIdx
|
|
|
|
+; -------------------- ----- ---------------------- ------
|
|
|
|
+; SV_Target 0
|
|
|
|
+;
|
|
|
|
+; Buffer Definitions:
|
|
|
|
+;
|
|
|
|
+; cbuffer Constants
|
|
|
|
+; {
|
|
|
|
+;
|
|
|
|
+; struct Constants
|
|
|
|
+; {
|
|
|
|
+;
|
|
|
|
+; float scRGB_output; ; Offset: 0
|
|
|
|
+; float texture_type; ; Offset: 4
|
|
|
|
+; float input_type; ; Offset: 8
|
|
|
|
+; float color_scale; ; Offset: 12
|
|
|
|
+; float4 texel_size; ; Offset: 16
|
|
|
|
+; float tonemap_method; ; Offset: 32
|
|
|
|
+; float tonemap_factor1; ; Offset: 36
|
|
|
|
+; float tonemap_factor2; ; Offset: 40
|
|
|
|
+; float sdr_white_point; ; Offset: 44
|
|
|
|
+; float4 Yoffset; ; Offset: 48
|
|
|
|
+; float4 Rcoeff; ; Offset: 64
|
|
|
|
+; float4 Gcoeff; ; Offset: 80
|
|
|
|
+; float4 Bcoeff; ; Offset: 96
|
|
|
|
+;
|
|
|
|
+; } Constants; ; Offset: 0 Size: 112
|
|
|
|
+;
|
|
|
|
+; }
|
|
|
|
+;
|
|
|
|
+;
|
|
|
|
+; Resource Bindings:
|
|
|
|
+;
|
|
|
|
+; Name Type Format Dim ID HLSL Bind Count
|
|
|
|
+; ------------------------------ ---------- ------- ----------- ------- -------------- ------
|
|
|
|
+; Constants cbuffer NA NA CB0 cb1 1
|
|
|
|
+; sampler0 sampler NA NA S0 s0 1
|
|
|
|
+; sampler1 sampler NA NA S1 s1 1
|
|
|
|
+; texture0 texture f32 2d T0 t0 1
|
|
|
|
+; texture1 texture f32 2d T1 t1 1
|
|
|
|
+; texture2 texture f32 2d T2 t2 1
|
|
|
|
+;
|
|
|
|
+;
|
|
|
|
+; ViewId state:
|
|
|
|
+;
|
|
|
|
+; Number of inputs: 12, outputs: 4
|
|
|
|
+; Outputs dependent on ViewId: { }
|
|
|
|
+; Inputs contributing to computation of Outputs:
|
|
|
|
+; output 0 depends on inputs: { 4, 5, 8 }
|
|
|
|
+; output 1 depends on inputs: { 4, 5, 9 }
|
|
|
|
+; output 2 depends on inputs: { 4, 5, 10 }
|
|
|
|
+; output 3 depends on inputs: { 4, 5, 11 }
|
|
|
|
+;
|
|
|
|
+target datalayout = "e-m:e-p:32:32-i1:32-i8:32-i16:32-i32:32-i64:64-f16:32-f32:32-f64:64-n8:16:32:64"
|
|
|
|
+target triple = "dxil-ms-dx"
|
|
|
|
+
|
|
|
|
+%dx.types.Handle = type { i8* }
|
|
|
|
+%dx.types.CBufRet.f32 = type { float, float, float, float }
|
|
|
|
+%dx.types.ResRet.f32 = type { float, float, float, float, i32 }
|
|
|
|
+%"class.Texture2D<vector<float, 4> >" = type { <4 x float>, %"class.Texture2D<vector<float, 4> >::mips_type" }
|
|
|
|
+%"class.Texture2D<vector<float, 4> >::mips_type" = type { i32 }
|
|
|
|
+%Constants = type { float, float, float, float, <4 x float>, float, float, float, float, <4 x float>, <4 x float>, <4 x float>, <4 x float> }
|
|
|
|
+%struct.SamplerState = type { i32 }
|
|
|
|
+
|
|
|
|
+define void @main() {
|
|
|
|
+ %1 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 0, i32 2, i32 2, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
|
|
|
|
+ %2 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 0, i32 1, i32 1, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
|
|
|
|
+ %3 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 0, i32 0, i32 0, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
|
|
|
|
+ %4 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 3, i32 1, i32 1, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
|
|
|
|
+ %5 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 3, i32 0, i32 0, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
|
|
|
|
+ %6 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 2, i32 0, i32 1, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
|
|
|
|
+ %7 = call float @dx.op.loadInput.f32(i32 4, i32 2, i32 0, i8 0, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
|
|
|
|
+ %8 = call float @dx.op.loadInput.f32(i32 4, i32 2, i32 0, i8 1, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
|
|
|
|
+ %9 = call float @dx.op.loadInput.f32(i32 4, i32 2, i32 0, i8 2, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
|
|
|
|
+ %10 = call float @dx.op.loadInput.f32(i32 4, i32 2, i32 0, i8 3, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
|
|
|
|
+ %11 = call float @dx.op.loadInput.f32(i32 4, i32 1, i32 0, i8 0, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
|
|
|
|
+ %12 = call float @dx.op.loadInput.f32(i32 4, i32 1, i32 0, i8 1, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
|
|
|
|
+ %13 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 0) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %14 = extractvalue %dx.types.CBufRet.f32 %13, 1
|
|
|
|
+ %15 = fcmp fast oeq float %14, 0.000000e+00
|
|
|
|
+ br i1 %15, label %253, label %16
|
|
|
|
+
|
|
|
|
+; <label>:16 ; preds = %0
|
|
|
|
+ %17 = fcmp fast oeq float %14, 1.000000e+00
|
|
|
|
+ br i1 %17, label %18, label %24
|
|
|
|
+
|
|
|
|
+; <label>:18 ; preds = %16
|
|
|
|
+ %19 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %3, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
+ %20 = extractvalue %dx.types.ResRet.f32 %19, 0
|
|
|
|
+ %21 = extractvalue %dx.types.ResRet.f32 %19, 1
|
|
|
|
+ %22 = extractvalue %dx.types.ResRet.f32 %19, 2
|
|
|
|
+ %23 = extractvalue %dx.types.ResRet.f32 %19, 3
|
|
|
|
+ br label %253
|
|
|
|
+
|
|
|
|
+; <label>:24 ; preds = %16
|
|
|
|
+ %25 = fcmp fast oeq float %14, 2.000000e+00
|
|
|
|
+ br i1 %25, label %26, label %85
|
|
|
|
+
|
|
|
|
+; <label>:26 ; preds = %24
|
|
|
|
+ %27 = call float @dx.op.unary.f32(i32 83, float %11) ; DerivCoarseX(value)
|
|
|
|
+ %28 = call float @dx.op.unary.f32(i32 83, float %12) ; DerivCoarseX(value)
|
|
|
|
+ %29 = call float @dx.op.unary.f32(i32 6, float %27) ; FAbs(value)
|
|
|
|
+ %30 = call float @dx.op.unary.f32(i32 6, float %28) ; FAbs(value)
|
|
|
|
+ %31 = call float @dx.op.unary.f32(i32 84, float %11) ; DerivCoarseY(value)
|
|
|
|
+ %32 = call float @dx.op.unary.f32(i32 84, float %12) ; DerivCoarseY(value)
|
|
|
|
+ %33 = call float @dx.op.unary.f32(i32 6, float %31) ; FAbs(value)
|
|
|
|
+ %34 = call float @dx.op.unary.f32(i32 6, float %32) ; FAbs(value)
|
|
|
|
+ %35 = fadd fast float %33, %29
|
|
|
|
+ %36 = fadd fast float %34, %30
|
|
|
|
+ %37 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 1) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %38 = extractvalue %dx.types.CBufRet.f32 %37, 2
|
|
|
|
+ %39 = extractvalue %dx.types.CBufRet.f32 %37, 3
|
|
|
|
+ %40 = fmul fast float %38, %35
|
|
|
|
+ %41 = fmul fast float %39, %36
|
|
|
|
+ %42 = call float @dx.op.binary.f32(i32 35, float %40, float 0x3EE4F8B580000000) ; FMax(a,b)
|
|
|
|
+ %43 = call float @dx.op.binary.f32(i32 35, float %41, float 0x3EE4F8B580000000) ; FMax(a,b)
|
|
|
|
+ %44 = call float @dx.op.binary.f32(i32 36, float %42, float 1.000000e+00) ; FMin(a,b)
|
|
|
|
+ %45 = call float @dx.op.binary.f32(i32 36, float %43, float 1.000000e+00) ; FMin(a,b)
|
|
|
|
+ %46 = fmul fast float %38, %11
|
|
|
|
+ %47 = fmul fast float %39, %12
|
|
|
|
+ %48 = fmul fast float %44, 5.000000e-01
|
|
|
|
+ %49 = fmul fast float %45, 5.000000e-01
|
|
|
|
+ %50 = fsub fast float %46, %48
|
|
|
|
+ %51 = fsub fast float %47, %49
|
|
|
|
+ %52 = call float @dx.op.unary.f32(i32 22, float %50) ; Frc(value)
|
|
|
|
+ %53 = call float @dx.op.unary.f32(i32 22, float %51) ; Frc(value)
|
|
|
|
+ %54 = fadd fast float %44, -1.000000e+00
|
|
|
|
+ %55 = fadd fast float %54, %52
|
|
|
|
+ %56 = fadd fast float %45, -1.000000e+00
|
|
|
|
+ %57 = fadd fast float %56, %53
|
|
|
|
+ %58 = fdiv fast float %55, %44
|
|
|
|
+ %59 = fdiv fast float %57, %45
|
|
|
|
+ %60 = call float @dx.op.unary.f32(i32 7, float %58) ; Saturate(value)
|
|
|
|
+ %61 = call float @dx.op.unary.f32(i32 7, float %59) ; Saturate(value)
|
|
|
|
+ %62 = fmul fast float %60, 2.000000e+00
|
|
|
|
+ %63 = fmul fast float %61, 2.000000e+00
|
|
|
|
+ %64 = fsub fast float 3.000000e+00, %62
|
|
|
|
+ %65 = fsub fast float 3.000000e+00, %63
|
|
|
|
+ %66 = fmul fast float %60, %60
|
|
|
|
+ %67 = fmul fast float %66, %64
|
|
|
|
+ %68 = fmul fast float %61, %61
|
|
|
|
+ %69 = fmul fast float %68, %65
|
|
|
|
+ %70 = call float @dx.op.unary.f32(i32 27, float %50) ; Round_ni(value)
|
|
|
|
+ %71 = call float @dx.op.unary.f32(i32 27, float %51) ; Round_ni(value)
|
|
|
|
+ %72 = fadd fast float %70, 5.000000e-01
|
|
|
|
+ %73 = fadd fast float %71, 5.000000e-01
|
|
|
|
+ %74 = fadd fast float %72, %67
|
|
|
|
+ %75 = fadd fast float %73, %69
|
|
|
|
+ %76 = extractvalue %dx.types.CBufRet.f32 %37, 0
|
|
|
|
+ %77 = extractvalue %dx.types.CBufRet.f32 %37, 1
|
|
|
|
+ %78 = fmul fast float %76, %74
|
|
|
|
+ %79 = fmul fast float %75, %77
|
|
|
|
+ %80 = call %dx.types.ResRet.f32 @dx.op.sampleGrad.f32(i32 63, %dx.types.Handle %3, %dx.types.Handle %5, float %78, float %79, float undef, float undef, i32 0, i32 0, i32 undef, float %27, float %28, float undef, float %31, float %32, float undef, float undef) ; SampleGrad(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,ddx0,ddx1,ddx2,ddy0,ddy1,ddy2,clamp)
|
|
|
|
+ %81 = extractvalue %dx.types.ResRet.f32 %80, 0
|
|
|
|
+ %82 = extractvalue %dx.types.ResRet.f32 %80, 1
|
|
|
|
+ %83 = extractvalue %dx.types.ResRet.f32 %80, 2
|
|
|
|
+ %84 = extractvalue %dx.types.ResRet.f32 %80, 3
|
|
|
|
+ br label %253
|
|
|
|
+
|
|
|
|
+; <label>:85 ; preds = %24
|
|
|
|
+ %86 = fcmp fast oeq float %14, 3.000000e+00
|
|
|
|
+ br i1 %86, label %87, label %97
|
|
|
|
+
|
|
|
|
+; <label>:87 ; preds = %85
|
|
|
|
+ %88 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %3, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
+ %89 = extractvalue %dx.types.ResRet.f32 %88, 0
|
|
|
|
+ %90 = fmul fast float %89, 0x3FEFE00000000000
|
|
|
|
+ %91 = fadd fast float %90, 1.953125e-03
|
|
|
|
+ %92 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %2, %dx.types.Handle %4, float %91, float 5.000000e-01, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
+ %93 = extractvalue %dx.types.ResRet.f32 %92, 0
|
|
|
|
+ %94 = extractvalue %dx.types.ResRet.f32 %92, 1
|
|
|
|
+ %95 = extractvalue %dx.types.ResRet.f32 %92, 2
|
|
|
|
+ %96 = extractvalue %dx.types.ResRet.f32 %92, 3
|
|
|
|
+ br label %253
|
|
|
|
+
|
|
|
|
+; <label>:97 ; preds = %85
|
|
|
|
+ %98 = fcmp fast oeq float %14, 4.000000e+00
|
|
|
|
+ br i1 %98, label %99, label %162
|
|
|
|
+
|
|
|
|
+; <label>:99 ; preds = %97
|
|
|
|
+ %100 = call float @dx.op.unary.f32(i32 83, float %11) ; DerivCoarseX(value)
|
|
|
|
+ %101 = call float @dx.op.unary.f32(i32 83, float %12) ; DerivCoarseX(value)
|
|
|
|
+ %102 = call float @dx.op.unary.f32(i32 6, float %100) ; FAbs(value)
|
|
|
|
+ %103 = call float @dx.op.unary.f32(i32 6, float %101) ; FAbs(value)
|
|
|
|
+ %104 = call float @dx.op.unary.f32(i32 84, float %11) ; DerivCoarseY(value)
|
|
|
|
+ %105 = call float @dx.op.unary.f32(i32 84, float %12) ; DerivCoarseY(value)
|
|
|
|
+ %106 = call float @dx.op.unary.f32(i32 6, float %104) ; FAbs(value)
|
|
|
|
+ %107 = call float @dx.op.unary.f32(i32 6, float %105) ; FAbs(value)
|
|
|
|
+ %108 = fadd fast float %106, %102
|
|
|
|
+ %109 = fadd fast float %107, %103
|
|
|
|
+ %110 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 1) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %111 = extractvalue %dx.types.CBufRet.f32 %110, 2
|
|
|
|
+ %112 = extractvalue %dx.types.CBufRet.f32 %110, 3
|
|
|
|
+ %113 = fmul fast float %111, %108
|
|
|
|
+ %114 = fmul fast float %112, %109
|
|
|
|
+ %115 = call float @dx.op.binary.f32(i32 35, float %113, float 0x3EE4F8B580000000) ; FMax(a,b)
|
|
|
|
+ %116 = call float @dx.op.binary.f32(i32 35, float %114, float 0x3EE4F8B580000000) ; FMax(a,b)
|
|
|
|
+ %117 = call float @dx.op.binary.f32(i32 36, float %115, float 1.000000e+00) ; FMin(a,b)
|
|
|
|
+ %118 = call float @dx.op.binary.f32(i32 36, float %116, float 1.000000e+00) ; FMin(a,b)
|
|
|
|
+ %119 = fmul fast float %111, %11
|
|
|
|
+ %120 = fmul fast float %112, %12
|
|
|
|
+ %121 = fmul fast float %117, 5.000000e-01
|
|
|
|
+ %122 = fmul fast float %118, 5.000000e-01
|
|
|
|
+ %123 = fsub fast float %119, %121
|
|
|
|
+ %124 = fsub fast float %120, %122
|
|
|
|
+ %125 = call float @dx.op.unary.f32(i32 22, float %123) ; Frc(value)
|
|
|
|
+ %126 = call float @dx.op.unary.f32(i32 22, float %124) ; Frc(value)
|
|
|
|
+ %127 = fadd fast float %117, -1.000000e+00
|
|
|
|
+ %128 = fadd fast float %127, %125
|
|
|
|
+ %129 = fadd fast float %118, -1.000000e+00
|
|
|
|
+ %130 = fadd fast float %129, %126
|
|
|
|
+ %131 = fdiv fast float %128, %117
|
|
|
|
+ %132 = fdiv fast float %130, %118
|
|
|
|
+ %133 = call float @dx.op.unary.f32(i32 7, float %131) ; Saturate(value)
|
|
|
|
+ %134 = call float @dx.op.unary.f32(i32 7, float %132) ; Saturate(value)
|
|
|
|
+ %135 = fmul fast float %133, 2.000000e+00
|
|
|
|
+ %136 = fmul fast float %134, 2.000000e+00
|
|
|
|
+ %137 = fsub fast float 3.000000e+00, %135
|
|
|
|
+ %138 = fsub fast float 3.000000e+00, %136
|
|
|
|
+ %139 = fmul fast float %133, %133
|
|
|
|
+ %140 = fmul fast float %139, %137
|
|
|
|
+ %141 = fmul fast float %134, %134
|
|
|
|
+ %142 = fmul fast float %141, %138
|
|
|
|
+ %143 = call float @dx.op.unary.f32(i32 27, float %123) ; Round_ni(value)
|
|
|
|
+ %144 = call float @dx.op.unary.f32(i32 27, float %124) ; Round_ni(value)
|
|
|
|
+ %145 = fadd fast float %143, 5.000000e-01
|
|
|
|
+ %146 = fadd fast float %144, 5.000000e-01
|
|
|
|
+ %147 = fadd fast float %145, %140
|
|
|
|
+ %148 = fadd fast float %146, %142
|
|
|
|
+ %149 = extractvalue %dx.types.CBufRet.f32 %110, 0
|
|
|
|
+ %150 = extractvalue %dx.types.CBufRet.f32 %110, 1
|
|
|
|
+ %151 = fmul fast float %149, %147
|
|
|
|
+ %152 = fmul fast float %148, %150
|
|
|
|
+ %153 = call %dx.types.ResRet.f32 @dx.op.sampleGrad.f32(i32 63, %dx.types.Handle %3, %dx.types.Handle %5, float %151, float %152, float undef, float undef, i32 0, i32 0, i32 undef, float %100, float %101, float undef, float %104, float %105, float undef, float undef) ; SampleGrad(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,ddx0,ddx1,ddx2,ddy0,ddy1,ddy2,clamp)
|
|
|
|
+ %154 = extractvalue %dx.types.ResRet.f32 %153, 0
|
|
|
|
+ %155 = fmul fast float %154, 0x3FEFE00000000000
|
|
|
|
+ %156 = fadd fast float %155, 1.953125e-03
|
|
|
|
+ %157 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %2, %dx.types.Handle %4, float %156, float 5.000000e-01, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
+ %158 = extractvalue %dx.types.ResRet.f32 %157, 0
|
|
|
|
+ %159 = extractvalue %dx.types.ResRet.f32 %157, 1
|
|
|
|
+ %160 = extractvalue %dx.types.ResRet.f32 %157, 2
|
|
|
|
+ %161 = extractvalue %dx.types.ResRet.f32 %157, 3
|
|
|
|
+ br label %253
|
|
|
|
+
|
|
|
|
+; <label>:162 ; preds = %97
|
|
|
|
+ %163 = fcmp fast oeq float %14, 5.000000e+00
|
|
|
|
+ br i1 %163, label %164, label %192
|
|
|
|
+
|
|
|
|
+; <label>:164 ; preds = %162
|
|
|
|
+ %165 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %3, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
+ %166 = extractvalue %dx.types.ResRet.f32 %165, 0
|
|
|
|
+ %167 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %2, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
+ %168 = extractvalue %dx.types.ResRet.f32 %167, 0
|
|
|
|
+ %169 = extractvalue %dx.types.ResRet.f32 %167, 1
|
|
|
|
+ %170 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 3) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %171 = extractvalue %dx.types.CBufRet.f32 %170, 0
|
|
|
|
+ %172 = extractvalue %dx.types.CBufRet.f32 %170, 1
|
|
|
|
+ %173 = extractvalue %dx.types.CBufRet.f32 %170, 2
|
|
|
|
+ %174 = fadd fast float %171, %166
|
|
|
|
+ %175 = fadd fast float %172, %168
|
|
|
|
+ %176 = fadd fast float %173, %169
|
|
|
|
+ %177 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 4) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %178 = extractvalue %dx.types.CBufRet.f32 %177, 0
|
|
|
|
+ %179 = extractvalue %dx.types.CBufRet.f32 %177, 1
|
|
|
|
+ %180 = extractvalue %dx.types.CBufRet.f32 %177, 2
|
|
|
|
+ %181 = call float @dx.op.dot3.f32(i32 55, float %174, float %175, float %176, float %178, float %179, float %180) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
+ %182 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 5) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %183 = extractvalue %dx.types.CBufRet.f32 %182, 0
|
|
|
|
+ %184 = extractvalue %dx.types.CBufRet.f32 %182, 1
|
|
|
|
+ %185 = extractvalue %dx.types.CBufRet.f32 %182, 2
|
|
|
|
+ %186 = call float @dx.op.dot3.f32(i32 55, float %174, float %175, float %176, float %183, float %184, float %185) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
+ %187 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 6) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %188 = extractvalue %dx.types.CBufRet.f32 %187, 0
|
|
|
|
+ %189 = extractvalue %dx.types.CBufRet.f32 %187, 1
|
|
|
|
+ %190 = extractvalue %dx.types.CBufRet.f32 %187, 2
|
|
|
|
+ %191 = call float @dx.op.dot3.f32(i32 55, float %174, float %175, float %176, float %188, float %189, float %190) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
+ br label %253
|
|
|
|
+
|
|
|
|
+; <label>:192 ; preds = %162
|
|
|
|
+ %193 = fcmp fast oeq float %14, 6.000000e+00
|
|
|
|
+ br i1 %193, label %194, label %222
|
|
|
|
+
|
|
|
|
+; <label>:194 ; preds = %192
|
|
|
|
+ %195 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %3, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
+ %196 = extractvalue %dx.types.ResRet.f32 %195, 0
|
|
|
|
+ %197 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %2, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
+ %198 = extractvalue %dx.types.ResRet.f32 %197, 0
|
|
|
|
+ %199 = extractvalue %dx.types.ResRet.f32 %197, 1
|
|
|
|
+ %200 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 3) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %201 = extractvalue %dx.types.CBufRet.f32 %200, 0
|
|
|
|
+ %202 = extractvalue %dx.types.CBufRet.f32 %200, 1
|
|
|
|
+ %203 = extractvalue %dx.types.CBufRet.f32 %200, 2
|
|
|
|
+ %204 = fadd fast float %201, %196
|
|
|
|
+ %205 = fadd fast float %202, %199
|
|
|
|
+ %206 = fadd fast float %203, %198
|
|
|
|
+ %207 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 4) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %208 = extractvalue %dx.types.CBufRet.f32 %207, 0
|
|
|
|
+ %209 = extractvalue %dx.types.CBufRet.f32 %207, 1
|
|
|
|
+ %210 = extractvalue %dx.types.CBufRet.f32 %207, 2
|
|
|
|
+ %211 = call float @dx.op.dot3.f32(i32 55, float %204, float %205, float %206, float %208, float %209, float %210) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
+ %212 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 5) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %213 = extractvalue %dx.types.CBufRet.f32 %212, 0
|
|
|
|
+ %214 = extractvalue %dx.types.CBufRet.f32 %212, 1
|
|
|
|
+ %215 = extractvalue %dx.types.CBufRet.f32 %212, 2
|
|
|
|
+ %216 = call float @dx.op.dot3.f32(i32 55, float %204, float %205, float %206, float %213, float %214, float %215) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
+ %217 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 6) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %218 = extractvalue %dx.types.CBufRet.f32 %217, 0
|
|
|
|
+ %219 = extractvalue %dx.types.CBufRet.f32 %217, 1
|
|
|
|
+ %220 = extractvalue %dx.types.CBufRet.f32 %217, 2
|
|
|
|
+ %221 = call float @dx.op.dot3.f32(i32 55, float %204, float %205, float %206, float %218, float %219, float %220) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
+ br label %253
|
|
|
|
+
|
|
|
|
+; <label>:222 ; preds = %192
|
|
|
|
+ %223 = fcmp fast oeq float %14, 7.000000e+00
|
|
|
|
+ br i1 %223, label %224, label %253
|
|
|
|
+
|
|
|
|
+; <label>:224 ; preds = %222
|
|
|
|
+ %225 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %3, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
+ %226 = extractvalue %dx.types.ResRet.f32 %225, 0
|
|
|
|
+ %227 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %2, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
+ %228 = extractvalue %dx.types.ResRet.f32 %227, 0
|
|
|
|
+ %229 = call %dx.types.ResRet.f32 @dx.op.sample.f32(i32 60, %dx.types.Handle %1, %dx.types.Handle %5, float %11, float %12, float undef, float undef, i32 0, i32 0, i32 undef, float undef) ; Sample(srv,sampler,coord0,coord1,coord2,coord3,offset0,offset1,offset2,clamp)
|
|
|
|
+ %230 = extractvalue %dx.types.ResRet.f32 %229, 0
|
|
|
|
+ %231 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 3) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %232 = extractvalue %dx.types.CBufRet.f32 %231, 0
|
|
|
|
+ %233 = extractvalue %dx.types.CBufRet.f32 %231, 1
|
|
|
|
+ %234 = extractvalue %dx.types.CBufRet.f32 %231, 2
|
|
|
|
+ %235 = fadd fast float %232, %226
|
|
|
|
+ %236 = fadd fast float %233, %228
|
|
|
|
+ %237 = fadd fast float %234, %230
|
|
|
|
+ %238 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 4) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %239 = extractvalue %dx.types.CBufRet.f32 %238, 0
|
|
|
|
+ %240 = extractvalue %dx.types.CBufRet.f32 %238, 1
|
|
|
|
+ %241 = extractvalue %dx.types.CBufRet.f32 %238, 2
|
|
|
|
+ %242 = call float @dx.op.dot3.f32(i32 55, float %235, float %236, float %237, float %239, float %240, float %241) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
+ %243 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 5) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %244 = extractvalue %dx.types.CBufRet.f32 %243, 0
|
|
|
|
+ %245 = extractvalue %dx.types.CBufRet.f32 %243, 1
|
|
|
|
+ %246 = extractvalue %dx.types.CBufRet.f32 %243, 2
|
|
|
|
+ %247 = call float @dx.op.dot3.f32(i32 55, float %235, float %236, float %237, float %244, float %245, float %246) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
+ %248 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 6) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %249 = extractvalue %dx.types.CBufRet.f32 %248, 0
|
|
|
|
+ %250 = extractvalue %dx.types.CBufRet.f32 %248, 1
|
|
|
|
+ %251 = extractvalue %dx.types.CBufRet.f32 %248, 2
|
|
|
|
+ %252 = call float @dx.op.dot3.f32(i32 55, float %235, float %236, float %237, float %249, float %250, float %251) ; Dot3(ax,ay,az,bx,by,bz)
|
|
|
|
+ br label %253
|
|
|
|
+
|
|
|
|
+; <label>:253 ; preds = %224, %222, %194, %164, %99, %87, %26, %18, %0
|
|
|
|
+ %254 = phi float [ %20, %18 ], [ %81, %26 ], [ %93, %87 ], [ %158, %99 ], [ %181, %164 ], [ %211, %194 ], [ %242, %224 ], [ 1.000000e+00, %0 ], [ 1.000000e+00, %222 ]
|
|
|
|
+ %255 = phi float [ %21, %18 ], [ %82, %26 ], [ %94, %87 ], [ %159, %99 ], [ %186, %164 ], [ %216, %194 ], [ %247, %224 ], [ 1.000000e+00, %0 ], [ 0.000000e+00, %222 ]
|
|
|
|
+ %256 = phi float [ %22, %18 ], [ %83, %26 ], [ %95, %87 ], [ %160, %99 ], [ %191, %164 ], [ %221, %194 ], [ %252, %224 ], [ 1.000000e+00, %0 ], [ 0.000000e+00, %222 ]
|
|
|
|
+ %257 = phi float [ %23, %18 ], [ %84, %26 ], [ %96, %87 ], [ %161, %99 ], [ 1.000000e+00, %164 ], [ 1.000000e+00, %194 ], [ 1.000000e+00, %224 ], [ 1.000000e+00, %0 ], [ 1.000000e+00, %222 ]
|
|
|
|
+ %258 = extractvalue %dx.types.CBufRet.f32 %13, 2
|
|
|
|
+ %259 = fcmp fast oeq float %258, 3.000000e+00
|
|
|
|
+ br i1 %259, label %260, label %308
|
|
|
|
+
|
|
|
|
+; <label>:260 ; preds = %253
|
|
|
|
+ %261 = call float @dx.op.unary.f32(i32 6, float %254) ; FAbs(value)
|
|
|
|
+ %262 = call float @dx.op.unary.f32(i32 6, float %255) ; FAbs(value)
|
|
|
|
+ %263 = call float @dx.op.unary.f32(i32 6, float %256) ; FAbs(value)
|
|
|
|
+ %264 = call float @dx.op.unary.f32(i32 23, float %261) ; Log(value)
|
|
|
|
+ %265 = call float @dx.op.unary.f32(i32 23, float %262) ; Log(value)
|
|
|
|
+ %266 = call float @dx.op.unary.f32(i32 23, float %263) ; Log(value)
|
|
|
|
+ %267 = fmul fast float %264, 0x3F89F9B580000000
|
|
|
|
+ %268 = fmul fast float %265, 0x3F89F9B580000000
|
|
|
|
+ %269 = fmul fast float %266, 0x3F89F9B580000000
|
|
|
|
+ %270 = call float @dx.op.unary.f32(i32 21, float %267) ; Exp(value)
|
|
|
|
+ %271 = call float @dx.op.unary.f32(i32 21, float %268) ; Exp(value)
|
|
|
|
+ %272 = call float @dx.op.unary.f32(i32 21, float %269) ; Exp(value)
|
|
|
|
+ %273 = fadd fast float %270, -8.359375e-01
|
|
|
|
+ %274 = fadd fast float %271, -8.359375e-01
|
|
|
|
+ %275 = fadd fast float %272, -8.359375e-01
|
|
|
|
+ %276 = call float @dx.op.binary.f32(i32 35, float %273, float 0.000000e+00) ; FMax(a,b)
|
|
|
|
+ %277 = call float @dx.op.binary.f32(i32 35, float %274, float 0.000000e+00) ; FMax(a,b)
|
|
|
|
+ %278 = call float @dx.op.binary.f32(i32 35, float %275, float 0.000000e+00) ; FMax(a,b)
|
|
|
|
+ %279 = fmul fast float %270, 1.868750e+01
|
|
|
|
+ %280 = fmul fast float %271, 1.868750e+01
|
|
|
|
+ %281 = fmul fast float %272, 1.868750e+01
|
|
|
|
+ %282 = fsub fast float 0x4032DA0000000000, %279
|
|
|
|
+ %283 = fsub fast float 0x4032DA0000000000, %280
|
|
|
|
+ %284 = fsub fast float 0x4032DA0000000000, %281
|
|
|
|
+ %285 = fdiv fast float %276, %282
|
|
|
|
+ %286 = fdiv fast float %277, %283
|
|
|
|
+ %287 = fdiv fast float %278, %284
|
|
|
|
+ %288 = call float @dx.op.unary.f32(i32 6, float %285) ; FAbs(value)
|
|
|
|
+ %289 = call float @dx.op.unary.f32(i32 6, float %286) ; FAbs(value)
|
|
|
|
+ %290 = call float @dx.op.unary.f32(i32 6, float %287) ; FAbs(value)
|
|
|
|
+ %291 = call float @dx.op.unary.f32(i32 23, float %288) ; Log(value)
|
|
|
|
+ %292 = call float @dx.op.unary.f32(i32 23, float %289) ; Log(value)
|
|
|
|
+ %293 = call float @dx.op.unary.f32(i32 23, float %290) ; Log(value)
|
|
|
|
+ %294 = fmul fast float %291, 0x40191C0D60000000
|
|
|
|
+ %295 = fmul fast float %292, 0x40191C0D60000000
|
|
|
|
+ %296 = fmul fast float %293, 0x40191C0D60000000
|
|
|
|
+ %297 = call float @dx.op.unary.f32(i32 21, float %294) ; Exp(value)
|
|
|
|
+ %298 = call float @dx.op.unary.f32(i32 21, float %295) ; Exp(value)
|
|
|
|
+ %299 = call float @dx.op.unary.f32(i32 21, float %296) ; Exp(value)
|
|
|
|
+ %300 = fmul fast float %297, 1.000000e+04
|
|
|
|
+ %301 = fmul fast float %298, 1.000000e+04
|
|
|
|
+ %302 = fmul fast float %299, 1.000000e+04
|
|
|
|
+ %303 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 2) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %304 = extractvalue %dx.types.CBufRet.f32 %303, 3
|
|
|
|
+ %305 = fdiv fast float %300, %304
|
|
|
|
+ %306 = fdiv fast float %301, %304
|
|
|
|
+ %307 = fdiv fast float %302, %304
|
|
|
|
+ br label %308
|
|
|
|
+
|
|
|
|
+; <label>:308 ; preds = %260, %253
|
|
|
|
+ %309 = phi float [ %305, %260 ], [ %254, %253 ]
|
|
|
|
+ %310 = phi float [ %306, %260 ], [ %255, %253 ]
|
|
|
|
+ %311 = phi float [ %307, %260 ], [ %256, %253 ]
|
|
|
|
+ %312 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 2) ; CBufferLoadLegacy(handle,regIndex)
|
|
|
|
+ %313 = extractvalue %dx.types.CBufRet.f32 %312, 0
|
|
|
|
+ %314 = fcmp fast une float %313, 0.000000e+00
|
|
|
|
+ br i1 %314, label %315, label %368
|
|
|
|
+
|
|
|
|
+; <label>:315 ; preds = %308
|
|
|
|
+ %316 = fcmp fast oeq float %313, 1.000000e+00
|
|
|
|
+ br i1 %316, label %317, label %322
|
|
|
|
+
|
|
|
|
+; <label>:317 ; preds = %315
|
|
|
|
+ %318 = extractvalue %dx.types.CBufRet.f32 %312, 1
|
|
|
|
+ %319 = fmul fast float %318, %309
|
|
|
|
+ %320 = fmul fast float %318, %310
|
|
|
|
+ %321 = fmul fast float %318, %311
|
|
|
|
+ br label %368
|
|
|
|
+
|
|
|
|
+; <label>:322 ; preds = %315
|
|
|
|
+ %323 = fcmp fast oeq float %313, 2.000000e+00
|
|
|
|
+ br i1 %323, label %324, label %368
|
|
|
|
+
|
|
|
|
+; <label>:324 ; preds = %322
|
|
|
|
+ %325 = fcmp fast oeq float %258, 2.000000e+00
|
|
|
|
+ br i1 %325, label %326, label %336
|
|
|
|
+
|
|
|
|
+; <label>:326 ; preds = %324
|
|
|
|
+ %327 = fmul fast float %309, 0x3FE413B180000000
|
|
|
|
+ %328 = call float @dx.op.tertiary.f32(i32 46, float 0x3FD512F900000000, float %310, float %327) ; FMad(a,b,c)
|
|
|
|
+ %329 = call float @dx.op.tertiary.f32(i32 46, float 0x3FA62D1F20000000, float %311, float %328) ; FMad(a,b,c)
|
|
|
|
+ %330 = fmul fast float %309, 0x3FB1B05740000000
|
|
|
|
+ %331 = call float @dx.op.tertiary.f32(i32 46, float 0x3FED6CE140000000, float %310, float %330) ; FMad(a,b,c)
|
|
|
|
+ %332 = call float @dx.op.tertiary.f32(i32 46, float 0x3F8744F5E0000000, float %311, float %331) ; FMad(a,b,c)
|
|
|
|
+ %333 = fmul fast float %309, 0x3F90C8CD60000000
|
|
|
|
+ %334 = call float @dx.op.tertiary.f32(i32 46, float 0x3FB6880520000000, float %310, float %333) ; FMad(a,b,c)
|
|
|
|
+ %335 = call float @dx.op.tertiary.f32(i32 46, float 0x3FECA8B6E0000000, float %311, float %334) ; FMad(a,b,c)
|
|
|
|
+ br label %336
|
|
|
|
+
|
|
|
|
+; <label>:336 ; preds = %326, %324
|
|
|
|
+ %337 = phi float [ %329, %326 ], [ %309, %324 ]
|
|
|
|
+ %338 = phi float [ %332, %326 ], [ %310, %324 ]
|
|
|
|
+ %339 = phi float [ %335, %326 ], [ %311, %324 ]
|
|
|
|
+ %340 = call float @dx.op.binary.f32(i32 35, float %338, float %339) ; FMax(a,b)
|
|
|
|
+ %341 = call float @dx.op.binary.f32(i32 35, float %337, float %340) ; FMax(a,b)
|
|
|
|
+ %342 = fcmp fast ogt float %341, 0.000000e+00
|
|
|
|
+ br i1 %342, label %343, label %354
|
|
|
|
+
|
|
|
|
+; <label>:343 ; preds = %336
|
|
|
|
+ %344 = extractvalue %dx.types.CBufRet.f32 %312, 1
|
|
|
|
+ %345 = fmul fast float %344, %341
|
|
|
|
+ %346 = fadd fast float %345, 1.000000e+00
|
|
|
|
+ %347 = extractvalue %dx.types.CBufRet.f32 %312, 2
|
|
|
|
+ %348 = fmul fast float %347, %341
|
|
|
|
+ %349 = fadd fast float %348, 1.000000e+00
|
|
|
|
+ %350 = fdiv fast float %346, %349
|
|
|
|
+ %351 = fmul fast float %350, %337
|
|
|
|
+ %352 = fmul fast float %350, %338
|
|
|
|
+ %353 = fmul fast float %350, %339
|
|
|
|
+ br label %354
|
|
|
|
+
|
|
|
|
+; <label>:354 ; preds = %343, %336
|
|
|
|
+ %355 = phi float [ %351, %343 ], [ %337, %336 ]
|
|
|
|
+ %356 = phi float [ %352, %343 ], [ %338, %336 ]
|
|
|
|
+ %357 = phi float [ %353, %343 ], [ %339, %336 ]
|
|
|
|
+ br i1 %325, label %358, label %368
|
|
|
|
+
|
|
|
|
+; <label>:358 ; preds = %354
|
|
|
|
+ %359 = fmul fast float %355, 0x3FFA916440000000
|
|
|
|
+ %360 = call float @dx.op.tertiary.f32(i32 46, float 0xBFE2CE1400000000, float %356, float %359) ; FMad(a,b,c)
|
|
|
|
+ %361 = call float @dx.op.tertiary.f32(i32 46, float 0xBFB2A5A460000000, float %357, float %360) ; FMad(a,b,c)
|
|
|
|
+ %362 = fmul fast float %355, 0xBFBFE24FE0000000
|
|
|
|
+ %363 = call float @dx.op.tertiary.f32(i32 46, float 0x3FF2205680000000, float %356, float %362) ; FMad(a,b,c)
|
|
|
|
+ %364 = call float @dx.op.tertiary.f32(i32 46, float 0xBF8118C1A0000000, float %357, float %363) ; FMad(a,b,c)
|
|
|
|
+ %365 = fmul fast float %355, 0xBF9296F660000000
|
|
|
|
+ %366 = call float @dx.op.tertiary.f32(i32 46, float 0xBFB9C0B9A0000000, float %356, float %365) ; FMad(a,b,c)
|
|
|
|
+ %367 = call float @dx.op.tertiary.f32(i32 46, float 0x3FF1E66780000000, float %357, float %366) ; FMad(a,b,c)
|
|
|
|
+ br label %368
|
|
|
|
+
|
|
|
|
+; <label>:368 ; preds = %358, %354, %322, %317, %308
|
|
|
|
+ %369 = phi float [ %309, %308 ], [ %319, %317 ], [ %361, %358 ], [ %355, %354 ], [ %309, %322 ]
|
|
|
|
+ %370 = phi float [ %310, %308 ], [ %320, %317 ], [ %364, %358 ], [ %356, %354 ], [ %310, %322 ]
|
|
|
|
+ %371 = phi float [ %311, %308 ], [ %321, %317 ], [ %367, %358 ], [ %357, %354 ], [ %311, %322 ]
|
|
|
|
+ %372 = fcmp fast oeq float %258, 1.000000e+00
|
|
|
|
+ br i1 %372, label %373, label %419
|
|
|
|
+
|
|
|
|
+; <label>:373 ; preds = %368
|
|
|
|
+ %374 = extractvalue %dx.types.CBufRet.f32 %13, 0
|
|
|
|
+ %375 = fcmp fast une float %374, 0.000000e+00
|
|
|
|
+ br i1 %375, label %376, label %411
|
|
|
|
+
|
|
|
|
+; <label>:376 ; preds = %373
|
|
|
|
+ %377 = fcmp fast ugt float %369, 0x3FA4B5DCC0000000
|
|
|
|
+ br i1 %377, label %380, label %378
|
|
|
|
+
|
|
|
|
+; <label>:378 ; preds = %376
|
|
|
|
+ %379 = fmul fast float %369, 0x3FB3D07220000000
|
|
|
|
+ br label %387
|
|
|
|
+
|
|
|
|
+; <label>:380 ; preds = %376
|
|
|
|
+ %381 = fadd fast float %369, 0x3FAC28F5C0000000
|
|
|
|
+ %382 = call float @dx.op.unary.f32(i32 6, float %381) ; FAbs(value)
|
|
|
|
+ %383 = fmul fast float %382, 0x3FEE54EDE0000000
|
|
|
|
+ %384 = call float @dx.op.unary.f32(i32 23, float %383) ; Log(value)
|
|
|
|
+ %385 = fmul fast float %384, 0x4003333340000000
|
|
|
|
+ %386 = call float @dx.op.unary.f32(i32 21, float %385) ; Exp(value)
|
|
|
|
+ br label %387
|
|
|
|
+
|
|
|
|
+; <label>:387 ; preds = %380, %378
|
|
|
|
+ %388 = phi float [ %379, %378 ], [ %386, %380 ]
|
|
|
|
+ %389 = fcmp fast ugt float %370, 0x3FA4B5DCC0000000
|
|
|
|
+ br i1 %389, label %392, label %390
|
|
|
|
+
|
|
|
|
+; <label>:390 ; preds = %387
|
|
|
|
+ %391 = fmul fast float %370, 0x3FB3D07220000000
|
|
|
|
+ br label %399
|
|
|
|
+
|
|
|
|
+; <label>:392 ; preds = %387
|
|
|
|
+ %393 = fadd fast float %370, 0x3FAC28F5C0000000
|
|
|
|
+ %394 = call float @dx.op.unary.f32(i32 6, float %393) ; FAbs(value)
|
|
|
|
+ %395 = fmul fast float %394, 0x3FEE54EDE0000000
|
|
|
|
+ %396 = call float @dx.op.unary.f32(i32 23, float %395) ; Log(value)
|
|
|
|
+ %397 = fmul fast float %396, 0x4003333340000000
|
|
|
|
+ %398 = call float @dx.op.unary.f32(i32 21, float %397) ; Exp(value)
|
|
|
|
+ br label %399
|
|
|
|
+
|
|
|
|
+; <label>:399 ; preds = %392, %390
|
|
|
|
+ %400 = phi float [ %391, %390 ], [ %398, %392 ]
|
|
|
|
+ %401 = fcmp fast ugt float %371, 0x3FA4B5DCC0000000
|
|
|
|
+ br i1 %401, label %404, label %402
|
|
|
|
+
|
|
|
|
+; <label>:402 ; preds = %399
|
|
|
|
+ %403 = fmul fast float %371, 0x3FB3D07220000000
|
|
|
|
+ br label %411
|
|
|
|
+
|
|
|
|
+; <label>:404 ; preds = %399
|
|
|
|
+ %405 = fadd fast float %371, 0x3FAC28F5C0000000
|
|
|
|
+ %406 = call float @dx.op.unary.f32(i32 6, float %405) ; FAbs(value)
|
|
|
|
+ %407 = fmul fast float %406, 0x3FEE54EDE0000000
|
|
|
|
+ %408 = call float @dx.op.unary.f32(i32 23, float %407) ; Log(value)
|
|
|
|
+ %409 = fmul fast float %408, 0x4003333340000000
|
|
|
|
+ %410 = call float @dx.op.unary.f32(i32 21, float %409) ; Exp(value)
|
|
|
|
+ br label %411
|
|
|
|
+
|
|
|
|
+; <label>:411 ; preds = %404, %402, %373
|
|
|
|
+ %412 = phi float [ %369, %373 ], [ %388, %404 ], [ %388, %402 ]
|
|
|
|
+ %413 = phi float [ %370, %373 ], [ %400, %404 ], [ %400, %402 ]
|
|
|
|
+ %414 = phi float [ %371, %373 ], [ %410, %404 ], [ %403, %402 ]
|
|
|
|
+ %415 = extractvalue %dx.types.CBufRet.f32 %13, 3
|
|
|
|
+ %416 = fmul fast float %415, %412
|
|
|
|
+ %417 = fmul fast float %415, %413
|
|
|
|
+ %418 = fmul fast float %415, %414
|
|
|
|
+ br label %528
|
|
|
|
+
|
|
|
|
+; <label>:419 ; preds = %368
|
|
|
|
+ %420 = fcmp fast oeq float %258, 2.000000e+00
|
|
|
|
+ %421 = extractvalue %dx.types.CBufRet.f32 %13, 3
|
|
|
|
+ br i1 %420, label %422, label %468
|
|
|
|
+
|
|
|
|
+; <label>:422 ; preds = %419
|
|
|
|
+ %423 = fmul fast float %421, %369
|
|
|
|
+ %424 = fmul fast float %421, %370
|
|
|
|
+ %425 = fmul fast float %421, %371
|
|
|
|
+ %426 = extractvalue %dx.types.CBufRet.f32 %13, 0
|
|
|
|
+ %427 = fcmp fast une float %426, 0.000000e+00
|
|
|
|
+ br i1 %427, label %528, label %428
|
|
|
|
+
|
|
|
|
+; <label>:428 ; preds = %422
|
|
|
|
+ %429 = fcmp fast ugt float %423, 0x3F69A5C380000000
|
|
|
|
+ br i1 %429, label %432, label %430
|
|
|
|
+
|
|
|
|
+; <label>:430 ; preds = %428
|
|
|
|
+ %431 = fmul fast float %423, 0x4029D70A40000000
|
|
|
|
+ br label %439
|
|
|
|
+
|
|
|
|
+; <label>:432 ; preds = %428
|
|
|
|
+ %433 = call float @dx.op.unary.f32(i32 6, float %423) ; FAbs(value)
|
|
|
|
+ %434 = call float @dx.op.unary.f32(i32 23, float %433) ; Log(value)
|
|
|
|
+ %435 = fmul fast float %434, 0x3FDAAAAAA0000000
|
|
|
|
+ %436 = call float @dx.op.unary.f32(i32 21, float %435) ; Exp(value)
|
|
|
|
+ %437 = fmul fast float %436, 0x3FF0E147A0000000
|
|
|
|
+ %438 = fadd fast float %437, 0xBFAC28F5C0000000
|
|
|
|
+ br label %439
|
|
|
|
+
|
|
|
|
+; <label>:439 ; preds = %432, %430
|
|
|
|
+ %440 = phi float [ %431, %430 ], [ %438, %432 ]
|
|
|
|
+ %441 = fcmp fast ugt float %424, 0x3F69A5C380000000
|
|
|
|
+ br i1 %441, label %444, label %442
|
|
|
|
+
|
|
|
|
+; <label>:442 ; preds = %439
|
|
|
|
+ %443 = fmul fast float %424, 0x4029D70A40000000
|
|
|
|
+ br label %451
|
|
|
|
+
|
|
|
|
+; <label>:444 ; preds = %439
|
|
|
|
+ %445 = call float @dx.op.unary.f32(i32 6, float %424) ; FAbs(value)
|
|
|
|
+ %446 = call float @dx.op.unary.f32(i32 23, float %445) ; Log(value)
|
|
|
|
+ %447 = fmul fast float %446, 0x3FDAAAAAA0000000
|
|
|
|
+ %448 = call float @dx.op.unary.f32(i32 21, float %447) ; Exp(value)
|
|
|
|
+ %449 = fmul fast float %448, 0x3FF0E147A0000000
|
|
|
|
+ %450 = fadd fast float %449, 0xBFAC28F5C0000000
|
|
|
|
+ br label %451
|
|
|
|
+
|
|
|
|
+; <label>:451 ; preds = %444, %442
|
|
|
|
+ %452 = phi float [ %443, %442 ], [ %450, %444 ]
|
|
|
|
+ %453 = fcmp fast ugt float %425, 0x3F69A5C380000000
|
|
|
|
+ br i1 %453, label %456, label %454
|
|
|
|
+
|
|
|
|
+; <label>:454 ; preds = %451
|
|
|
|
+ %455 = fmul fast float %425, 0x4029D70A40000000
|
|
|
|
+ br label %463
|
|
|
|
+
|
|
|
|
+; <label>:456 ; preds = %451
|
|
|
|
+ %457 = call float @dx.op.unary.f32(i32 6, float %425) ; FAbs(value)
|
|
|
|
+ %458 = call float @dx.op.unary.f32(i32 23, float %457) ; Log(value)
|
|
|
|
+ %459 = fmul fast float %458, 0x3FDAAAAAA0000000
|
|
|
|
+ %460 = call float @dx.op.unary.f32(i32 21, float %459) ; Exp(value)
|
|
|
|
+ %461 = fmul fast float %460, 0x3FF0E147A0000000
|
|
|
|
+ %462 = fadd fast float %461, 0xBFAC28F5C0000000
|
|
|
|
+ br label %463
|
|
|
|
+
|
|
|
|
+; <label>:463 ; preds = %456, %454
|
|
|
|
+ %464 = phi float [ %455, %454 ], [ %462, %456 ]
|
|
|
|
+ %465 = call float @dx.op.unary.f32(i32 7, float %440) ; Saturate(value)
|
|
|
|
+ %466 = call float @dx.op.unary.f32(i32 7, float %452) ; Saturate(value)
|
|
|
|
+ %467 = call float @dx.op.unary.f32(i32 7, float %464) ; Saturate(value)
|
|
|
|
+ br label %528
|
|
|
|
+
|
|
|
|
+; <label>:468 ; preds = %419
|
|
|
|
+ br i1 %259, label %469, label %524
|
|
|
|
+
|
|
|
|
+; <label>:469 ; preds = %468
|
|
|
|
+ %470 = fmul fast float %369, 0x3FFA916440000000
|
|
|
|
+ %471 = call float @dx.op.tertiary.f32(i32 46, float 0xBFE2CE1400000000, float %370, float %470) ; FMad(a,b,c)
|
|
|
|
+ %472 = call float @dx.op.tertiary.f32(i32 46, float 0xBFB2A5A460000000, float %371, float %471) ; FMad(a,b,c)
|
|
|
|
+ %473 = fmul fast float %369, 0xBFBFE24FE0000000
|
|
|
|
+ %474 = call float @dx.op.tertiary.f32(i32 46, float 0x3FF2205680000000, float %370, float %473) ; FMad(a,b,c)
|
|
|
|
+ %475 = call float @dx.op.tertiary.f32(i32 46, float 0xBF8118C1A0000000, float %371, float %474) ; FMad(a,b,c)
|
|
|
|
+ %476 = fmul fast float %369, 0xBF9296F660000000
|
|
|
|
+ %477 = call float @dx.op.tertiary.f32(i32 46, float 0xBFB9C0B9A0000000, float %370, float %476) ; FMad(a,b,c)
|
|
|
|
+ %478 = call float @dx.op.tertiary.f32(i32 46, float 0x3FF1E66780000000, float %371, float %477) ; FMad(a,b,c)
|
|
|
|
+ %479 = fmul fast float %421, %472
|
|
|
|
+ %480 = fmul fast float %421, %475
|
|
|
|
+ %481 = fmul fast float %421, %478
|
|
|
|
+ %482 = extractvalue %dx.types.CBufRet.f32 %13, 0
|
|
|
|
+ %483 = fcmp fast une float %482, 0.000000e+00
|
|
|
|
+ br i1 %483, label %528, label %484
|
|
|
|
+
|
|
|
|
+; <label>:484 ; preds = %469
|
|
|
|
+ %485 = fcmp fast ugt float %479, 0x3F69A5C380000000
|
|
|
|
+ br i1 %485, label %488, label %486
|
|
|
|
+
|
|
|
|
+; <label>:486 ; preds = %484
|
|
|
|
+ %487 = fmul fast float %479, 0x4029D70A40000000
|
|
|
|
+ br label %495
|
|
|
|
+
|
|
|
|
+; <label>:488 ; preds = %484
|
|
|
|
+ %489 = call float @dx.op.unary.f32(i32 6, float %479) ; FAbs(value)
|
|
|
|
+ %490 = call float @dx.op.unary.f32(i32 23, float %489) ; Log(value)
|
|
|
|
+ %491 = fmul fast float %490, 0x3FDAAAAAA0000000
|
|
|
|
+ %492 = call float @dx.op.unary.f32(i32 21, float %491) ; Exp(value)
|
|
|
|
+ %493 = fmul fast float %492, 0x3FF0E147A0000000
|
|
|
|
+ %494 = fadd fast float %493, 0xBFAC28F5C0000000
|
|
|
|
+ br label %495
|
|
|
|
+
|
|
|
|
+; <label>:495 ; preds = %488, %486
|
|
|
|
+ %496 = phi float [ %487, %486 ], [ %494, %488 ]
|
|
|
|
+ %497 = fcmp fast ugt float %480, 0x3F69A5C380000000
|
|
|
|
+ br i1 %497, label %500, label %498
|
|
|
|
+
|
|
|
|
+; <label>:498 ; preds = %495
|
|
|
|
+ %499 = fmul fast float %480, 0x4029D70A40000000
|
|
|
|
+ br label %507
|
|
|
|
+
|
|
|
|
+; <label>:500 ; preds = %495
|
|
|
|
+ %501 = call float @dx.op.unary.f32(i32 6, float %480) ; FAbs(value)
|
|
|
|
+ %502 = call float @dx.op.unary.f32(i32 23, float %501) ; Log(value)
|
|
|
|
+ %503 = fmul fast float %502, 0x3FDAAAAAA0000000
|
|
|
|
+ %504 = call float @dx.op.unary.f32(i32 21, float %503) ; Exp(value)
|
|
|
|
+ %505 = fmul fast float %504, 0x3FF0E147A0000000
|
|
|
|
+ %506 = fadd fast float %505, 0xBFAC28F5C0000000
|
|
|
|
+ br label %507
|
|
|
|
+
|
|
|
|
+; <label>:507 ; preds = %500, %498
|
|
|
|
+ %508 = phi float [ %499, %498 ], [ %506, %500 ]
|
|
|
|
+ %509 = fcmp fast ugt float %481, 0x3F69A5C380000000
|
|
|
|
+ br i1 %509, label %512, label %510
|
|
|
|
+
|
|
|
|
+; <label>:510 ; preds = %507
|
|
|
|
+ %511 = fmul fast float %481, 0x4029D70A40000000
|
|
|
|
+ br label %519
|
|
|
|
+
|
|
|
|
+; <label>:512 ; preds = %507
|
|
|
|
+ %513 = call float @dx.op.unary.f32(i32 6, float %481) ; FAbs(value)
|
|
|
|
+ %514 = call float @dx.op.unary.f32(i32 23, float %513) ; Log(value)
|
|
|
|
+ %515 = fmul fast float %514, 0x3FDAAAAAA0000000
|
|
|
|
+ %516 = call float @dx.op.unary.f32(i32 21, float %515) ; Exp(value)
|
|
|
|
+ %517 = fmul fast float %516, 0x3FF0E147A0000000
|
|
|
|
+ %518 = fadd fast float %517, 0xBFAC28F5C0000000
|
|
|
|
+ br label %519
|
|
|
|
+
|
|
|
|
+; <label>:519 ; preds = %512, %510
|
|
|
|
+ %520 = phi float [ %511, %510 ], [ %518, %512 ]
|
|
|
|
+ %521 = call float @dx.op.unary.f32(i32 7, float %496) ; Saturate(value)
|
|
|
|
+ %522 = call float @dx.op.unary.f32(i32 7, float %508) ; Saturate(value)
|
|
|
|
+ %523 = call float @dx.op.unary.f32(i32 7, float %520) ; Saturate(value)
|
|
|
|
+ br label %528
|
|
|
|
+
|
|
|
|
+; <label>:524 ; preds = %468
|
|
|
|
+ %525 = fmul fast float %421, %369
|
|
|
|
+ %526 = fmul fast float %421, %370
|
|
|
|
+ %527 = fmul fast float %421, %371
|
|
|
|
+ br label %528
|
|
|
|
+
|
|
|
|
+; <label>:528 ; preds = %524, %519, %469, %463, %422, %411
|
|
|
|
+ %529 = phi float [ %416, %411 ], [ %525, %524 ], [ %423, %422 ], [ %465, %463 ], [ %479, %469 ], [ %521, %519 ]
|
|
|
|
+ %530 = phi float [ %417, %411 ], [ %526, %524 ], [ %424, %422 ], [ %466, %463 ], [ %480, %469 ], [ %522, %519 ]
|
|
|
|
+ %531 = phi float [ %418, %411 ], [ %527, %524 ], [ %425, %422 ], [ %467, %463 ], [ %481, %469 ], [ %523, %519 ]
|
|
|
|
+ %532 = fmul fast float %529, %7
|
|
|
|
+ %533 = fmul fast float %530, %8
|
|
|
|
+ %534 = fmul fast float %531, %9
|
|
|
|
+ %535 = fmul fast float %257, %10
|
|
|
|
+ call void @dx.op.storeOutput.f32(i32 5, i32 0, i32 0, i8 0, float %532) ; StoreOutput(outputSigId,rowIndex,colIndex,value)
|
|
|
|
+ call void @dx.op.storeOutput.f32(i32 5, i32 0, i32 0, i8 1, float %533) ; StoreOutput(outputSigId,rowIndex,colIndex,value)
|
|
|
|
+ call void @dx.op.storeOutput.f32(i32 5, i32 0, i32 0, i8 2, float %534) ; StoreOutput(outputSigId,rowIndex,colIndex,value)
|
|
|
|
+ call void @dx.op.storeOutput.f32(i32 5, i32 0, i32 0, i8 3, float %535) ; StoreOutput(outputSigId,rowIndex,colIndex,value)
|
|
|
|
+ ret void
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+; Function Attrs: nounwind readnone
|
|
|
|
+declare float @dx.op.loadInput.f32(i32, i32, i32, i8, i32) #0
|
|
|
|
+
|
|
|
|
+; Function Attrs: nounwind
|
|
|
|
+declare void @dx.op.storeOutput.f32(i32, i32, i32, i8, float) #1
|
|
|
|
+
|
|
|
|
+; Function Attrs: nounwind readonly
|
|
|
|
+declare %dx.types.ResRet.f32 @dx.op.sample.f32(i32, %dx.types.Handle, %dx.types.Handle, float, float, float, float, i32, i32, i32, float) #2
|
|
|
|
+
|
|
|
|
+; Function Attrs: nounwind readonly
|
|
|
|
+declare %dx.types.ResRet.f32 @dx.op.sampleGrad.f32(i32, %dx.types.Handle, %dx.types.Handle, float, float, float, float, i32, i32, i32, float, float, float, float, float, float, float) #2
|
|
|
|
+
|
|
|
|
+; Function Attrs: nounwind readnone
|
|
|
|
+declare float @dx.op.unary.f32(i32, float) #0
|
|
|
|
+
|
|
|
|
+; Function Attrs: nounwind readnone
|
|
|
|
+declare float @dx.op.dot3.f32(i32, float, float, float, float, float, float) #0
|
|
|
|
+
|
|
|
|
+; Function Attrs: nounwind readnone
|
|
|
|
+declare float @dx.op.binary.f32(i32, float, float) #0
|
|
|
|
+
|
|
|
|
+; Function Attrs: nounwind readonly
|
|
|
|
+declare %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32, %dx.types.Handle, i32) #2
|
|
|
|
+
|
|
|
|
+; Function Attrs: nounwind readnone
|
|
|
|
+declare float @dx.op.tertiary.f32(i32, float, float, float) #0
|
|
|
|
+
|
|
|
|
+; Function Attrs: nounwind readonly
|
|
|
|
+declare %dx.types.Handle @dx.op.createHandle(i32, i8, i32, i32, i1) #2
|
|
|
|
+
|
|
|
|
+attributes #0 = { nounwind readnone }
|
|
|
|
+attributes #1 = { nounwind }
|
|
|
|
+attributes #2 = { nounwind readonly }
|
|
|
|
+
|
|
|
|
+!llvm.ident = !{!0}
|
|
|
|
+!dx.version = !{!1}
|
|
|
|
+!dx.valver = !{!2}
|
|
|
|
+!dx.shaderModel = !{!3}
|
|
|
|
+!dx.resources = !{!4}
|
|
|
|
+!dx.viewIdState = !{!15}
|
|
|
|
+!dx.entryPoints = !{!16}
|
|
|
|
+
|
|
|
|
+!0 = !{!"dxcoob 1.7.2308.16 (52da17e29)"}
|
|
|
|
+!1 = !{i32 1, i32 0}
|
|
|
|
+!2 = !{i32 1, i32 7}
|
|
|
|
+!3 = !{!"ps", i32 6, i32 0}
|
|
|
|
+!4 = !{!5, null, !10, !12}
|
|
|
|
+!5 = !{!6, !8, !9}
|
|
|
|
+!6 = !{i32 0, %"class.Texture2D<vector<float, 4> >"* undef, !"", i32 0, i32 0, i32 1, i32 2, i32 0, !7}
|
|
|
|
+!7 = !{i32 0, i32 9}
|
|
|
|
+!8 = !{i32 1, %"class.Texture2D<vector<float, 4> >"* undef, !"", i32 0, i32 1, i32 1, i32 2, i32 0, !7}
|
|
|
|
+!9 = !{i32 2, %"class.Texture2D<vector<float, 4> >"* undef, !"", i32 0, i32 2, i32 1, i32 2, i32 0, !7}
|
|
|
|
+!10 = !{!11}
|
|
|
|
+!11 = !{i32 0, %Constants* undef, !"", i32 0, i32 1, i32 1, i32 112, null}
|
|
|
|
+!12 = !{!13, !14}
|
|
|
|
+!13 = !{i32 0, %struct.SamplerState* undef, !"", i32 0, i32 0, i32 1, i32 0, null}
|
|
|
|
+!14 = !{i32 1, %struct.SamplerState* undef, !"", i32 0, i32 1, i32 1, i32 0, null}
|
|
|
|
+!15 = !{[14 x i32] [i32 12, i32 4, i32 0, i32 0, i32 0, i32 0, i32 15, i32 15, i32 0, i32 0, i32 1, i32 2, i32 4, i32 8]}
|
|
|
|
+!16 = !{void ()* @main, !"main", !17, !4, null}
|
|
|
|
+!17 = !{!18, !25, null}
|
|
|
|
+!18 = !{!19, !21, !23}
|
|
|
|
+!19 = !{i32 0, !"SV_Position", i8 9, i8 3, !20, i8 4, i32 1, i8 4, i32 0, i8 0, null}
|
|
|
|
+!20 = !{i32 0}
|
|
|
|
+!21 = !{i32 1, !"TEXCOORD", i8 9, i8 0, !20, i8 2, i32 1, i8 2, i32 1, i8 0, !22}
|
|
|
|
+!22 = !{i32 3, i32 3}
|
|
|
|
+!23 = !{i32 2, !"COLOR", i8 9, i8 0, !20, i8 2, i32 1, i8 4, i32 2, i8 0, !24}
|
|
|
|
+!24 = !{i32 3, i32 15}
|
|
|
|
+!25 = !{!26}
|
|
|
|
+!26 = !{i32 0, !"SV_Target", i8 9, i8 16, !20, i8 0, i32 1, i8 4, i32 0, i8 0, !24}
|
|
|
|
+
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+const unsigned char g_main[] = {
|
|
|
|
+ 0x44, 0x58, 0x42, 0x43, 0xf3, 0x14, 0xcf, 0x9c, 0xd4, 0x9a, 0x52, 0x14,
|
|
|
|
+ 0x13, 0x0f, 0x94, 0x44, 0xaf, 0x95, 0x36, 0xe8, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0xe4, 0x25, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x50, 0x00, 0x00, 0x00, 0xdc, 0x00, 0x00, 0x00, 0x18, 0x01, 0x00, 0x00,
|
|
|
|
+ 0x7c, 0x02, 0x00, 0x00, 0xa8, 0x03, 0x00, 0x00, 0x88, 0x0d, 0x00, 0x00,
|
|
|
|
+ 0xa4, 0x0d, 0x00, 0x00, 0x53, 0x46, 0x49, 0x30, 0x08, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49, 0x53, 0x47, 0x31,
|
|
|
|
+ 0x84, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7d, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x02, 0x00, 0x00, 0x00, 0x0f, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x53, 0x56, 0x5f, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x00,
|
|
|
|
+ 0x54, 0x45, 0x58, 0x43, 0x4f, 0x4f, 0x52, 0x44, 0x00, 0x43, 0x4f, 0x4c,
|
|
|
|
+ 0x4f, 0x52, 0x00, 0x00, 0x4f, 0x53, 0x47, 0x31, 0x34, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x53, 0x56, 0x5f, 0x54, 0x61, 0x72, 0x67, 0x65,
|
|
|
|
+ 0x74, 0x00, 0x00, 0x00, 0x50, 0x53, 0x56, 0x30, 0x5c, 0x01, 0x00, 0x00,
|
|
|
|
+ 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x03,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x10, 0x00, 0x00, 0x00, 0x00, 0x54, 0x45, 0x58, 0x43, 0x4f, 0x4f, 0x52,
|
|
|
|
+ 0x44, 0x00, 0x43, 0x4f, 0x4c, 0x4f, 0x52, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x44, 0x03, 0x03, 0x04, 0x00, 0x00,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x42, 0x00,
|
|
|
|
+ 0x03, 0x02, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x01, 0x02, 0x44, 0x00, 0x03, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x44, 0x10, 0x03, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x52, 0x54, 0x53, 0x30, 0x24, 0x01, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x07, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x24, 0x01, 0x00, 0x00, 0x1d, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x6c, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x05, 0x00, 0x00, 0x00, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x05, 0x00, 0x00, 0x00, 0xa4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x05, 0x00, 0x00, 0x00, 0xc4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x05, 0x00, 0x00, 0x00, 0xe4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x05, 0x00, 0x00, 0x00, 0x04, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x8c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0xac, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0xcc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0xec, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x0c, 0x01, 0x00, 0x00,
|
|
|
|
+ 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
|
|
|
|
+ 0x53, 0x54, 0x41, 0x54, 0xd8, 0x09, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x76, 0x02, 0x00, 0x00, 0x44, 0x58, 0x49, 0x4c, 0x00, 0x01, 0x00, 0x00,
|
|
|
|
+ 0x10, 0x00, 0x00, 0x00, 0xc0, 0x09, 0x00, 0x00, 0x42, 0x43, 0xc0, 0xde,
|
|
|
|
+ 0x21, 0x0c, 0x00, 0x00, 0x6d, 0x02, 0x00, 0x00, 0x0b, 0x82, 0x20, 0x00,
|
|
|
|
+ 0x02, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x07, 0x81, 0x23, 0x91,
|
|
|
|
+ 0x41, 0xc8, 0x04, 0x49, 0x06, 0x10, 0x32, 0x39, 0x92, 0x01, 0x84, 0x0c,
|
|
|
|
+ 0x25, 0x05, 0x08, 0x19, 0x1e, 0x04, 0x8b, 0x62, 0x80, 0x18, 0x45, 0x02,
|
|
|
|
+ 0x42, 0x92, 0x0b, 0x42, 0xc4, 0x10, 0x32, 0x14, 0x38, 0x08, 0x18, 0x4b,
|
|
|
|
+ 0x0a, 0x32, 0x62, 0x88, 0x48, 0x90, 0x14, 0x20, 0x43, 0x46, 0x88, 0xa5,
|
|
|
|
+ 0x00, 0x19, 0x32, 0x42, 0xe4, 0x48, 0x0e, 0x90, 0x11, 0x23, 0xc4, 0x50,
|
|
|
|
+ 0x41, 0x51, 0x81, 0x8c, 0xe1, 0x83, 0xe5, 0x8a, 0x04, 0x31, 0x46, 0x06,
|
|
|
|
+ 0x51, 0x18, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x1b, 0x8c, 0xe0, 0xff,
|
|
|
|
+ 0xff, 0xff, 0xff, 0x07, 0x40, 0x02, 0xa8, 0x0d, 0x84, 0xf0, 0xff, 0xff,
|
|
|
|
+ 0xff, 0xff, 0x03, 0x20, 0x6d, 0x30, 0x86, 0xff, 0xff, 0xff, 0xff, 0x1f,
|
|
|
|
+ 0x00, 0x09, 0xa8, 0x00, 0x49, 0x18, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x13, 0x82, 0x60, 0x42, 0x20, 0x4c, 0x08, 0x06, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x89, 0x20, 0x00, 0x00, 0x5b, 0x00, 0x00, 0x00, 0x32, 0x22, 0x88, 0x09,
|
|
|
|
+ 0x20, 0x64, 0x85, 0x04, 0x13, 0x23, 0xa4, 0x84, 0x04, 0x13, 0x23, 0xe3,
|
|
|
|
+ 0x84, 0xa1, 0x90, 0x14, 0x12, 0x4c, 0x8c, 0x8c, 0x0b, 0x84, 0xc4, 0x4c,
|
|
|
|
+ 0x10, 0xa4, 0xc1, 0x08, 0x40, 0x09, 0x00, 0x0a, 0x66, 0x00, 0xe6, 0x08,
|
|
|
|
+ 0xc0, 0x60, 0x8e, 0x00, 0x29, 0xc6, 0x40, 0x10, 0x44, 0x41, 0x90, 0x51,
|
|
|
|
+ 0x0c, 0x80, 0x20, 0x88, 0x62, 0x20, 0xe4, 0xa6, 0xe1, 0xf2, 0x27, 0xec,
|
|
|
|
+ 0x21, 0x24, 0x7f, 0x25, 0xa4, 0x95, 0x98, 0xfc, 0xe2, 0xb6, 0x51, 0x31,
|
|
|
|
+ 0x0c, 0xc3, 0x40, 0x50, 0x71, 0xcf, 0x70, 0xf9, 0x13, 0xf6, 0x10, 0x92,
|
|
|
|
+ 0x1f, 0x02, 0xcd, 0xb0, 0x10, 0x28, 0x58, 0x0a, 0xa3, 0x10, 0x0c, 0x33,
|
|
|
|
+ 0x0c, 0xc3, 0x40, 0x10, 0xc4, 0x40, 0x4d, 0x91, 0x14, 0x82, 0x61, 0x86,
|
|
|
|
+ 0x61, 0x18, 0x08, 0x82, 0x18, 0x86, 0x61, 0x18, 0x86, 0x81, 0x9e, 0x32,
|
|
|
|
+ 0x0c, 0xc4, 0x40, 0x51, 0x41, 0x06, 0x62, 0x18, 0x86, 0x61, 0x18, 0x68,
|
|
|
|
+ 0x2a, 0xc4, 0x40, 0x0c, 0x03, 0x55, 0x47, 0x0d, 0x97, 0x3f, 0x61, 0x0f,
|
|
|
|
+ 0x21, 0xf9, 0xdc, 0x46, 0x15, 0x2b, 0x31, 0xf9, 0xc5, 0x6d, 0x23, 0x62,
|
|
|
|
+ 0x18, 0x86, 0xa1, 0x10, 0x17, 0xc1, 0x10, 0x84, 0x95, 0x62, 0x20, 0x86,
|
|
|
|
+ 0x61, 0x20, 0x6d, 0x8e, 0x20, 0x28, 0x06, 0x43, 0x14, 0x04, 0xc1, 0x51,
|
|
|
|
+ 0x37, 0x10, 0x30, 0x8c, 0x40, 0x0c, 0x33, 0xb5, 0xc1, 0x38, 0xb0, 0x43,
|
|
|
|
+ 0x38, 0xcc, 0xc3, 0x3c, 0xb8, 0x01, 0x2d, 0x94, 0x03, 0x3e, 0xd0, 0x43,
|
|
|
|
+ 0x3d, 0xc8, 0x43, 0x39, 0xc8, 0x01, 0x29, 0xf0, 0x81, 0x3d, 0x94, 0xc3,
|
|
|
|
+ 0x38, 0xd0, 0xc3, 0x3b, 0xc8, 0x03, 0x1f, 0x98, 0x03, 0x3b, 0xbc, 0x43,
|
|
|
|
+ 0x38, 0xd0, 0x03, 0x1b, 0x80, 0x01, 0x1d, 0xf8, 0x01, 0x18, 0xf8, 0x81,
|
|
|
|
+ 0x1e, 0xe8, 0x41, 0x3b, 0xa4, 0x03, 0x3c, 0xcc, 0xc3, 0x2f, 0xd0, 0x43,
|
|
|
|
+ 0x3e, 0xc0, 0x43, 0x39, 0xa0, 0x80, 0x98, 0x49, 0x0c, 0xc6, 0x81, 0x1d,
|
|
|
|
+ 0xc2, 0x61, 0x1e, 0xe6, 0xc1, 0x0d, 0x68, 0xa1, 0x1c, 0xf0, 0x81, 0x1e,
|
|
|
|
+ 0xea, 0x41, 0x1e, 0xca, 0x41, 0x0e, 0x48, 0x81, 0x0f, 0xec, 0xa1, 0x1c,
|
|
|
|
+ 0xc6, 0x81, 0x1e, 0xde, 0x41, 0x1e, 0xf8, 0xc0, 0x1c, 0xd8, 0xe1, 0x1d,
|
|
|
|
+ 0xc2, 0x81, 0x1e, 0xd8, 0x00, 0x0c, 0xe8, 0xc0, 0x0f, 0xc0, 0xc0, 0x0f,
|
|
|
|
+ 0x90, 0x00, 0x86, 0x24, 0x5e, 0xc2, 0x39, 0x8d, 0x34, 0x01, 0xcd, 0x24,
|
|
|
|
+ 0xa1, 0x66, 0x18, 0x86, 0x01, 0x1c, 0x86, 0x61, 0x00, 0x41, 0x10, 0x24,
|
|
|
|
+ 0xf2, 0x26, 0x69, 0x8a, 0x28, 0x61, 0xf2, 0x59, 0x80, 0x79, 0x16, 0x22,
|
|
|
|
+ 0x62, 0x27, 0x60, 0x22, 0x50, 0x40, 0x90, 0x99, 0x0e, 0x04, 0x00, 0x00,
|
|
|
|
+ 0x13, 0x14, 0x72, 0xc0, 0x87, 0x74, 0x60, 0x87, 0x36, 0x68, 0x87, 0x79,
|
|
|
|
+ 0x68, 0x03, 0x72, 0xc0, 0x87, 0x0d, 0xaf, 0x50, 0x0e, 0x6d, 0xd0, 0x0e,
|
|
|
|
+ 0x7a, 0x50, 0x0e, 0x6d, 0x00, 0x0f, 0x7a, 0x30, 0x07, 0x72, 0xa0, 0x07,
|
|
|
|
+ 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x71, 0xa0, 0x07, 0x73, 0x20, 0x07,
|
|
|
|
+ 0x6d, 0x90, 0x0e, 0x78, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e,
|
|
|
|
+ 0x71, 0x60, 0x07, 0x7a, 0x30, 0x07, 0x72, 0xd0, 0x06, 0xe9, 0x30, 0x07,
|
|
|
|
+ 0x72, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x76, 0x40, 0x07,
|
|
|
|
+ 0x7a, 0x60, 0x07, 0x74, 0xd0, 0x06, 0xe6, 0x10, 0x07, 0x76, 0xa0, 0x07,
|
|
|
|
+ 0x73, 0x20, 0x07, 0x6d, 0x60, 0x0e, 0x73, 0x20, 0x07, 0x7a, 0x30, 0x07,
|
|
|
|
+ 0x72, 0xd0, 0x06, 0xe6, 0x60, 0x07, 0x74, 0xa0, 0x07, 0x76, 0x40, 0x07,
|
|
|
|
+ 0x6d, 0xe0, 0x0e, 0x78, 0xa0, 0x07, 0x71, 0x60, 0x07, 0x7a, 0x30, 0x07,
|
|
|
|
+ 0x72, 0xa0, 0x07, 0x76, 0x40, 0x07, 0x43, 0x9e, 0x00, 0x08, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x3c, 0x06, 0x10, 0x00,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x79, 0x10, 0x20,
|
|
|
|
+ 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0xf2, 0x34,
|
|
|
|
+ 0x40, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0xe4,
|
|
|
|
+ 0x79, 0x80, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60,
|
|
|
|
+ 0xc8, 0x13, 0x01, 0x01, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0xc0, 0x90, 0x67, 0x02, 0x02, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x80, 0x21, 0x4f, 0x05, 0x04, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x43, 0x1e, 0x0c, 0x08, 0x80, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x86, 0x3c, 0x1a, 0x10, 0x00, 0x01, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x79, 0x3a, 0x20, 0x00, 0x06, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc8, 0x02, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x1a, 0x00, 0x00, 0x00, 0x32, 0x1e, 0x98, 0x18, 0x19, 0x11, 0x4c, 0x90,
|
|
|
|
+ 0x8c, 0x09, 0x26, 0x47, 0xc6, 0x04, 0x43, 0x22, 0x4a, 0x60, 0x04, 0xa0,
|
|
|
|
+ 0x18, 0x8a, 0xa0, 0x24, 0x0a, 0x3c, 0xa0, 0x0c, 0xca, 0xa1, 0x10, 0x0a,
|
|
|
|
+ 0xa2, 0x30, 0x0a, 0xa4, 0x80, 0x0a, 0xa9, 0xa0, 0x0a, 0xab, 0xc0, 0x0a,
|
|
|
|
+ 0x30, 0xa0, 0x40, 0x03, 0x0a, 0x38, 0xa0, 0x3c, 0x8a, 0xa7, 0x88, 0x09,
|
|
|
|
+ 0x0a, 0x17, 0xa1, 0x2c, 0xa8, 0x28, 0x89, 0x32, 0x28, 0x84, 0x11, 0x80,
|
|
|
|
+ 0x22, 0x28, 0x10, 0xe2, 0x6a, 0x80, 0xc6, 0x19, 0x00, 0x22, 0x67, 0x00,
|
|
|
|
+ 0xa8, 0x9c, 0x01, 0xa0, 0x73, 0x06, 0x80, 0xd0, 0xb1, 0x1c, 0x86, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x78, 0x1e, 0x00, 0x08, 0x04, 0x02, 0x01, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x79, 0x18, 0x00, 0x00, 0x06, 0x01, 0x00, 0x00, 0x1a, 0x03, 0x4c, 0x90,
|
|
|
|
+ 0x46, 0x02, 0x13, 0x44, 0x8f, 0x0c, 0x6f, 0xec, 0xed, 0x4d, 0x0c, 0x24,
|
|
|
|
+ 0xc6, 0xe5, 0xc6, 0x45, 0x66, 0x06, 0x06, 0xc7, 0x25, 0xc6, 0x06, 0x04,
|
|
|
|
+ 0xa5, 0x46, 0x86, 0x2c, 0x2c, 0xe6, 0xa6, 0x4c, 0x26, 0x27, 0x65, 0x43,
|
|
|
|
+ 0x10, 0x4c, 0x10, 0x88, 0x65, 0x82, 0x40, 0x30, 0x1b, 0x84, 0x81, 0xd8,
|
|
|
|
+ 0x20, 0x10, 0x04, 0x05, 0xb8, 0xb9, 0x09, 0x02, 0xd1, 0x6c, 0x18, 0x0e,
|
|
|
|
+ 0x84, 0x98, 0x20, 0x8c, 0xc1, 0x1a, 0x10, 0xa1, 0x2b, 0xc3, 0xa3, 0xab,
|
|
|
|
+ 0x93, 0x2b, 0x83, 0x99, 0x20, 0x10, 0xce, 0x04, 0x81, 0x78, 0x36, 0x08,
|
|
|
|
+ 0x44, 0xb3, 0x21, 0x21, 0x94, 0x85, 0x20, 0x06, 0x86, 0x70, 0x88, 0xd0,
|
|
|
|
+ 0x95, 0xe1, 0xd1, 0xd5, 0xc9, 0x95, 0xc5, 0x6c, 0x48, 0x06, 0x05, 0x22,
|
|
|
|
+ 0x86, 0x81, 0x21, 0x1c, 0x22, 0x74, 0x65, 0x78, 0x74, 0x75, 0x72, 0x65,
|
|
|
|
+ 0x32, 0x1b, 0x12, 0x46, 0x91, 0x08, 0x66, 0x60, 0x08, 0x67, 0xc3, 0xf0,
|
|
|
|
+ 0x44, 0xd3, 0x04, 0xa1, 0x0c, 0xda, 0x80, 0xc9, 0xd0, 0x9b, 0xdb, 0x1c,
|
|
|
|
+ 0x5d, 0x98, 0x1b, 0xdd, 0xdc, 0x04, 0x81, 0x80, 0x36, 0x20, 0x44, 0x65,
|
|
|
|
+ 0x11, 0xc3, 0x70, 0x01, 0x1b, 0x02, 0x6c, 0x82, 0x70, 0x06, 0x6e, 0x40,
|
|
|
|
+ 0x64, 0x2e, 0xac, 0x0d, 0x8e, 0xad, 0x4c, 0x0e, 0x66, 0x03, 0x42, 0x68,
|
|
|
|
+ 0x1b, 0x41, 0x0c, 0x04, 0x40, 0x64, 0x2e, 0xac, 0x0d, 0x8e, 0xad, 0x4c,
|
|
|
|
+ 0x2e, 0x66, 0x03, 0x32, 0x68, 0x1d, 0x31, 0x0c, 0x04, 0xb0, 0x41, 0xe0,
|
|
|
|
+ 0xbc, 0x0d, 0x04, 0x05, 0x64, 0xdf, 0x04, 0x81, 0x0c, 0xd8, 0x80, 0xcc,
|
|
|
|
+ 0xdc, 0x98, 0xd4, 0x91, 0xd0, 0xd7, 0x5b, 0x1d, 0x1d, 0x5c, 0x1d, 0xdd,
|
|
|
|
+ 0x04, 0x81, 0x88, 0x26, 0x08, 0x84, 0x34, 0x41, 0xe0, 0xd4, 0x60, 0x03,
|
|
|
|
+ 0x82, 0x88, 0xc1, 0x18, 0x10, 0x64, 0xd0, 0x34, 0x65, 0x40, 0x86, 0xae,
|
|
|
|
+ 0x0c, 0x8f, 0xae, 0x4e, 0xae, 0xec, 0x8b, 0x2e, 0x0f, 0xae, 0x6c, 0x82,
|
|
|
|
+ 0x40, 0x4c, 0x1b, 0x10, 0xe4, 0x0c, 0xc6, 0x00, 0x0d, 0xc8, 0xa0, 0x69,
|
|
|
|
+ 0xca, 0x80, 0x4a, 0x9a, 0x1b, 0x5c, 0x1d, 0xdd, 0x17, 0x5d, 0x1e, 0x5c,
|
|
|
|
+ 0xd9, 0x04, 0x81, 0xa0, 0x36, 0x20, 0x88, 0x1a, 0x8c, 0xc1, 0x1a, 0x90,
|
|
|
|
+ 0x41, 0xd3, 0x94, 0x01, 0x97, 0xb1, 0x37, 0xb6, 0x37, 0xb9, 0xaf, 0xb9,
|
|
|
|
+ 0xb1, 0x30, 0xb6, 0xb2, 0x09, 0x02, 0x51, 0x6d, 0x40, 0x90, 0x36, 0x18,
|
|
|
|
+ 0x03, 0x37, 0x20, 0x83, 0xa6, 0x29, 0x03, 0x2a, 0x74, 0x65, 0x78, 0x65,
|
|
|
|
+ 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x13, 0x04, 0xc2, 0xda, 0x80, 0x20,
|
|
|
|
+ 0x70, 0x30, 0x06, 0x71, 0x40, 0x06, 0x4d, 0x53, 0x06, 0x74, 0xe8, 0xde,
|
|
|
|
+ 0xdc, 0xca, 0xda, 0xc2, 0xe0, 0xbe, 0xda, 0xca, 0xe8, 0xd0, 0xde, 0xc8,
|
|
|
|
+ 0x26, 0x08, 0xc4, 0xb5, 0x01, 0x41, 0xe6, 0x60, 0x0c, 0xe8, 0x80, 0x0c,
|
|
|
|
+ 0x9a, 0xa6, 0x0c, 0xf8, 0xd0, 0xbd, 0xb9, 0x95, 0xb5, 0x85, 0xc1, 0x7d,
|
|
|
|
+ 0x99, 0x85, 0x8d, 0xd1, 0xbd, 0xc9, 0xc5, 0x4c, 0x10, 0x08, 0x6c, 0x03,
|
|
|
|
+ 0x82, 0xd8, 0xc1, 0x18, 0xdc, 0x01, 0x19, 0x34, 0x4d, 0x19, 0xf0, 0xa1,
|
|
|
|
+ 0x7b, 0x73, 0x2b, 0x6b, 0x0b, 0x83, 0xfb, 0x32, 0x0b, 0x1b, 0xa3, 0x7b,
|
|
|
|
+ 0x93, 0x93, 0x99, 0x20, 0x10, 0xd9, 0x06, 0x04, 0xc9, 0x83, 0x31, 0xd0,
|
|
|
|
+ 0x03, 0x32, 0x68, 0x9a, 0x32, 0xe0, 0x33, 0x47, 0x26, 0xf7, 0x75, 0x87,
|
|
|
|
+ 0x96, 0x46, 0x57, 0xf6, 0x05, 0xf7, 0x96, 0xe6, 0x46, 0x37, 0x41, 0x20,
|
|
|
|
+ 0xb4, 0x0d, 0x08, 0xc2, 0x07, 0x63, 0xd0, 0x07, 0x64, 0xd0, 0x34, 0x65,
|
|
|
|
+ 0xc0, 0x23, 0xeb, 0xcd, 0xcc, 0x6c, 0xae, 0x8c, 0x6e, 0x82, 0x40, 0x6c,
|
|
|
|
+ 0x1b, 0x10, 0xe4, 0x0f, 0xc6, 0x00, 0x14, 0xc8, 0xa0, 0x69, 0xca, 0x80,
|
|
|
|
+ 0x86, 0xd4, 0xd8, 0x5b, 0x99, 0x99, 0xd9, 0x04, 0x81, 0xe0, 0x36, 0x20,
|
|
|
|
+ 0x88, 0x28, 0x8c, 0xc1, 0x28, 0x90, 0x41, 0xd3, 0x94, 0x01, 0x8d, 0xa3,
|
|
|
|
+ 0xb1, 0xb7, 0x32, 0x33, 0xb3, 0x09, 0x02, 0xd1, 0x6d, 0x40, 0x90, 0x52,
|
|
|
|
+ 0x18, 0x03, 0x53, 0x20, 0x83, 0xa6, 0x29, 0x03, 0x1a, 0x42, 0x63, 0x6f,
|
|
|
|
+ 0x65, 0x66, 0x66, 0x13, 0x04, 0xc2, 0xdb, 0x80, 0x20, 0xa8, 0x30, 0x06,
|
|
|
|
+ 0xa9, 0x40, 0x06, 0x4d, 0x53, 0x06, 0x1b, 0x9c, 0xcb, 0x0c, 0xd2, 0x80,
|
|
|
|
+ 0x0d, 0xde, 0x40, 0x0e, 0xea, 0x00, 0x0f, 0xf6, 0xc0, 0x0f, 0x42, 0x81,
|
|
|
|
+ 0x14, 0x4e, 0x41, 0x15, 0x36, 0x0c, 0x44, 0x18, 0xac, 0xc2, 0x04, 0x41,
|
|
|
|
+ 0x00, 0x36, 0x00, 0x1b, 0x06, 0xc2, 0x15, 0x5c, 0x61, 0x43, 0xf0, 0x0a,
|
|
|
|
+ 0x1b, 0x86, 0xa1, 0x15, 0x60, 0x61, 0x82, 0x80, 0x06, 0x6f, 0xb0, 0x21,
|
|
|
|
+ 0x90, 0x05, 0x12, 0x6d, 0x61, 0x69, 0x6e, 0x5c, 0xa6, 0xac, 0xbe, 0xa0,
|
|
|
|
+ 0xde, 0xe6, 0xd2, 0xe8, 0xd2, 0xde, 0xdc, 0x26, 0x08, 0x05, 0x19, 0x4c,
|
|
|
|
+ 0x10, 0x8a, 0x32, 0xd8, 0x10, 0x10, 0x13, 0x84, 0xc2, 0x0c, 0x26, 0x08,
|
|
|
|
+ 0xc5, 0x19, 0x6c, 0x58, 0x88, 0x5a, 0xb0, 0x85, 0x5b, 0xc0, 0x85, 0x5c,
|
|
|
|
+ 0x18, 0x72, 0x81, 0xd0, 0x05, 0x80, 0x08, 0x55, 0x11, 0xd6, 0xd0, 0xd3,
|
|
|
|
+ 0x93, 0x14, 0xd1, 0x04, 0xa1, 0x40, 0x83, 0x0d, 0xc2, 0x18, 0x8c, 0xc1,
|
|
|
|
+ 0x86, 0x65, 0xe0, 0x05, 0x5b, 0xd0, 0x05, 0x5c, 0xe8, 0x85, 0xa1, 0x17,
|
|
|
|
+ 0x06, 0x5d, 0xf0, 0x05, 0x16, 0x43, 0x4f, 0x4c, 0x4f, 0x52, 0x13, 0x04,
|
|
|
|
+ 0xe2, 0xdb, 0x20, 0x8c, 0x41, 0x38, 0x6c, 0x58, 0x18, 0x70, 0xb0, 0x05,
|
|
|
|
+ 0x5d, 0xc0, 0x85, 0x5e, 0x18, 0x72, 0x81, 0xd1, 0x05, 0x71, 0xd8, 0x30,
|
|
|
|
+ 0xec, 0xc2, 0x2f, 0x8c, 0x03, 0x93, 0x29, 0xab, 0x2f, 0xaa, 0x30, 0xb9,
|
|
|
|
+ 0xb3, 0x32, 0xba, 0x09, 0x42, 0x91, 0x06, 0x1b, 0x16, 0xa2, 0x1c, 0x6c,
|
|
|
|
+ 0xc1, 0x1c, 0x70, 0x41, 0x17, 0x86, 0x5c, 0x20, 0x74, 0x41, 0x1c, 0x36,
|
|
|
|
+ 0x04, 0xe7, 0xb0, 0x61, 0x20, 0x07, 0x74, 0x00, 0x36, 0x14, 0xad, 0x40,
|
|
|
|
+ 0x0b, 0xe9, 0x00, 0x06, 0x00, 0x11, 0x31, 0xb9, 0x30, 0xb7, 0x31, 0xb4,
|
|
|
|
+ 0xb2, 0xb9, 0x09, 0x02, 0x01, 0x06, 0x34, 0xcc, 0xd8, 0xde, 0xc2, 0xe8,
|
|
|
|
+ 0xe6, 0x26, 0x08, 0x44, 0x18, 0xb0, 0x48, 0x73, 0x9b, 0xa3, 0x9b, 0x9b,
|
|
|
|
+ 0x20, 0x10, 0x62, 0x40, 0x63, 0x2e, 0xed, 0xec, 0x8b, 0x8d, 0x8c, 0xc6,
|
|
|
|
+ 0x5c, 0xda, 0xd9, 0xd7, 0x1c, 0x1d, 0x11, 0xba, 0x32, 0xbc, 0xaf, 0x33,
|
|
|
|
+ 0xb9, 0x30, 0x32, 0x22, 0x74, 0x65, 0x78, 0x5f, 0x6e, 0x6f, 0x72, 0x6d,
|
|
|
|
+ 0x13, 0x04, 0x62, 0x0c, 0x36, 0x38, 0xeb, 0xc0, 0x0e, 0xed, 0xe0, 0x0e,
|
|
|
|
+ 0xef, 0x00, 0x0f, 0xf1, 0x80, 0xc8, 0x03, 0x1a, 0xcc, 0x03, 0x43, 0x0f,
|
|
|
|
+ 0xf5, 0x50, 0x85, 0x8d, 0xcd, 0xae, 0xcd, 0x25, 0x8d, 0xac, 0xcc, 0x8d,
|
|
|
|
+ 0x6e, 0x4a, 0x10, 0x54, 0x21, 0xc3, 0x73, 0xb1, 0x2b, 0x93, 0x9b, 0x4b,
|
|
|
|
+ 0x7b, 0x73, 0x9b, 0x12, 0x10, 0x4d, 0xc8, 0xf0, 0x5c, 0xec, 0xc2, 0xd8,
|
|
|
|
+ 0xec, 0xca, 0xe4, 0xa6, 0x04, 0x45, 0x1d, 0x32, 0x3c, 0x97, 0x39, 0xb4,
|
|
|
|
+ 0x30, 0xb2, 0x32, 0xb9, 0xa6, 0x37, 0xb2, 0x32, 0xb6, 0x29, 0x01, 0x52,
|
|
|
|
+ 0x86, 0x0c, 0xcf, 0x45, 0xae, 0x6c, 0xee, 0xad, 0x4e, 0x6e, 0xac, 0x6c,
|
|
|
|
+ 0x6e, 0x4a, 0xf0, 0x55, 0x22, 0xc3, 0x73, 0xa1, 0xcb, 0x83, 0x2b, 0x0b,
|
|
|
|
+ 0x72, 0x73, 0x7b, 0xa3, 0x0b, 0xa3, 0x4b, 0x7b, 0x73, 0x9b, 0x9b, 0x22,
|
|
|
|
+ 0xac, 0x02, 0x2c, 0xd4, 0x21, 0xc3, 0x73, 0xb1, 0x4b, 0x2b, 0xbb, 0x4b,
|
|
|
|
+ 0x22, 0x9b, 0xa2, 0x0b, 0xa3, 0x2b, 0x9b, 0x12, 0xc8, 0x42, 0x1d, 0x32,
|
|
|
|
+ 0x3c, 0x97, 0x32, 0x37, 0x3a, 0xb9, 0x3c, 0xa8, 0xb7, 0x34, 0x37, 0xba,
|
|
|
|
+ 0xb9, 0x29, 0x41, 0x3a, 0x74, 0x21, 0xc3, 0x73, 0x19, 0x7b, 0xab, 0x73,
|
|
|
|
+ 0xa3, 0x2b, 0x93, 0x9b, 0x9b, 0x12, 0xd4, 0x03, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x79, 0x18, 0x00, 0x00, 0x51, 0x00, 0x00, 0x00, 0x33, 0x08, 0x80, 0x1c,
|
|
|
|
+ 0xc4, 0xe1, 0x1c, 0x66, 0x14, 0x01, 0x3d, 0x88, 0x43, 0x38, 0x84, 0xc3,
|
|
|
|
+ 0x8c, 0x42, 0x80, 0x07, 0x79, 0x78, 0x07, 0x73, 0x98, 0x71, 0x0c, 0xe6,
|
|
|
|
+ 0x00, 0x0f, 0xed, 0x10, 0x0e, 0xf4, 0x80, 0x0e, 0x33, 0x0c, 0x42, 0x1e,
|
|
|
|
+ 0xc2, 0xc1, 0x1d, 0xce, 0xa1, 0x1c, 0x66, 0x30, 0x05, 0x3d, 0x88, 0x43,
|
|
|
|
+ 0x38, 0x84, 0x83, 0x1b, 0xcc, 0x03, 0x3d, 0xc8, 0x43, 0x3d, 0x8c, 0x03,
|
|
|
|
+ 0x3d, 0xcc, 0x78, 0x8c, 0x74, 0x70, 0x07, 0x7b, 0x08, 0x07, 0x79, 0x48,
|
|
|
|
+ 0x87, 0x70, 0x70, 0x07, 0x7a, 0x70, 0x03, 0x76, 0x78, 0x87, 0x70, 0x20,
|
|
|
|
+ 0x87, 0x19, 0xcc, 0x11, 0x0e, 0xec, 0x90, 0x0e, 0xe1, 0x30, 0x0f, 0x6e,
|
|
|
|
+ 0x30, 0x0f, 0xe3, 0xf0, 0x0e, 0xf0, 0x50, 0x0e, 0x33, 0x10, 0xc4, 0x1d,
|
|
|
|
+ 0xde, 0x21, 0x1c, 0xd8, 0x21, 0x1d, 0xc2, 0x61, 0x1e, 0x66, 0x30, 0x89,
|
|
|
|
+ 0x3b, 0xbc, 0x83, 0x3b, 0xd0, 0x43, 0x39, 0xb4, 0x03, 0x3c, 0xbc, 0x83,
|
|
|
|
+ 0x3c, 0x84, 0x03, 0x3b, 0xcc, 0xf0, 0x14, 0x76, 0x60, 0x07, 0x7b, 0x68,
|
|
|
|
+ 0x07, 0x37, 0x68, 0x87, 0x72, 0x68, 0x07, 0x37, 0x80, 0x87, 0x70, 0x90,
|
|
|
|
+ 0x87, 0x70, 0x60, 0x07, 0x76, 0x28, 0x07, 0x76, 0xf8, 0x05, 0x76, 0x78,
|
|
|
|
+ 0x87, 0x77, 0x80, 0x87, 0x5f, 0x08, 0x87, 0x71, 0x18, 0x87, 0x72, 0x98,
|
|
|
|
+ 0x87, 0x79, 0x98, 0x81, 0x2c, 0xee, 0xf0, 0x0e, 0xee, 0xe0, 0x0e, 0xf5,
|
|
|
|
+ 0xc0, 0x0e, 0xec, 0x30, 0x03, 0x62, 0xc8, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c,
|
|
|
|
+ 0xcc, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c, 0xdc, 0x61, 0x1c, 0xca, 0x21, 0x1c,
|
|
|
|
+ 0xc4, 0x81, 0x1d, 0xca, 0x61, 0x06, 0xd6, 0x90, 0x43, 0x39, 0xc8, 0x43,
|
|
|
|
+ 0x39, 0x98, 0x43, 0x39, 0xc8, 0x43, 0x39, 0xb8, 0xc3, 0x38, 0x94, 0x43,
|
|
|
|
+ 0x38, 0x88, 0x03, 0x3b, 0x94, 0xc3, 0x2f, 0xbc, 0x83, 0x3c, 0xfc, 0x82,
|
|
|
|
+ 0x3b, 0xd4, 0x03, 0x3b, 0xb0, 0xc3, 0x0c, 0xc4, 0x21, 0x07, 0x7c, 0x70,
|
|
|
|
+ 0x03, 0x7a, 0x28, 0x87, 0x76, 0x80, 0x87, 0x19, 0xd1, 0x43, 0x0e, 0xf8,
|
|
|
|
+ 0xe0, 0x06, 0xe4, 0x20, 0x0e, 0xe7, 0xe0, 0x06, 0xf6, 0x10, 0x0e, 0xf2,
|
|
|
|
+ 0xc0, 0x0e, 0xe1, 0x90, 0x0f, 0xef, 0x50, 0x0f, 0xf4, 0x30, 0x83, 0x81,
|
|
|
|
+ 0xc8, 0x01, 0x1f, 0xdc, 0x40, 0x1c, 0xe4, 0xa1, 0x1c, 0xc2, 0x61, 0x1d,
|
|
|
|
+ 0xdc, 0x40, 0x1c, 0xe4, 0x01, 0x00, 0x00, 0x00, 0x71, 0x20, 0x00, 0x00,
|
|
|
|
+ 0x2a, 0x00, 0x00, 0x00, 0x76, 0x00, 0x0d, 0x97, 0xef, 0x3c, 0x7e, 0x80,
|
|
|
|
+ 0x34, 0x40, 0x84, 0xf9, 0xc5, 0x6d, 0x1b, 0xc2, 0x36, 0x5c, 0xbe, 0xf3,
|
|
|
|
+ 0xf8, 0x42, 0x40, 0x15, 0x05, 0x11, 0x95, 0x0e, 0x30, 0x94, 0x84, 0x01,
|
|
|
|
+ 0x08, 0x98, 0x5f, 0xdc, 0xb6, 0x29, 0x48, 0xc3, 0xe5, 0x3b, 0x8f, 0x2f,
|
|
|
|
+ 0x44, 0x04, 0x30, 0x11, 0x21, 0xd0, 0x0c, 0x0b, 0x61, 0x06, 0xce, 0x70,
|
|
|
|
+ 0xf9, 0xce, 0xe3, 0x0f, 0xce, 0x74, 0xfb, 0xc5, 0x6d, 0x5b, 0xc0, 0x34,
|
|
|
|
+ 0x5c, 0xbe, 0xf3, 0xf8, 0x8b, 0x03, 0x0c, 0x62, 0xf3, 0x50, 0x93, 0x5f,
|
|
|
|
+ 0xdc, 0xb6, 0x0d, 0x40, 0xc3, 0xe5, 0x3b, 0x8f, 0x2f, 0x01, 0xcc, 0xb3,
|
|
|
|
+ 0x10, 0x7e, 0x71, 0xdb, 0x46, 0x40, 0x0d, 0x97, 0xef, 0x3c, 0xbe, 0x04,
|
|
|
|
+ 0x30, 0xcf, 0x42, 0x80, 0x11, 0x30, 0xf8, 0xc5, 0x6d, 0x9b, 0x40, 0x35,
|
|
|
|
+ 0x5c, 0xbe, 0xf3, 0xf8, 0xd2, 0xe4, 0x44, 0x04, 0x4a, 0x4d, 0x0f, 0x35,
|
|
|
|
+ 0xf9, 0xc5, 0x6d, 0x5b, 0x82, 0x34, 0x5c, 0xbe, 0xf3, 0xf8, 0x13, 0x11,
|
|
|
|
+ 0x4d, 0x08, 0x10, 0x61, 0x7e, 0x71, 0xdb, 0x56, 0xf0, 0x0c, 0x97, 0xef,
|
|
|
|
+ 0x3c, 0x3e, 0xd5, 0x00, 0x11, 0xe6, 0x17, 0xb7, 0x6d, 0x00, 0x04, 0x03,
|
|
|
|
+ 0x20, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x41, 0x53, 0x48,
|
|
|
|
+ 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x23, 0x47, 0x3d,
|
|
|
|
+ 0xe2, 0x44, 0x5e, 0xa6, 0x8f, 0xe5, 0xda, 0xd5, 0x43, 0xff, 0x99, 0x36,
|
|
|
|
+ 0x44, 0x58, 0x49, 0x4c, 0x38, 0x18, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x0e, 0x06, 0x00, 0x00, 0x44, 0x58, 0x49, 0x4c, 0x00, 0x01, 0x00, 0x00,
|
|
|
|
+ 0x10, 0x00, 0x00, 0x00, 0x20, 0x18, 0x00, 0x00, 0x42, 0x43, 0xc0, 0xde,
|
|
|
|
+ 0x21, 0x0c, 0x00, 0x00, 0x05, 0x06, 0x00, 0x00, 0x0b, 0x82, 0x20, 0x00,
|
|
|
|
+ 0x02, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x07, 0x81, 0x23, 0x91,
|
|
|
|
+ 0x41, 0xc8, 0x04, 0x49, 0x06, 0x10, 0x32, 0x39, 0x92, 0x01, 0x84, 0x0c,
|
|
|
|
+ 0x25, 0x05, 0x08, 0x19, 0x1e, 0x04, 0x8b, 0x62, 0x80, 0x18, 0x45, 0x02,
|
|
|
|
+ 0x42, 0x92, 0x0b, 0x42, 0xc4, 0x10, 0x32, 0x14, 0x38, 0x08, 0x18, 0x4b,
|
|
|
|
+ 0x0a, 0x32, 0x62, 0x88, 0x48, 0x90, 0x14, 0x20, 0x43, 0x46, 0x88, 0xa5,
|
|
|
|
+ 0x00, 0x19, 0x32, 0x42, 0xe4, 0x48, 0x0e, 0x90, 0x11, 0x23, 0xc4, 0x50,
|
|
|
|
+ 0x41, 0x51, 0x81, 0x8c, 0xe1, 0x83, 0xe5, 0x8a, 0x04, 0x31, 0x46, 0x06,
|
|
|
|
+ 0x51, 0x18, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x1b, 0x8c, 0xe0, 0xff,
|
|
|
|
+ 0xff, 0xff, 0xff, 0x07, 0x40, 0x02, 0xa8, 0x0d, 0x84, 0xf0, 0xff, 0xff,
|
|
|
|
+ 0xff, 0xff, 0x03, 0x20, 0x6d, 0x30, 0x86, 0xff, 0xff, 0xff, 0xff, 0x1f,
|
|
|
|
+ 0x00, 0x09, 0xa8, 0x00, 0x49, 0x18, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x13, 0x82, 0x60, 0x42, 0x20, 0x4c, 0x08, 0x06, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x89, 0x20, 0x00, 0x00, 0x5c, 0x00, 0x00, 0x00, 0x32, 0x22, 0x88, 0x09,
|
|
|
|
+ 0x20, 0x64, 0x85, 0x04, 0x13, 0x23, 0xa4, 0x84, 0x04, 0x13, 0x23, 0xe3,
|
|
|
|
+ 0x84, 0xa1, 0x90, 0x14, 0x12, 0x4c, 0x8c, 0x8c, 0x0b, 0x84, 0xc4, 0x4c,
|
|
|
|
+ 0x10, 0xa8, 0xc1, 0x08, 0x40, 0x09, 0x00, 0x0a, 0x66, 0x00, 0xe6, 0x08,
|
|
|
|
+ 0xc0, 0x60, 0x8e, 0x00, 0x29, 0xc6, 0x40, 0x10, 0x44, 0x41, 0x90, 0x51,
|
|
|
|
+ 0x0c, 0x80, 0x20, 0x88, 0x62, 0x20, 0xe4, 0xa6, 0xe1, 0xf2, 0x27, 0xec,
|
|
|
|
+ 0x21, 0x24, 0x7f, 0x25, 0xa4, 0x95, 0x98, 0xfc, 0xe2, 0xb6, 0x51, 0x31,
|
|
|
|
+ 0x0c, 0xc3, 0x40, 0x50, 0x71, 0xcf, 0x70, 0xf9, 0x13, 0xf6, 0x10, 0x92,
|
|
|
|
+ 0x1f, 0x02, 0xcd, 0xb0, 0x10, 0x28, 0x58, 0x0a, 0xa3, 0x10, 0x0c, 0x33,
|
|
|
|
+ 0x0c, 0xc3, 0x40, 0x10, 0xc4, 0x40, 0x4d, 0x91, 0x14, 0x82, 0x61, 0x86,
|
|
|
|
+ 0x61, 0x18, 0x08, 0x82, 0x18, 0x86, 0x61, 0x18, 0x86, 0x81, 0x9e, 0x32,
|
|
|
|
+ 0x0c, 0xc4, 0x40, 0x51, 0x41, 0x06, 0x62, 0x18, 0x86, 0x61, 0x18, 0x68,
|
|
|
|
+ 0x2a, 0xc4, 0x40, 0x0c, 0x03, 0x55, 0x47, 0x0d, 0x97, 0x3f, 0x61, 0x0f,
|
|
|
|
+ 0x21, 0xf9, 0xdc, 0x46, 0x15, 0x2b, 0x31, 0xf9, 0xc5, 0x6d, 0x23, 0x62,
|
|
|
|
+ 0x18, 0x86, 0xa1, 0x10, 0x17, 0xc1, 0x10, 0x84, 0x95, 0x62, 0x20, 0x86,
|
|
|
|
+ 0x61, 0x20, 0x6d, 0x8e, 0x20, 0x28, 0x06, 0x43, 0x14, 0x04, 0xc1, 0x51,
|
|
|
|
+ 0x37, 0x10, 0x30, 0x8c, 0x40, 0x0c, 0x33, 0xb5, 0xc1, 0x38, 0xb0, 0x43,
|
|
|
|
+ 0x38, 0xcc, 0xc3, 0x3c, 0xb8, 0x01, 0x2d, 0x94, 0x03, 0x3e, 0xd0, 0x43,
|
|
|
|
+ 0x3d, 0xc8, 0x43, 0x39, 0xc8, 0x01, 0x29, 0xf0, 0x81, 0x3d, 0x94, 0xc3,
|
|
|
|
+ 0x38, 0xd0, 0xc3, 0x3b, 0xc8, 0x03, 0x1f, 0x98, 0x03, 0x3b, 0xbc, 0x43,
|
|
|
|
+ 0x38, 0xd0, 0x03, 0x1b, 0x80, 0x01, 0x1d, 0xf8, 0x01, 0x18, 0xf8, 0x81,
|
|
|
|
+ 0x1e, 0xe8, 0x41, 0x3b, 0xa4, 0x03, 0x3c, 0xcc, 0xc3, 0x2f, 0xd0, 0x43,
|
|
|
|
+ 0x3e, 0xc0, 0x43, 0x39, 0xa0, 0x80, 0x98, 0x49, 0x0c, 0xc6, 0x81, 0x1d,
|
|
|
|
+ 0xc2, 0x61, 0x1e, 0xe6, 0xc1, 0x0d, 0x68, 0xa1, 0x1c, 0xf0, 0x81, 0x1e,
|
|
|
|
+ 0xea, 0x41, 0x1e, 0xca, 0x41, 0x0e, 0x48, 0x81, 0x0f, 0xec, 0xa1, 0x1c,
|
|
|
|
+ 0xc6, 0x81, 0x1e, 0xde, 0x41, 0x1e, 0xf8, 0xc0, 0x1c, 0xd8, 0xe1, 0x1d,
|
|
|
|
+ 0xc2, 0x81, 0x1e, 0xd8, 0x00, 0x0c, 0xe8, 0xc0, 0x0f, 0xc0, 0xc0, 0x0f,
|
|
|
|
+ 0x90, 0x00, 0x86, 0x24, 0x5e, 0xc2, 0x39, 0x8d, 0x34, 0x01, 0xcd, 0x24,
|
|
|
|
+ 0xa1, 0x66, 0x18, 0x86, 0x01, 0x1c, 0x86, 0x61, 0x00, 0x41, 0x10, 0x24,
|
|
|
|
+ 0xf2, 0x26, 0x69, 0x8a, 0x28, 0x61, 0xf2, 0x59, 0x80, 0x79, 0x16, 0x22,
|
|
|
|
+ 0x62, 0x27, 0x60, 0x22, 0x50, 0x40, 0x90, 0x99, 0x0e, 0xc4, 0x14, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x13, 0x14, 0x72, 0xc0, 0x87, 0x74, 0x60, 0x87,
|
|
|
|
+ 0x36, 0x68, 0x87, 0x79, 0x68, 0x03, 0x72, 0xc0, 0x87, 0x0d, 0xaf, 0x50,
|
|
|
|
+ 0x0e, 0x6d, 0xd0, 0x0e, 0x7a, 0x50, 0x0e, 0x6d, 0x00, 0x0f, 0x7a, 0x30,
|
|
|
|
+ 0x07, 0x72, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x71, 0xa0,
|
|
|
|
+ 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x78, 0xa0, 0x07, 0x73, 0x20,
|
|
|
|
+ 0x07, 0x6d, 0x90, 0x0e, 0x71, 0x60, 0x07, 0x7a, 0x30, 0x07, 0x72, 0xd0,
|
|
|
|
+ 0x06, 0xe9, 0x30, 0x07, 0x72, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90,
|
|
|
|
+ 0x0e, 0x76, 0x40, 0x07, 0x7a, 0x60, 0x07, 0x74, 0xd0, 0x06, 0xe6, 0x10,
|
|
|
|
+ 0x07, 0x76, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x60, 0x0e, 0x73, 0x20,
|
|
|
|
+ 0x07, 0x7a, 0x30, 0x07, 0x72, 0xd0, 0x06, 0xe6, 0x60, 0x07, 0x74, 0xa0,
|
|
|
|
+ 0x07, 0x76, 0x40, 0x07, 0x6d, 0xe0, 0x0e, 0x78, 0xa0, 0x07, 0x71, 0x60,
|
|
|
|
+ 0x07, 0x7a, 0x30, 0x07, 0x72, 0xa0, 0x07, 0x76, 0x40, 0x07, 0x43, 0x9e,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86,
|
|
|
|
+ 0x3c, 0x06, 0x10, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x0c, 0x79, 0x10, 0x20, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x18, 0xf2, 0x34, 0x40, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x30, 0xe4, 0x79, 0x80, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x60, 0xc8, 0x13, 0x01, 0x01, 0x10, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0xc0, 0x90, 0x67, 0x02, 0x02, 0x20, 0x00, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x21, 0x4f, 0x05, 0x04, 0x40, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x1e, 0x0c, 0x08, 0x80,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x3c, 0x1a, 0x10,
|
|
|
|
+ 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x79, 0x3a,
|
|
|
|
+ 0x20, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc8, 0x02,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x32, 0x1e, 0x98, 0x14,
|
|
|
|
+ 0x19, 0x11, 0x4c, 0x90, 0x8c, 0x09, 0x26, 0x47, 0xc6, 0x04, 0x43, 0x22,
|
|
|
|
+ 0x4a, 0x60, 0x04, 0xa0, 0x1c, 0x8a, 0xa1, 0x08, 0x4a, 0xa2, 0xc0, 0x03,
|
|
|
|
+ 0xca, 0xa0, 0x3c, 0xa8, 0x28, 0x89, 0x32, 0x28, 0x84, 0x11, 0x80, 0x22,
|
|
|
|
+ 0x28, 0x10, 0x1a, 0x67, 0x00, 0xa8, 0x9c, 0x01, 0xa0, 0x73, 0x06, 0x80,
|
|
|
|
+ 0xd0, 0xb1, 0x1c, 0x86, 0x00, 0x00, 0x00, 0x78, 0x1e, 0x00, 0x08, 0x04,
|
|
|
|
+ 0x02, 0x01, 0x00, 0x00, 0x79, 0x18, 0x00, 0x00, 0x71, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x1a, 0x03, 0x4c, 0x90, 0x46, 0x02, 0x13, 0x44, 0x8f, 0x0c, 0x6f, 0xec,
|
|
|
|
+ 0xed, 0x4d, 0x0c, 0x24, 0xc6, 0xe5, 0xc6, 0x45, 0x66, 0x06, 0x06, 0xc7,
|
|
|
|
+ 0x25, 0xc6, 0x06, 0x04, 0xa5, 0x46, 0x86, 0x2c, 0x2c, 0xe6, 0xa6, 0x4c,
|
|
|
|
+ 0x26, 0x27, 0x65, 0x43, 0x10, 0x4c, 0x10, 0x88, 0x65, 0x82, 0x40, 0x30,
|
|
|
|
+ 0x1b, 0x84, 0x81, 0x98, 0x20, 0x10, 0xcd, 0x06, 0x61, 0x30, 0x28, 0xc0,
|
|
|
|
+ 0xcd, 0x4d, 0x10, 0x08, 0x67, 0xc3, 0x80, 0x24, 0xc4, 0x04, 0x61, 0x0c,
|
|
|
|
+ 0x34, 0x02, 0x13, 0x04, 0xe2, 0x99, 0x20, 0x10, 0xd0, 0x06, 0x81, 0x70,
|
|
|
|
+ 0x36, 0x24, 0xc4, 0xc2, 0x10, 0xc4, 0xd0, 0x10, 0xcf, 0x86, 0x64, 0x58,
|
|
|
|
+ 0x18, 0x62, 0x18, 0x1a, 0xe2, 0xd9, 0x90, 0x34, 0x0b, 0x43, 0x34, 0x43,
|
|
|
|
+ 0x43, 0x3c, 0x1b, 0x06, 0x28, 0x92, 0x26, 0x08, 0x65, 0xb0, 0x4d, 0x10,
|
|
|
|
+ 0x88, 0x68, 0x03, 0x42, 0x50, 0x0c, 0x31, 0x0c, 0x15, 0xb0, 0x21, 0xb0,
|
|
|
|
+ 0x26, 0x08, 0x67, 0xc0, 0x6d, 0x40, 0x08, 0x8c, 0x21, 0x88, 0x81, 0x00,
|
|
|
|
+ 0x36, 0x20, 0x03, 0xc6, 0x10, 0xc3, 0x40, 0x00, 0x1b, 0x84, 0x4c, 0xdb,
|
|
|
|
+ 0x40, 0x4c, 0xc0, 0xb5, 0x4d, 0x10, 0xd0, 0xa0, 0xdb, 0x10, 0x74, 0x13,
|
|
|
|
+ 0x04, 0x01, 0x20, 0xd1, 0x16, 0x96, 0xe6, 0xc6, 0x65, 0xca, 0xea, 0x0b,
|
|
|
|
+ 0xea, 0x6d, 0x2e, 0x8d, 0x2e, 0xed, 0xcd, 0x6d, 0x82, 0x50, 0x50, 0x13,
|
|
|
|
+ 0x84, 0xa2, 0xda, 0x10, 0x10, 0x13, 0x84, 0xc2, 0x9a, 0x20, 0x14, 0xd7,
|
|
|
|
+ 0x86, 0x85, 0x08, 0x03, 0x31, 0x18, 0x03, 0x32, 0x28, 0x83, 0xa1, 0x0c,
|
|
|
|
+ 0x08, 0x33, 0x00, 0x88, 0x50, 0x15, 0x61, 0x0d, 0x3d, 0x3d, 0x49, 0x11,
|
|
|
|
+ 0x4d, 0x10, 0x0a, 0x6c, 0x82, 0x40, 0x48, 0x1b, 0x04, 0x35, 0x50, 0x83,
|
|
|
|
+ 0x0d, 0xcb, 0x80, 0x06, 0x62, 0x60, 0x06, 0x64, 0x90, 0x06, 0x43, 0x1a,
|
|
|
|
+ 0x0c, 0x66, 0xb0, 0x06, 0x2c, 0x86, 0x9e, 0x98, 0x9e, 0xa4, 0x26, 0x08,
|
|
|
|
+ 0xc4, 0xb4, 0x41, 0x50, 0x03, 0x37, 0xd8, 0xb0, 0x34, 0x6d, 0x20, 0x06,
|
|
|
|
+ 0x66, 0x40, 0x06, 0x69, 0x30, 0x94, 0x41, 0x63, 0x06, 0x6f, 0xb0, 0x61,
|
|
|
|
+ 0x38, 0x03, 0x36, 0x80, 0x03, 0x26, 0x53, 0x56, 0x5f, 0x54, 0x61, 0x72,
|
|
|
|
+ 0x67, 0x65, 0x74, 0x13, 0x84, 0x22, 0xdb, 0xb0, 0x10, 0x72, 0x20, 0x06,
|
|
|
|
+ 0x73, 0x40, 0x06, 0x66, 0x30, 0x94, 0x01, 0x61, 0x06, 0x6f, 0xb0, 0x21,
|
|
|
|
+ 0xa0, 0x83, 0x0d, 0x43, 0x1c, 0xd4, 0x01, 0xb0, 0xa1, 0xf8, 0xc0, 0xc0,
|
|
|
|
+ 0x0e, 0x38, 0xa0, 0x0a, 0x1b, 0x9b, 0x5d, 0x9b, 0x4b, 0x1a, 0x59, 0x99,
|
|
|
|
+ 0x1b, 0xdd, 0x94, 0x20, 0xa8, 0x42, 0x86, 0xe7, 0x62, 0x57, 0x26, 0x37,
|
|
|
|
+ 0x97, 0xf6, 0xe6, 0x36, 0x25, 0x20, 0x9a, 0x90, 0xe1, 0xb9, 0xd8, 0x85,
|
|
|
|
+ 0xb1, 0xd9, 0x95, 0xc9, 0x4d, 0x09, 0x8c, 0x3a, 0x64, 0x78, 0x2e, 0x73,
|
|
|
|
+ 0x68, 0x61, 0x64, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x53, 0x82,
|
|
|
|
+ 0xa4, 0x0c, 0x19, 0x9e, 0x8b, 0x5c, 0xd9, 0xdc, 0x5b, 0x9d, 0xdc, 0x58,
|
|
|
|
+ 0xd9, 0xdc, 0x94, 0x60, 0xab, 0x43, 0x86, 0xe7, 0x62, 0x97, 0x56, 0x76,
|
|
|
|
+ 0x97, 0x44, 0x36, 0x45, 0x17, 0x46, 0x57, 0x36, 0x25, 0xe8, 0xea, 0x90,
|
|
|
|
+ 0xe1, 0xb9, 0x94, 0xb9, 0xd1, 0xc9, 0xe5, 0x41, 0xbd, 0xa5, 0xb9, 0xd1,
|
|
|
|
+ 0xcd, 0x4d, 0x09, 0xec, 0x00, 0x00, 0x00, 0x00, 0x79, 0x18, 0x00, 0x00,
|
|
|
|
+ 0x51, 0x00, 0x00, 0x00, 0x33, 0x08, 0x80, 0x1c, 0xc4, 0xe1, 0x1c, 0x66,
|
|
|
|
+ 0x14, 0x01, 0x3d, 0x88, 0x43, 0x38, 0x84, 0xc3, 0x8c, 0x42, 0x80, 0x07,
|
|
|
|
+ 0x79, 0x78, 0x07, 0x73, 0x98, 0x71, 0x0c, 0xe6, 0x00, 0x0f, 0xed, 0x10,
|
|
|
|
+ 0x0e, 0xf4, 0x80, 0x0e, 0x33, 0x0c, 0x42, 0x1e, 0xc2, 0xc1, 0x1d, 0xce,
|
|
|
|
+ 0xa1, 0x1c, 0x66, 0x30, 0x05, 0x3d, 0x88, 0x43, 0x38, 0x84, 0x83, 0x1b,
|
|
|
|
+ 0xcc, 0x03, 0x3d, 0xc8, 0x43, 0x3d, 0x8c, 0x03, 0x3d, 0xcc, 0x78, 0x8c,
|
|
|
|
+ 0x74, 0x70, 0x07, 0x7b, 0x08, 0x07, 0x79, 0x48, 0x87, 0x70, 0x70, 0x07,
|
|
|
|
+ 0x7a, 0x70, 0x03, 0x76, 0x78, 0x87, 0x70, 0x20, 0x87, 0x19, 0xcc, 0x11,
|
|
|
|
+ 0x0e, 0xec, 0x90, 0x0e, 0xe1, 0x30, 0x0f, 0x6e, 0x30, 0x0f, 0xe3, 0xf0,
|
|
|
|
+ 0x0e, 0xf0, 0x50, 0x0e, 0x33, 0x10, 0xc4, 0x1d, 0xde, 0x21, 0x1c, 0xd8,
|
|
|
|
+ 0x21, 0x1d, 0xc2, 0x61, 0x1e, 0x66, 0x30, 0x89, 0x3b, 0xbc, 0x83, 0x3b,
|
|
|
|
+ 0xd0, 0x43, 0x39, 0xb4, 0x03, 0x3c, 0xbc, 0x83, 0x3c, 0x84, 0x03, 0x3b,
|
|
|
|
+ 0xcc, 0xf0, 0x14, 0x76, 0x60, 0x07, 0x7b, 0x68, 0x07, 0x37, 0x68, 0x87,
|
|
|
|
+ 0x72, 0x68, 0x07, 0x37, 0x80, 0x87, 0x70, 0x90, 0x87, 0x70, 0x60, 0x07,
|
|
|
|
+ 0x76, 0x28, 0x07, 0x76, 0xf8, 0x05, 0x76, 0x78, 0x87, 0x77, 0x80, 0x87,
|
|
|
|
+ 0x5f, 0x08, 0x87, 0x71, 0x18, 0x87, 0x72, 0x98, 0x87, 0x79, 0x98, 0x81,
|
|
|
|
+ 0x2c, 0xee, 0xf0, 0x0e, 0xee, 0xe0, 0x0e, 0xf5, 0xc0, 0x0e, 0xec, 0x30,
|
|
|
|
+ 0x03, 0x62, 0xc8, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c, 0xcc, 0xa1, 0x1c, 0xe4,
|
|
|
|
+ 0xa1, 0x1c, 0xdc, 0x61, 0x1c, 0xca, 0x21, 0x1c, 0xc4, 0x81, 0x1d, 0xca,
|
|
|
|
+ 0x61, 0x06, 0xd6, 0x90, 0x43, 0x39, 0xc8, 0x43, 0x39, 0x98, 0x43, 0x39,
|
|
|
|
+ 0xc8, 0x43, 0x39, 0xb8, 0xc3, 0x38, 0x94, 0x43, 0x38, 0x88, 0x03, 0x3b,
|
|
|
|
+ 0x94, 0xc3, 0x2f, 0xbc, 0x83, 0x3c, 0xfc, 0x82, 0x3b, 0xd4, 0x03, 0x3b,
|
|
|
|
+ 0xb0, 0xc3, 0x0c, 0xc4, 0x21, 0x07, 0x7c, 0x70, 0x03, 0x7a, 0x28, 0x87,
|
|
|
|
+ 0x76, 0x80, 0x87, 0x19, 0xd1, 0x43, 0x0e, 0xf8, 0xe0, 0x06, 0xe4, 0x20,
|
|
|
|
+ 0x0e, 0xe7, 0xe0, 0x06, 0xf6, 0x10, 0x0e, 0xf2, 0xc0, 0x0e, 0xe1, 0x90,
|
|
|
|
+ 0x0f, 0xef, 0x50, 0x0f, 0xf4, 0x30, 0x83, 0x81, 0xc8, 0x01, 0x1f, 0xdc,
|
|
|
|
+ 0x40, 0x1c, 0xe4, 0xa1, 0x1c, 0xc2, 0x61, 0x1d, 0xdc, 0x40, 0x1c, 0xe4,
|
|
|
|
+ 0x01, 0x00, 0x00, 0x00, 0x71, 0x20, 0x00, 0x00, 0x2a, 0x00, 0x00, 0x00,
|
|
|
|
+ 0x76, 0x00, 0x0d, 0x97, 0xef, 0x3c, 0x7e, 0x80, 0x34, 0x40, 0x84, 0xf9,
|
|
|
|
+ 0xc5, 0x6d, 0x1b, 0xc2, 0x36, 0x5c, 0xbe, 0xf3, 0xf8, 0x42, 0x40, 0x15,
|
|
|
|
+ 0x05, 0x11, 0x95, 0x0e, 0x30, 0x94, 0x84, 0x01, 0x08, 0x98, 0x5f, 0xdc,
|
|
|
|
+ 0xb6, 0x29, 0x48, 0xc3, 0xe5, 0x3b, 0x8f, 0x2f, 0x44, 0x04, 0x30, 0x11,
|
|
|
|
+ 0x21, 0xd0, 0x0c, 0x0b, 0x61, 0x06, 0xce, 0x70, 0xf9, 0xce, 0xe3, 0x0f,
|
|
|
|
+ 0xce, 0x74, 0xfb, 0xc5, 0x6d, 0x5b, 0xc0, 0x34, 0x5c, 0xbe, 0xf3, 0xf8,
|
|
|
|
+ 0x8b, 0x03, 0x0c, 0x62, 0xf3, 0x50, 0x93, 0x5f, 0xdc, 0xb6, 0x0d, 0x40,
|
|
|
|
+ 0xc3, 0xe5, 0x3b, 0x8f, 0x2f, 0x01, 0xcc, 0xb3, 0x10, 0x7e, 0x71, 0xdb,
|
|
|
|
+ 0x46, 0x40, 0x0d, 0x97, 0xef, 0x3c, 0xbe, 0x04, 0x30, 0xcf, 0x42, 0x80,
|
|
|
|
+ 0x11, 0x30, 0xf8, 0xc5, 0x6d, 0x9b, 0x40, 0x35, 0x5c, 0xbe, 0xf3, 0xf8,
|
|
|
|
+ 0xd2, 0xe4, 0x44, 0x04, 0x4a, 0x4d, 0x0f, 0x35, 0xf9, 0xc5, 0x6d, 0x5b,
|
|
|
|
+ 0x82, 0x34, 0x5c, 0xbe, 0xf3, 0xf8, 0x13, 0x11, 0x4d, 0x08, 0x10, 0x61,
|
|
|
|
+ 0x7e, 0x71, 0xdb, 0x56, 0xf0, 0x0c, 0x97, 0xef, 0x3c, 0x3e, 0xd5, 0x00,
|
|
|
|
+ 0x11, 0xe6, 0x17, 0xb7, 0x6d, 0x00, 0x04, 0x03, 0x20, 0x0d, 0x00, 0x00,
|
|
|
|
+ 0x61, 0x20, 0x00, 0x00, 0x33, 0x04, 0x00, 0x00, 0x13, 0x04, 0xa1, 0x10,
|
|
|
|
+ 0x0b, 0x04, 0x00, 0x00, 0x59, 0x00, 0x00, 0x00, 0xc4, 0x8d, 0x00, 0x50,
|
|
|
|
+ 0x51, 0x02, 0x44, 0x94, 0x5f, 0xd9, 0x14, 0x4b, 0x21, 0x15, 0x6a, 0x40,
|
|
|
|
+ 0x99, 0x06, 0x94, 0x5c, 0x29, 0x94, 0x5b, 0x19, 0x15, 0x42, 0xe1, 0x95,
|
|
|
|
+ 0x4a, 0xb9, 0x94, 0x5d, 0x71, 0xcd, 0x00, 0xd0, 0x30, 0x46, 0x60, 0xde,
|
|
|
|
+ 0xeb, 0x2a, 0x7b, 0x63, 0x04, 0x31, 0x0f, 0xf6, 0xb9, 0x37, 0x46, 0xe0,
|
|
|
|
+ 0xf6, 0xb1, 0x68, 0x7b, 0x63, 0x04, 0xef, 0x9e, 0x96, 0xf7, 0x37, 0x46,
|
|
|
|
+ 0xa0, 0xb3, 0xe6, 0x1c, 0x82, 0xc1, 0x18, 0x01, 0x08, 0x82, 0xfe, 0xfd,
|
|
|
|
+ 0x8d, 0x11, 0x80, 0x20, 0x08, 0xc2, 0xdd, 0x18, 0x81, 0x98, 0x8b, 0x69,
|
|
|
|
+ 0xff, 0x8d, 0x11, 0x80, 0x25, 0xcf, 0xc6, 0xbf, 0x30, 0x46, 0x30, 0xa6,
|
|
|
|
+ 0xab, 0x9a, 0xfb, 0xc2, 0x18, 0xc1, 0x3f, 0x93, 0xfe, 0xef, 0x0b, 0x63,
|
|
|
|
+ 0x04, 0x74, 0x0d, 0x8a, 0xf9, 0x37, 0x46, 0xd0, 0xc2, 0x71, 0x0c, 0xfa,
|
|
|
|
+ 0xc2, 0x18, 0xc1, 0xdc, 0xb7, 0x69, 0xea, 0x0b, 0x63, 0x04, 0xad, 0x1b,
|
|
|
|
+ 0xf2, 0xbc, 0x2f, 0x8c, 0x11, 0xf0, 0x39, 0xeb, 0xe3, 0xdf, 0x18, 0x01,
|
|
|
|
+ 0x08, 0x82, 0x20, 0x0a, 0x06, 0x63, 0x04, 0x20, 0x08, 0x82, 0x2a, 0x18,
|
|
|
|
+ 0x8c, 0x11, 0x80, 0x20, 0x08, 0xb2, 0x60, 0x30, 0x46, 0x00, 0x82, 0x20,
|
|
|
|
+ 0xe8, 0x82, 0xc1, 0x18, 0x01, 0xcb, 0x9e, 0xa1, 0xfc, 0x8d, 0x11, 0xa0,
|
|
|
|
+ 0x7e, 0x19, 0xab, 0xdf, 0x18, 0x41, 0x7e, 0xea, 0xe2, 0xec, 0x8d, 0x11,
|
|
|
|
+ 0xe8, 0x35, 0xb8, 0xe3, 0xde, 0x18, 0x81, 0x8a, 0xe7, 0xb6, 0xfd, 0x8d,
|
|
|
|
+ 0x11, 0xbc, 0x7d, 0x4a, 0x8f, 0xde, 0x18, 0xc1, 0x3a, 0xc7, 0x2c, 0xea,
|
|
|
|
+ 0x8d, 0x11, 0xa4, 0x21, 0x8c, 0xee, 0xde, 0x18, 0xc1, 0xdd, 0xc6, 0xaa,
|
|
|
|
+ 0xfd, 0x8d, 0x11, 0x80, 0x20, 0x8c, 0x87, 0x63, 0x30, 0x46, 0xb0, 0x8e,
|
|
|
|
+ 0x78, 0xcc, 0x82, 0xc1, 0x18, 0x01, 0x08, 0xd2, 0x6d, 0x0e, 0x06, 0x63,
|
|
|
|
+ 0x04, 0x20, 0x08, 0xae, 0x39, 0x18, 0x8c, 0x11, 0x80, 0x20, 0xc8, 0xd6,
|
|
|
|
+ 0xbf, 0x30, 0x46, 0xc0, 0xb6, 0xf3, 0x4f, 0x7a, 0x63, 0x04, 0x20, 0x08,
|
|
|
|
+ 0x82, 0xf8, 0x2f, 0x8c, 0x11, 0xb0, 0x6d, 0xfc, 0xca, 0xdb, 0x18, 0x81,
|
|
|
|
+ 0xdb, 0xc7, 0xa2, 0xed, 0x0b, 0x63, 0x04, 0x7d, 0x2c, 0xba, 0xf8, 0x37,
|
|
|
|
+ 0x46, 0x50, 0xab, 0xb5, 0xda, 0x7e, 0x63, 0x04, 0xb2, 0xe8, 0xf6, 0x34,
|
|
|
|
+ 0x18, 0x8c, 0x11, 0xf0, 0xf0, 0xaa, 0xd3, 0xdd, 0x18, 0x01, 0x08, 0x82,
|
|
|
|
+ 0x20, 0x09, 0x06, 0x63, 0x04, 0x20, 0x08, 0x82, 0x20, 0x18, 0x8c, 0x11,
|
|
|
|
+ 0x80, 0x20, 0x08, 0xc2, 0xdf, 0x08, 0xc0, 0x18, 0x01, 0x08, 0x82, 0x20,
|
|
|
|
+ 0xfe, 0xcd, 0x00, 0x00, 0x23, 0x06, 0x09, 0x00, 0x82, 0x60, 0xd0, 0xdd,
|
|
|
|
+ 0xc2, 0x1e, 0xa8, 0x82, 0x2c, 0xc8, 0xc2, 0x28, 0x8c, 0x18, 0x24, 0x00,
|
|
|
|
+ 0x08, 0x82, 0x41, 0x87, 0x0b, 0x7c, 0xb0, 0x0a, 0xb7, 0x70, 0x0b, 0xa4,
|
|
|
|
+ 0x30, 0x62, 0x90, 0x00, 0x20, 0x08, 0x06, 0x5d, 0x2e, 0xf4, 0x01, 0x2b,
|
|
|
|
+ 0xdc, 0xc2, 0x2d, 0x94, 0xc2, 0x88, 0x41, 0x02, 0x80, 0x20, 0x18, 0x74,
|
|
|
|
+ 0xba, 0xe0, 0x07, 0xaf, 0x90, 0x0b, 0xb9, 0x60, 0x0a, 0x23, 0x06, 0x09,
|
|
|
|
+ 0x00, 0x82, 0x60, 0xd0, 0xed, 0xc2, 0x1f, 0xc0, 0x42, 0x2e, 0xe4, 0xc2,
|
|
|
|
+ 0x29, 0x8c, 0x18, 0x24, 0x00, 0x08, 0x82, 0x41, 0xc7, 0x0b, 0xa0, 0xe0,
|
|
|
|
+ 0x0a, 0xba, 0xb0, 0x0b, 0xa8, 0x30, 0x62, 0x90, 0x00, 0x20, 0x08, 0x06,
|
|
|
|
+ 0x86, 0x39, 0xf4, 0x01, 0x2e, 0xec, 0x02, 0x2c, 0xdc, 0xc1, 0x88, 0x41,
|
|
|
|
+ 0x02, 0x80, 0x20, 0x18, 0x18, 0xe7, 0xe0, 0x07, 0xb9, 0xc0, 0x0b, 0xa9,
|
|
|
|
+ 0x80, 0x07, 0x23, 0x06, 0x09, 0x00, 0x82, 0x60, 0x60, 0xa0, 0xc3, 0x1f,
|
|
|
|
+ 0xe8, 0x42, 0x2f, 0xc4, 0x42, 0x1e, 0x8c, 0x18, 0x24, 0x00, 0x08, 0x82,
|
|
|
|
+ 0x81, 0x91, 0x0e, 0xa0, 0xb0, 0x0b, 0xbe, 0x50, 0x0b, 0x7a, 0x30, 0x62,
|
|
|
|
+ 0x90, 0x00, 0x20, 0x08, 0x06, 0x86, 0x3a, 0x84, 0x02, 0x38, 0xfc, 0x02,
|
|
|
|
+ 0x2d, 0xec, 0xc1, 0x88, 0x41, 0x02, 0x80, 0x20, 0x18, 0x18, 0xeb, 0x20,
|
|
|
|
+ 0x0a, 0xe1, 0x00, 0x0e, 0xad, 0xc0, 0x07, 0x23, 0x06, 0x07, 0x00, 0x82,
|
|
|
|
+ 0x60, 0x80, 0x95, 0xc3, 0x1f, 0x1c, 0xe1, 0x30, 0x9a, 0x10, 0x04, 0xc3,
|
|
|
|
+ 0x11, 0x41, 0x14, 0x7c, 0xb3, 0x0c, 0x4f, 0x10, 0x0c, 0x47, 0x08, 0x51,
|
|
|
|
+ 0xf0, 0xcd, 0x32, 0x08, 0x43, 0x30, 0x62, 0xf0, 0x00, 0x20, 0x08, 0x06,
|
|
|
|
+ 0x8d, 0x3b, 0x98, 0x82, 0xc3, 0x18, 0x45, 0x14, 0x95, 0x43, 0x39, 0x84,
|
|
|
|
+ 0x42, 0x34, 0x9a, 0x10, 0x00, 0xa3, 0x09, 0x42, 0x30, 0x9a, 0x30, 0x08,
|
|
|
|
+ 0xa3, 0x09, 0xc4, 0x30, 0x4b, 0xf0, 0x0c, 0x47, 0x20, 0x5a, 0xf0, 0xcd,
|
|
|
|
+ 0x32, 0x10, 0x45, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x91, 0x3c,
|
|
|
|
+ 0xc8, 0x02, 0x33, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0xd1, 0x3c, 0xcc,
|
|
|
|
+ 0x02, 0x33, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x11, 0x3d, 0xac, 0x83,
|
|
|
|
+ 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x51, 0x3d, 0xb0, 0x83, 0x30,
|
|
|
|
+ 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x91, 0x3d, 0xdc, 0x02, 0x34, 0x62,
|
|
|
|
+ 0x60, 0x00, 0x20, 0x08, 0x06, 0xd1, 0x3d, 0xe0, 0x02, 0x34, 0x62, 0x60,
|
|
|
|
+ 0x00, 0x20, 0x08, 0x06, 0x11, 0x3e, 0xbc, 0x83, 0x30, 0x62, 0x60, 0x00,
|
|
|
|
+ 0x20, 0x08, 0x06, 0x51, 0x3e, 0xc0, 0x83, 0x60, 0x82, 0x01, 0x1f, 0x13,
|
|
|
|
+ 0x0c, 0xf8, 0x8c, 0x18, 0x1c, 0x00, 0x08, 0x82, 0x01, 0x96, 0x0f, 0xb3,
|
|
|
|
+ 0xb0, 0xd9, 0xc3, 0x68, 0x42, 0x20, 0x8c, 0x26, 0x08, 0x83, 0x09, 0x85,
|
|
|
|
+ 0x7c, 0x4c, 0x28, 0xe4, 0x33, 0x62, 0x70, 0x00, 0x20, 0x08, 0x06, 0xd5,
|
|
|
|
+ 0x3f, 0xf4, 0x82, 0x10, 0x07, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60, 0x50,
|
|
|
|
+ 0x81, 0x84, 0x2f, 0x08, 0x72, 0x30, 0x62, 0x70, 0x00, 0x20, 0x08, 0x06,
|
|
|
|
+ 0x55, 0x48, 0x94, 0x83, 0x90, 0x06, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60,
|
|
|
|
+ 0x50, 0x89, 0x84, 0x39, 0x08, 0x6a, 0x60, 0xc8, 0x27, 0x1f, 0x43, 0x3e,
|
|
|
|
+ 0xf9, 0x18, 0xf1, 0x06, 0xf2, 0x31, 0x02, 0x0e, 0xe4, 0x63, 0x84, 0x10,
|
|
|
|
+ 0x1f, 0x23, 0x84, 0xf8, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xb4,
|
|
|
|
+ 0x12, 0xee, 0x20, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xc4, 0x12,
|
|
|
|
+ 0xef, 0x20, 0x98, 0xe2, 0x07, 0xf0, 0xb1, 0x60, 0x80, 0x8f, 0x2d, 0xa0,
|
|
|
|
+ 0x00, 0x1f, 0x0b, 0x08, 0xf8, 0xd8, 0xe0, 0xd0, 0xc7, 0x04, 0x87, 0x3e,
|
|
|
|
+ 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xcd, 0xc4, 0x4a, 0x08, 0x23,
|
|
|
|
+ 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xd1, 0x04, 0x4b, 0x08, 0x26, 0xf8,
|
|
|
|
+ 0x81, 0x7c, 0x4c, 0xf8, 0x03, 0xf9, 0x58, 0x28, 0x08, 0xf1, 0x31, 0x51,
|
|
|
|
+ 0x10, 0xe2, 0x63, 0x86, 0x21, 0x1f, 0x0b, 0x06, 0xf9, 0xd8, 0x71, 0xc8,
|
|
|
|
+ 0xc7, 0x02, 0x42, 0x3e, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xf5,
|
|
|
|
+ 0x44, 0x48, 0x50, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xf9, 0x84,
|
|
|
|
+ 0x48, 0x50, 0x26, 0x9c, 0x02, 0x7c, 0x4c, 0x40, 0x05, 0xf8, 0x98, 0x70,
|
|
|
|
+ 0xc0, 0xc7, 0x04, 0x03, 0x3e, 0xa3, 0x09, 0x67, 0x00, 0x8c, 0x26, 0xa0,
|
|
|
|
+ 0x41, 0x60, 0x02, 0x21, 0x1f, 0x23, 0x04, 0xf9, 0x8c, 0x18, 0x54, 0x00,
|
|
|
|
+ 0x08, 0x82, 0xc1, 0x83, 0x16, 0x2c, 0x91, 0x0a, 0xa7, 0x20, 0x04, 0xac,
|
|
|
|
+ 0xc0, 0x0a, 0x60, 0x01, 0x16, 0xfc, 0x50, 0x07, 0x74, 0xc0, 0x0a, 0x71,
|
|
|
|
+ 0x00, 0x07, 0xac, 0xc0, 0x0a, 0xa3, 0x09, 0x01, 0x30, 0x9a, 0x20, 0x04,
|
|
|
|
+ 0xa3, 0x09, 0x83, 0x30, 0x9a, 0x40, 0x0c, 0xb3, 0x04, 0xcf, 0x70, 0xc4,
|
|
|
|
+ 0x28, 0xd8, 0x42, 0xf0, 0xcd, 0x32, 0x18, 0x47, 0x30, 0x62, 0xf0, 0x00,
|
|
|
|
+ 0x20, 0x08, 0x06, 0xcd, 0x5b, 0x9c, 0xc4, 0x2b, 0xb4, 0xc2, 0x29, 0x98,
|
|
|
|
+ 0x82, 0x2c, 0xc8, 0x82, 0x59, 0x98, 0x85, 0x48, 0xc8, 0xc2, 0x68, 0x42,
|
|
|
|
+ 0x00, 0x58, 0xe0, 0x0f, 0xf2, 0xb1, 0xc0, 0x1f, 0xe0, 0x33, 0x62, 0xf0,
|
|
|
|
+ 0x00, 0x20, 0x08, 0x06, 0xcd, 0x5c, 0xac, 0x04, 0x2d, 0xc8, 0x42, 0x90,
|
|
|
|
+ 0x0b, 0xb6, 0x60, 0x0b, 0x6a, 0xa1, 0x16, 0x26, 0x61, 0x0b, 0xa3, 0x09,
|
|
|
|
+ 0x01, 0x30, 0x9a, 0x20, 0x04, 0xa3, 0x09, 0x83, 0x30, 0x9a, 0x40, 0x0c,
|
|
|
|
+ 0xb3, 0x04, 0xcf, 0x70, 0x44, 0x2b, 0xe8, 0x43, 0xf0, 0xcd, 0x32, 0x20,
|
|
|
|
+ 0x49, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0xd1, 0x5d, 0xdc, 0x44,
|
|
|
|
+ 0x2c, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x84, 0x17, 0x38, 0x11,
|
|
|
|
+ 0x0b, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xe5, 0x05, 0x5c, 0x08,
|
|
|
|
+ 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xe9, 0x45, 0x5c, 0x08, 0x23,
|
|
|
|
+ 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xed, 0x05, 0x4f, 0xd4, 0xc2, 0x88,
|
|
|
|
+ 0x81, 0x01, 0x80, 0x20, 0x18, 0x44, 0x7c, 0xd1, 0x13, 0xb5, 0x30, 0x62,
|
|
|
|
+ 0x60, 0x00, 0x20, 0x08, 0x06, 0x51, 0x5f, 0xd0, 0x85, 0x30, 0x62, 0x60,
|
|
|
|
+ 0x00, 0x20, 0x08, 0x06, 0x91, 0x5f, 0xd4, 0x85, 0x60, 0x82, 0x01, 0x1f,
|
|
|
|
+ 0x13, 0x0c, 0xf8, 0x8c, 0x18, 0x1c, 0x00, 0x08, 0x82, 0x01, 0xe6, 0x17,
|
|
|
|
+ 0x38, 0x01, 0x0e, 0x7b, 0x31, 0x9a, 0x10, 0x08, 0xa3, 0x09, 0xc2, 0x60,
|
|
|
|
+ 0x42, 0x21, 0x1f, 0x13, 0x0a, 0xf9, 0x8c, 0x18, 0x1c, 0x00, 0x08, 0x82,
|
|
|
|
+ 0x41, 0x45, 0x1a, 0x62, 0x21, 0xd8, 0xc3, 0x88, 0xc1, 0x01, 0x80, 0x20,
|
|
|
|
+ 0x18, 0x54, 0xa5, 0x31, 0x16, 0xc2, 0x3d, 0x8c, 0x18, 0x1c, 0x00, 0x08,
|
|
|
|
+ 0x82, 0x41, 0x65, 0x1a, 0x6a, 0x21, 0xb8, 0xc3, 0x88, 0xc1, 0x01, 0x80,
|
|
|
|
+ 0x20, 0x18, 0x54, 0xa7, 0xb1, 0x16, 0xc2, 0x3b, 0x18, 0x42, 0x0e, 0xf2,
|
|
|
|
+ 0x31, 0x84, 0x1c, 0xe4, 0x63, 0x04, 0x3d, 0xc8, 0xc7, 0x88, 0x7a, 0x90,
|
|
|
|
+ 0x8f, 0x11, 0x42, 0x7c, 0x8c, 0x10, 0xe2, 0x33, 0x62, 0x60, 0x00, 0x20,
|
|
|
|
+ 0x08, 0x06, 0x11, 0x6c, 0xcc, 0x85, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08,
|
|
|
|
+ 0x06, 0x51, 0x6c, 0xd0, 0x85, 0x60, 0xca, 0x48, 0xc0, 0xc7, 0x82, 0x01,
|
|
|
|
+ 0x3e, 0xb6, 0x94, 0x04, 0x7c, 0x2c, 0x20, 0xe0, 0x63, 0x83, 0x43, 0x1f,
|
|
|
|
+ 0x13, 0x1c, 0xfa, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x84, 0x1b,
|
|
|
|
+ 0xb0, 0x21, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x94, 0x1b, 0xb1,
|
|
|
|
+ 0x21, 0x98, 0x30, 0x12, 0xf2, 0x31, 0x81, 0x24, 0xe4, 0x63, 0x26, 0x21,
|
|
|
|
+ 0xc4, 0xc7, 0x4e, 0x42, 0x88, 0x8f, 0x19, 0x86, 0x7c, 0x2c, 0x18, 0xe4,
|
|
|
|
+ 0x63, 0xc7, 0x21, 0x1f, 0x0b, 0x08, 0xf9, 0x8c, 0x18, 0x18, 0x00, 0x08,
|
|
|
|
+ 0x82, 0x41, 0x24, 0x1e, 0xa6, 0x41, 0x8d, 0x18, 0x18, 0x00, 0x08, 0x82,
|
|
|
|
+ 0x41, 0x34, 0x1e, 0xa7, 0x41, 0x99, 0xc0, 0x12, 0xf0, 0x31, 0xa1, 0x25,
|
|
|
|
+ 0xe0, 0x63, 0xc2, 0x01, 0x1f, 0x13, 0x0c, 0xf8, 0x8c, 0x26, 0x9c, 0x01,
|
|
|
|
+ 0x30, 0x9a, 0x80, 0x06, 0x81, 0x09, 0x84, 0x7c, 0x8c, 0x10, 0xe4, 0x33,
|
|
|
|
+ 0x62, 0x50, 0x01, 0x20, 0x08, 0x06, 0x4f, 0x7b, 0xc4, 0x86, 0x4b, 0xb0,
|
|
|
|
+ 0x84, 0x10, 0xc4, 0x44, 0x4c, 0x94, 0x47, 0x79, 0x84, 0x46, 0x1d, 0xd0,
|
|
|
|
+ 0x41, 0x4c, 0xc4, 0x01, 0x1c, 0xc4, 0x44, 0x4c, 0x8c, 0x26, 0x04, 0x80,
|
|
|
|
+ 0x05, 0x7d, 0x21, 0x1f, 0x0b, 0xfa, 0x02, 0x3e, 0x23, 0x06, 0x0f, 0x00,
|
|
|
|
+ 0x82, 0x60, 0xd0, 0xc8, 0x87, 0x6a, 0xcc, 0x44, 0x4c, 0x04, 0x38, 0x51,
|
|
|
|
+ 0x13, 0x35, 0x91, 0x1e, 0xe9, 0x51, 0x1a, 0x35, 0x31, 0x9a, 0x10, 0x00,
|
|
|
|
+ 0xa3, 0x09, 0x42, 0x30, 0x9a, 0x30, 0x08, 0xa3, 0x09, 0xc4, 0x30, 0x4b,
|
|
|
|
+ 0xf0, 0x0c, 0x47, 0xb0, 0x04, 0x5e, 0x04, 0xdf, 0x2c, 0x83, 0xb2, 0x04,
|
|
|
|
+ 0x23, 0x06, 0x0f, 0x00, 0x82, 0x60, 0xd0, 0xe0, 0x07, 0x6c, 0xe0, 0x84,
|
|
|
|
+ 0x4d, 0xc0, 0xc4, 0x4b, 0xec, 0xc4, 0x4e, 0xbc, 0xc7, 0x7b, 0xac, 0xc6,
|
|
|
|
+ 0x4e, 0x8c, 0x26, 0x04, 0xc0, 0x88, 0xc1, 0x03, 0x80, 0x20, 0x18, 0x34,
|
|
|
|
+ 0xfa, 0x21, 0x1b, 0x3b, 0x81, 0x13, 0x32, 0x11, 0x13, 0x3d, 0xd1, 0x13,
|
|
|
|
+ 0xf1, 0x11, 0x1f, 0xad, 0xd1, 0x13, 0xa3, 0x09, 0x01, 0x30, 0x9a, 0x20,
|
|
|
|
+ 0x04, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60, 0x80, 0xe1, 0x87, 0x6c, 0xe8,
|
|
|
|
+ 0x84, 0x7b, 0x8c, 0x26, 0x04, 0xc0, 0x68, 0x82, 0x10, 0x8c, 0x26, 0x0c,
|
|
|
|
+ 0x82, 0x0d, 0x08, 0x7c, 0x6c, 0x38, 0xe0, 0x63, 0xc3, 0x01, 0x9f, 0x11,
|
|
|
|
+ 0x83, 0x03, 0x00, 0x41, 0x30, 0xc0, 0xfe, 0x23, 0x37, 0xc2, 0xa2, 0x37,
|
|
|
|
+ 0x46, 0x13, 0x02, 0x60, 0x34, 0x41, 0x08, 0x46, 0x13, 0x06, 0x61, 0xc4,
|
|
|
|
+ 0x60, 0x01, 0x40, 0x10, 0x0c, 0xa6, 0x12, 0x19, 0x8f, 0xc3, 0x28, 0x06,
|
|
|
|
+ 0x21, 0x18, 0x31, 0x38, 0x00, 0x10, 0x04, 0x03, 0x8c, 0x44, 0x7c, 0xc3,
|
|
|
|
+ 0x2c, 0xca, 0x63, 0x34, 0x21, 0x00, 0x46, 0x13, 0x84, 0x60, 0x34, 0x61,
|
|
|
|
+ 0x10, 0x46, 0x0c, 0x16, 0x00, 0x04, 0xc1, 0x60, 0x52, 0x11, 0xf4, 0x60,
|
|
|
|
+ 0x16, 0x65, 0x10, 0x82, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xc0, 0x52,
|
|
|
|
+ 0x64, 0x3c, 0xd6, 0x62, 0x44, 0x46, 0x13, 0x02, 0x60, 0x34, 0x41, 0x08,
|
|
|
|
+ 0x46, 0x13, 0x06, 0x61, 0xc4, 0x60, 0x01, 0x40, 0x10, 0x0c, 0xa6, 0x17,
|
|
|
|
+ 0x69, 0x8f, 0x08, 0x7a, 0x06, 0x21, 0x98, 0x25, 0x78, 0x86, 0x23, 0xd0,
|
|
|
|
+ 0x62, 0x36, 0x82, 0x6f, 0x96, 0x81, 0x69, 0x82, 0x11, 0x83, 0x07, 0x00,
|
|
|
|
+ 0x41, 0x30, 0x68, 0x68, 0x84, 0x3d, 0xe8, 0x42, 0x2e, 0xd8, 0x62, 0x2d,
|
|
|
|
+ 0xee, 0xe2, 0x2e, 0x56, 0x64, 0x45, 0xce, 0xe3, 0x2e, 0x46, 0x13, 0x02,
|
|
|
|
+ 0x60, 0xc4, 0xe0, 0x01, 0x40, 0x10, 0x0c, 0x1a, 0x1b, 0x71, 0x8f, 0xbb,
|
|
|
|
+ 0xa0, 0x0b, 0xb7, 0x68, 0x8b, 0xbc, 0xc8, 0x8b, 0x16, 0x69, 0x91, 0xf4,
|
|
|
|
+ 0xc8, 0x8b, 0xd1, 0x84, 0x00, 0x18, 0x4d, 0x10, 0x82, 0x11, 0x83, 0x03,
|
|
|
|
+ 0x00, 0x41, 0x30, 0xc0, 0x68, 0xc4, 0x3d, 0xec, 0x42, 0x45, 0x46, 0x13,
|
|
|
|
+ 0x02, 0x60, 0x34, 0x41, 0x08, 0x46, 0x13, 0x06, 0xc1, 0x06, 0x04, 0x3e,
|
|
|
|
+ 0x36, 0x18, 0xf0, 0xb1, 0x01, 0x81, 0xcf, 0x88, 0xc1, 0x01, 0x80, 0x20,
|
|
|
|
+ 0x18, 0x60, 0x3b, 0x52, 0x1f, 0x7d, 0x91, 0x1f, 0xa3, 0x09, 0x01, 0x30,
|
|
|
|
+ 0x9a, 0x20, 0x04, 0xa3, 0x09, 0x83, 0x30, 0x62, 0xb0, 0x00, 0x20, 0x08,
|
|
|
|
+ 0x06, 0x53, 0x98, 0xfc, 0xc7, 0x61, 0x14, 0x83, 0x10, 0x8c, 0x18, 0x1c,
|
|
|
|
+ 0x00, 0x08, 0x82, 0x01, 0x06, 0x26, 0xfa, 0x21, 0x1a, 0x21, 0x32, 0x9a,
|
|
|
|
+ 0x10, 0x00, 0xa3, 0x09, 0x42, 0x30, 0x9a, 0x30, 0x08, 0x23, 0x06, 0x0b,
|
|
|
|
+ 0x00, 0x82, 0x60, 0x30, 0x99, 0x09, 0x89, 0x30, 0x8b, 0x32, 0x08, 0xc1,
|
|
|
|
+ 0x88, 0xc1, 0x01, 0x80, 0x20, 0x18, 0x60, 0x65, 0xf2, 0x1f, 0xa7, 0xf1,
|
|
|
|
+ 0x23, 0xa3, 0x09, 0x01, 0x30, 0x9a, 0x20, 0x04, 0xa3, 0x09, 0x83, 0x30,
|
|
|
|
+ 0x62, 0xb0, 0x00, 0x20, 0x08, 0x06, 0xd3, 0x9a, 0xa4, 0x48, 0x04, 0x3d,
|
|
|
|
+ 0x83, 0x10, 0xcc, 0x12, 0x3c, 0xc3, 0x11, 0xa4, 0xe1, 0x1e, 0xc1, 0x37,
|
|
|
|
+ 0xcb, 0xe0, 0x3c, 0xc1, 0x88, 0xc1, 0x03, 0x80, 0x20, 0x18, 0x34, 0x70,
|
|
|
|
+ 0x82, 0x22, 0xb0, 0xe1, 0x1a, 0xa8, 0x71, 0x1a, 0xb3, 0x31, 0x1b, 0x67,
|
|
|
|
+ 0x72, 0x26, 0x23, 0x32, 0x1b, 0xa3, 0x09, 0x01, 0x30, 0x62, 0xf0, 0x00,
|
|
|
|
+ 0x20, 0x08, 0x06, 0x8d, 0x9c, 0xa8, 0xc8, 0x6c, 0xc0, 0x86, 0x6a, 0xa4,
|
|
|
|
+ 0x46, 0x6d, 0xd4, 0x46, 0x9a, 0xa4, 0x49, 0x89, 0xd4, 0xc6, 0x68, 0x42,
|
|
|
|
+ 0x00, 0x8c, 0x18, 0x3c, 0x00, 0x08, 0x82, 0x41, 0x43, 0x27, 0x2c, 0x62,
|
|
|
|
+ 0x1b, 0xb2, 0xc1, 0x1a, 0xab, 0x71, 0x1b, 0xb7, 0xb1, 0x26, 0x6b, 0x72,
|
|
|
|
+ 0x22, 0xb7, 0x31, 0x9a, 0x10, 0x00, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60,
|
|
|
|
+ 0x80, 0xc5, 0xc9, 0x8a, 0xcc, 0xc6, 0x99, 0x8c, 0x26, 0x04, 0xc0, 0x68,
|
|
|
|
+ 0x82, 0x10, 0x8c, 0x26, 0x0c, 0x82, 0x0d, 0x09, 0x7c, 0x6c, 0x40, 0xe0,
|
|
|
|
+ 0x63, 0xc3, 0x01, 0x9f, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xc0, 0xf0,
|
|
|
|
+ 0x44, 0x46, 0x74, 0xc3, 0x46, 0x46, 0x13, 0x02, 0x60, 0x34, 0x41, 0x08,
|
|
|
|
+ 0x46, 0x13, 0x06, 0x61, 0xc4, 0x60, 0x01, 0x40, 0x10, 0x0c, 0x26, 0x3f,
|
|
|
|
+ 0xe1, 0x91, 0xc3, 0x28, 0x06, 0x21, 0x18, 0x31, 0x38, 0x00, 0x10, 0x04,
|
|
|
|
+ 0x03, 0xac, 0x4f, 0x6e, 0xe4, 0x37, 0x7c, 0x64, 0x34, 0x21, 0x00, 0x46,
|
|
|
|
+ 0x13, 0x84, 0x60, 0x34, 0x61, 0x10, 0x46, 0x0c, 0x16, 0x00, 0x04, 0xc1,
|
|
|
|
+ 0x60, 0x1a, 0x95, 0x30, 0x61, 0x16, 0x65, 0x10, 0x82, 0x11, 0x83, 0x03,
|
|
|
|
+ 0x00, 0x41, 0x30, 0xc0, 0x44, 0x85, 0x47, 0xc8, 0x83, 0x4f, 0x46, 0x13,
|
|
|
|
+ 0x02, 0x60, 0x34, 0x41, 0x08, 0x46, 0x13, 0x06, 0x61, 0xc4, 0x60, 0x01,
|
|
|
|
+ 0x40, 0x10, 0x0c, 0x26, 0x54, 0x31, 0x93, 0x08, 0x7a, 0x06, 0x21, 0x98,
|
|
|
|
+ 0x25, 0x78, 0x06, 0x9a, 0x06, 0xbd, 0x11, 0x48, 0x85, 0x80, 0x13, 0x43,
|
|
|
|
+ 0x2e, 0x10, 0x94, 0x50, 0x60, 0x81, 0xb1, 0x1c, 0xf0, 0x01, 0xc0, 0xa7,
|
|
|
|
+ 0x19, 0x68, 0x1a, 0xf4, 0x46, 0x20, 0x15, 0x02, 0x4e, 0x0c, 0xb9, 0x40,
|
|
|
|
+ 0x40, 0x42, 0x41, 0x05, 0xc6, 0x71, 0xc4, 0x07, 0x20, 0x9f, 0x66, 0xa0,
|
|
|
|
+ 0x69, 0xd0, 0x1b, 0x81, 0x54, 0x08, 0x38, 0x31, 0xe4, 0x02, 0xc1, 0x07,
|
|
|
|
+ 0x05, 0x14, 0x18, 0xc3, 0x21, 0x1f, 0xc0, 0x7c, 0x9a, 0x81, 0xa6, 0x41,
|
|
|
|
+ 0x6f, 0x04, 0x52, 0x21, 0xe0, 0xc4, 0x90, 0x0b, 0xc4, 0x7c, 0x14, 0xf3,
|
|
|
|
+ 0x61, 0xcc, 0xc7, 0x31, 0x1f, 0xc0, 0x7c, 0x9a, 0xd1, 0x04, 0xf3, 0x10,
|
|
|
|
+ 0x86, 0x23, 0x82, 0xfc, 0x08, 0xbe, 0x59, 0x06, 0x28, 0x0a, 0x46, 0x0c,
|
|
|
|
+ 0x0c, 0x00, 0x04, 0xc1, 0x20, 0x82, 0x95, 0x53, 0x31, 0x46, 0x0c, 0x0c,
|
|
|
|
+ 0x00, 0x04, 0xc1, 0x20, 0x8a, 0x15, 0x54, 0x31, 0x46, 0x0c, 0x0c, 0x00,
|
|
|
|
+ 0x04, 0xc1, 0x20, 0x92, 0x95, 0x54, 0x31, 0x46, 0x0c, 0x0c, 0x00, 0x04,
|
|
|
|
+ 0xc1, 0x20, 0x9a, 0x95, 0x35, 0x19, 0x46, 0x0c, 0x0c, 0x00, 0x04, 0xc1,
|
|
|
|
+ 0x20, 0xa2, 0x15, 0x36, 0x19, 0x46, 0x0c, 0x0c, 0x00, 0x04, 0xc1, 0x20,
|
|
|
|
+ 0xaa, 0x95, 0x36, 0x19, 0x6c, 0x40, 0x11, 0xf9, 0xd8, 0x90, 0x22, 0xf2,
|
|
|
|
+ 0xb1, 0x41, 0x45, 0xe4, 0x33, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x51,
|
|
|
|
+ 0xae, 0xc8, 0xc9, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x91, 0xae,
|
|
|
|
+ 0xcc, 0xc9, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0xd1, 0xae, 0xd0,
|
|
|
|
+ 0xc9, 0x60, 0xc3, 0x8b, 0xc0, 0xc7, 0x06, 0x18, 0x81, 0x8f, 0x0d, 0x31,
|
|
|
|
+ 0x02, 0x9f, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xa8, 0x7a, 0x65, 0x4f,
|
|
|
|
+ 0x06, 0x13, 0x19, 0x31, 0x38, 0x00, 0x10, 0x04, 0x83, 0xca, 0x57, 0xf8,
|
|
|
|
+ 0x64, 0x38, 0x91, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xa8, 0x7e, 0xa5,
|
|
|
|
+ 0x4f, 0x06, 0x14, 0xb1, 0xc4, 0x46, 0xe4, 0x63, 0xc9, 0x8d, 0xc8, 0xc7,
|
|
|
|
+ 0x12, 0x1c, 0x91, 0x8f, 0xe9, 0xc8, 0x10, 0x1f, 0xdb, 0x91, 0x21, 0x3e,
|
|
|
|
+ 0xc6, 0x23, 0x43, 0x7c, 0x2c, 0x19, 0xe8, 0x63, 0xc9, 0x40, 0x1f, 0x4b,
|
|
|
|
+ 0x06, 0xfa, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xb4, 0x2e, 0xe2,
|
|
|
|
+ 0x32, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xc4, 0x2e, 0xe3, 0x32,
|
|
|
|
+ 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xd4, 0x2e, 0xe4, 0x32, 0x8c,
|
|
|
|
+ 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xe4, 0x2e, 0xa6, 0x32, 0x8c, 0x18,
|
|
|
|
+ 0x18, 0x00, 0x08, 0x82, 0x41, 0xf4, 0x2e, 0xa7, 0x32, 0x8c, 0x18, 0x18,
|
|
|
|
+ 0x00, 0x08, 0x82, 0x41, 0x04, 0x2f, 0xa8, 0x32, 0xd8, 0x70, 0x26, 0xf2,
|
|
|
|
+ 0xb1, 0x01, 0x4d, 0xe4, 0x63, 0x43, 0x9a, 0xc8, 0x67, 0xc4, 0xc0, 0x00,
|
|
|
|
+ 0x40, 0x10, 0x0c, 0x22, 0x7a, 0x69, 0x95, 0x61, 0xc4, 0xc0, 0x00, 0x40,
|
|
|
|
+ 0x10, 0x0c, 0xa2, 0x7a, 0x71, 0x95, 0x61, 0xc4, 0xc0, 0x00, 0x40, 0x10,
|
|
|
|
+ 0x0c, 0x22, 0x7b, 0x79, 0x95, 0xc1, 0x06, 0x37, 0x91, 0x8f, 0x0d, 0x6f,
|
|
|
|
+ 0x22, 0x1f, 0x1b, 0xe0, 0x44, 0x3e, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60,
|
|
|
|
+ 0x80, 0xdd, 0x4b, 0xac, 0xe4, 0x08, 0xbc, 0x8c, 0x26, 0x04, 0x83, 0x15,
|
|
|
|
+ 0x01, 0x7d, 0xac, 0x10, 0xe8, 0x63, 0xc5, 0x40, 0x9f, 0x59, 0x82, 0x68,
|
|
|
|
+ 0xa0, 0x62, 0x30, 0x20, 0x75, 0x78, 0x06, 0x2a, 0x06, 0x03, 0x52, 0x87,
|
|
|
|
+ 0x67, 0xa0, 0x62, 0x30, 0x20, 0x75, 0x78, 0x46, 0x0c, 0x0e, 0x00, 0x04,
|
|
|
|
+ 0xc1, 0x00, 0xfb, 0x97, 0x5c, 0x09, 0x13, 0x7c, 0x19, 0x4d, 0x08, 0x80,
|
|
|
|
+ 0xe1, 0x88, 0x60, 0x4d, 0x9c, 0x6f, 0x96, 0x41, 0xda, 0x82, 0xe1, 0x08,
|
|
|
|
+ 0x61, 0x4d, 0x82, 0x6f, 0x96, 0x61, 0xa2, 0x82, 0xd1, 0x04, 0x22, 0xb0,
|
|
|
|
+ 0x00, 0x91, 0x8f, 0x09, 0x88, 0x7c, 0x6c, 0x40, 0xe4, 0x33, 0x4b, 0xb0,
|
|
|
|
+ 0x0d, 0x47, 0x1c, 0x73, 0x12, 0x7c, 0xb3, 0x0c, 0xd5, 0x16, 0x0c, 0x47,
|
|
|
|
+ 0xf4, 0x01, 0x9d, 0x04, 0xdf, 0x2c, 0x83, 0x75, 0x05, 0xd6, 0xb0, 0x8a,
|
|
|
|
+ 0x7c, 0x46, 0x0c, 0x10, 0x00, 0x04, 0xc1, 0x40, 0x4b, 0x99, 0x71, 0x61,
|
|
|
|
+ 0x95, 0x26, 0x18, 0x31, 0x40, 0x00, 0x10, 0x04, 0x03, 0x4d, 0x65, 0xc8,
|
|
|
|
+ 0x85, 0x55, 0x9a, 0xc0, 0x20, 0x56, 0x91, 0xcf, 0x88, 0x01, 0x02, 0x80,
|
|
|
|
+ 0x20, 0x18, 0x68, 0x2c, 0x63, 0x2e, 0xac, 0x02, 0x05, 0x23, 0x06, 0x08,
|
|
|
|
+ 0x00, 0x82, 0x60, 0xa0, 0xb5, 0xcc, 0xb9, 0xb0, 0x0a, 0x14, 0xd8, 0xc4,
|
|
|
|
+ 0x2a, 0xf2, 0x19, 0x31, 0x40, 0x00, 0x10, 0x04, 0x03, 0xed, 0x65, 0xd2,
|
|
|
|
+ 0x85, 0x55, 0xa6, 0x60, 0xc4, 0x00, 0x01, 0x40, 0x10, 0x0c, 0x34, 0x98,
|
|
|
|
+ 0x51, 0x17, 0x56, 0x99, 0x82, 0x59, 0x82, 0x6b, 0xa0, 0x62, 0x70, 0x2c,
|
|
|
|
+ 0x36, 0xa8, 0x06, 0x2a, 0x06, 0xc5, 0x62, 0x83, 0x6a, 0xa0, 0x62, 0x30,
|
|
|
|
+ 0x2c, 0x36, 0xa8, 0x46, 0x0c, 0x0e, 0x00, 0x04, 0xc1, 0xa0, 0xb2, 0x19,
|
|
|
|
+ 0x7a, 0x11, 0x82, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xa8, 0x6e, 0xa6,
|
|
|
|
+ 0x5e, 0x88, 0x60, 0x38, 0x22, 0x08, 0x15, 0xe1, 0x9b, 0x65, 0xc0, 0xb2,
|
|
|
|
+ 0x60, 0x34, 0x21, 0x0b, 0x2c, 0x18, 0xe4, 0x63, 0xc1, 0xa8, 0xc0, 0x67,
|
|
|
|
+ 0x34, 0x81, 0x13, 0x2c, 0x30, 0xe4, 0x63, 0x81, 0xa9, 0xc0, 0xc7, 0x88,
|
|
|
|
+ 0x80, 0x3e, 0x16, 0x34, 0xf2, 0x31, 0xa1, 0x91, 0x8f, 0x0d, 0x8d, 0x7c,
|
|
|
|
+ 0x66, 0x09, 0xb2, 0x81, 0x8a, 0xc1, 0xc0, 0xc0, 0xe0, 0x1a, 0xa8, 0x18,
|
|
|
|
+ 0x0c, 0x0c, 0x0c, 0xae, 0x81, 0x8a, 0xc1, 0xc0, 0xc0, 0xe0, 0x9a, 0x65,
|
|
|
|
+ 0xd0, 0xb6, 0xce, 0x86, 0x7a, 0x91, 0xcf, 0x88, 0x01, 0x02, 0x80, 0x20,
|
|
|
|
+ 0x18, 0x68, 0x65, 0xf3, 0x2f, 0xf5, 0x32, 0x04, 0x23, 0x06, 0x08, 0x00,
|
|
|
|
+ 0x82, 0x60, 0xa0, 0x99, 0x0d, 0xc8, 0xd4, 0xcb, 0x10, 0x98, 0x51, 0x2f,
|
|
|
|
+ 0xf2, 0x19, 0x31, 0x40, 0x00, 0x10, 0x04, 0x03, 0x0d, 0x6d, 0x44, 0xa6,
|
|
|
|
+ 0x5e, 0x8c, 0x60, 0xc4, 0x00, 0x01, 0x40, 0x10, 0x0c, 0xb4, 0xb4, 0x19,
|
|
|
|
+ 0x99, 0x7a, 0x31, 0x02, 0x4b, 0xea, 0x45, 0x3e, 0x23, 0x06, 0x08, 0x00,
|
|
|
|
+ 0x82, 0x60, 0xa0, 0xad, 0x4d, 0xc9, 0xd4, 0x4b, 0x12, 0x8c, 0x18, 0x20,
|
|
|
|
+ 0x00, 0x08, 0x82, 0x81, 0xc6, 0x36, 0x26, 0x53, 0x2f, 0x49, 0x30, 0x4b,
|
|
|
|
+ 0xb0, 0x0d, 0xb4, 0x0c, 0xe4, 0x10, 0xd1, 0xc2, 0xe4, 0x68, 0x58, 0x46,
|
|
|
|
+ 0x0e, 0xd4, 0x40, 0xcb, 0x40, 0x0e, 0x11, 0x2d, 0x4c, 0x8a, 0x86, 0x65,
|
|
|
|
+ 0xe4, 0x40, 0x0d, 0xb4, 0x0c, 0xe4, 0x10, 0xd1, 0xc2, 0x64, 0x68, 0x58,
|
|
|
|
+ 0x46, 0x0e, 0xd4, 0x70, 0x84, 0x39, 0xe8, 0x4a, 0xf0, 0xcd, 0x32, 0x70,
|
|
|
|
+ 0x67, 0x10, 0x8c, 0x26, 0xb4, 0x0a, 0x30, 0x1c, 0x11, 0xf4, 0x8a, 0xf3,
|
|
|
|
+ 0xcd, 0x32, 0x74, 0x66, 0x10, 0x0c, 0x47, 0x18, 0x2b, 0xa3, 0x7c, 0xb3,
|
|
|
|
+ 0x0c, 0x9f, 0x17, 0xd8, 0xb1, 0x32, 0xf2, 0x99, 0x25, 0x00, 0x03, 0x43,
|
|
|
|
+ 0x56, 0x06, 0x3e, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xe9, 0x4d,
|
|
|
|
+ 0xdc, 0x04, 0x16, 0xb0, 0x8c, 0x7c, 0x46, 0x0c, 0x0c, 0x00, 0x04, 0xc1,
|
|
|
|
+ 0x20, 0xe2, 0x1b, 0x9a, 0x09, 0x2c, 0x68, 0x19, 0xf9, 0x8c, 0x18, 0x18,
|
|
|
|
+ 0x00, 0x08, 0x82, 0x41, 0xe4, 0x37, 0x37, 0x13, 0xcc, 0x12, 0x80, 0xc1,
|
|
|
|
+ 0x40, 0xc5, 0xe0, 0x78, 0xc2, 0x37, 0x1c, 0xe1, 0xd0, 0x8c, 0xf2, 0xcd,
|
|
|
|
+ 0x32, 0x88, 0x41, 0x18, 0x04, 0xf6, 0xd0, 0x8c, 0x7c, 0x66, 0x09, 0xc6,
|
|
|
|
+ 0xc0, 0x20, 0x9a, 0x81, 0xcf, 0x88, 0x81, 0x01, 0x80, 0x20, 0x18, 0x44,
|
|
|
|
+ 0xa3, 0xa3, 0x37, 0x81, 0x05, 0x35, 0x23, 0x9f, 0x11, 0x03, 0x03, 0x00,
|
|
|
|
+ 0x41, 0x30, 0x88, 0x4a, 0xa7, 0x67, 0x02, 0x0b, 0x6c, 0x46, 0x3e, 0x23,
|
|
|
|
+ 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0x9d, 0x0e, 0xd8, 0x04, 0xb3, 0x04,
|
|
|
|
+ 0x63, 0x30, 0x50, 0x31, 0x38, 0x61, 0x20, 0x88, 0xc1, 0x70, 0x84, 0xd5,
|
|
|
|
+ 0x33, 0xca, 0x37, 0xcb, 0x50, 0x06, 0x64, 0x10, 0xd8, 0xd5, 0x33, 0xf2,
|
|
|
|
+ 0x99, 0x25, 0x30, 0x03, 0xc3, 0x7a, 0x06, 0x3e, 0x23, 0x06, 0x06, 0x00,
|
|
|
|
+ 0x82, 0x60, 0x10, 0xb1, 0xce, 0xe8, 0x04, 0x16, 0xf8, 0x8c, 0x7c, 0x46,
|
|
|
|
+ 0x0c, 0x0c, 0x00, 0x04, 0xc1, 0x20, 0x72, 0x1d, 0xb3, 0x09, 0x2c, 0xf8,
|
|
|
|
+ 0x19, 0xf9, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x04, 0x3b, 0x69,
|
|
|
|
+ 0x13, 0xcc, 0x12, 0x98, 0xc1, 0x40, 0xc7, 0x00, 0x0a, 0x1c, 0x19, 0x94,
|
|
|
|
+ 0x01, 0x19, 0x90, 0xc1, 0x40, 0xc7, 0x00, 0x0a, 0x1c, 0x55, 0x06, 0x14,
|
|
|
|
+ 0x19, 0x0c, 0x74, 0x0c, 0xa0, 0xc0, 0x19, 0x65, 0x20, 0x91, 0xc1, 0x68,
|
|
|
|
+ 0x02, 0xbb, 0x0c, 0x16, 0x10, 0xf2, 0x31, 0x81, 0x90, 0x8f, 0x0d, 0x84,
|
|
|
|
+ 0x7c, 0x66, 0x09, 0x40, 0x61, 0x38, 0x42, 0x25, 0x42, 0x26, 0xf8, 0x46,
|
|
|
|
+ 0x13, 0xe2, 0x65, 0x98, 0x65, 0x40, 0x83, 0x39, 0x10, 0x2c, 0x48, 0x03,
|
|
|
|
+ 0xf9, 0x98, 0x90, 0x06, 0xf2, 0xb1, 0x21, 0x0d, 0xe4, 0x33, 0x9a, 0x50,
|
|
|
|
+ 0x2f, 0xc0, 0x70, 0x44, 0x50, 0x32, 0xce, 0x37, 0xcb, 0x00, 0x0a, 0x69,
|
|
|
|
+ 0x10, 0x0c, 0x47, 0x14, 0x2a, 0xa3, 0x7c, 0xb3, 0x0c, 0x6b, 0xa0, 0x06,
|
|
|
|
+ 0x81, 0x19, 0x2c, 0x23, 0x9f, 0x59, 0x02, 0x36, 0x18, 0x31, 0x30, 0x00,
|
|
|
|
+ 0x10, 0x04, 0x83, 0x28, 0x7c, 0x70, 0xe7, 0x18, 0x31, 0x30, 0x00, 0x10,
|
|
|
|
+ 0x04, 0x83, 0x48, 0x7c, 0xf4, 0x26, 0xb0, 0x00, 0x66, 0xe4, 0x33, 0x62,
|
|
|
|
+ 0x60, 0x00, 0x20, 0x08, 0x06, 0x11, 0xf9, 0xf4, 0x4d, 0x60, 0xc1, 0xcc,
|
|
|
|
+ 0xc8, 0xc7, 0x82, 0x9a, 0x81, 0xcf, 0x2c, 0x01, 0x1b, 0x0c, 0x54, 0x0c,
|
|
|
|
+ 0x8e, 0x1a, 0x08, 0x6b, 0x30, 0x1c, 0xd1, 0xcc, 0x8c, 0xf2, 0xcd, 0x32,
|
|
|
|
+ 0xb8, 0x41, 0x1b, 0x04, 0xe6, 0xd4, 0x8c, 0x7c, 0x66, 0x09, 0xde, 0x60,
|
|
|
|
+ 0xc4, 0xc0, 0x00, 0x40, 0x10, 0x0c, 0x22, 0xf5, 0x09, 0x9f, 0x67, 0xc4,
|
|
|
|
+ 0xc0, 0x00, 0x40, 0x10, 0x0c, 0xa2, 0xf5, 0x19, 0x9d, 0xc0, 0x82, 0x9c,
|
|
|
|
+ 0x91, 0xcf, 0x88, 0x81, 0x01, 0x80, 0x20, 0x18, 0x44, 0xed, 0x63, 0x3a,
|
|
|
|
+ 0x81, 0x05, 0x3c, 0x23, 0x1f, 0x0b, 0x7c, 0x06, 0x3e, 0xb3, 0x04, 0x6f,
|
|
|
|
+ 0x30, 0x50, 0x31, 0x38, 0x6d, 0x20, 0xb8, 0xc1, 0x70, 0x44, 0xc5, 0x33,
|
|
|
|
+ 0xca, 0x37, 0xcb, 0x10, 0x07, 0x70, 0x10, 0x98, 0xe5, 0x33, 0xf2, 0x99,
|
|
|
|
+ 0x25, 0x90, 0x83, 0x11, 0x03, 0x03, 0x00, 0x41, 0x30, 0x88, 0xe6, 0x47,
|
|
|
|
+ 0x7d, 0xae, 0x11, 0x03, 0x03, 0x00, 0x41, 0x30, 0x88, 0xe8, 0x87, 0x75,
|
|
|
|
+ 0x02, 0x0b, 0xc4, 0x46, 0x3e, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10,
|
|
|
|
+ 0xd9, 0xcf, 0xeb, 0x04, 0x16, 0x94, 0x8d, 0x7c, 0x2c, 0x38, 0x1b, 0xf8,
|
|
|
|
+ 0xcc, 0x12, 0xc8, 0xc1, 0x40, 0xc5, 0xe0, 0xc0, 0x81, 0x10, 0x07, 0x23,
|
|
|
|
+ 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xe9, 0x8f, 0xfc, 0x4c, 0x23, 0x06,
|
|
|
|
+ 0x06, 0x00, 0x82, 0x60, 0x10, 0xed, 0xcf, 0xfc, 0x2c, 0x23, 0x06, 0x06,
|
|
|
|
+ 0x00, 0x82, 0x60, 0x10, 0xf1, 0x0f, 0xfd, 0x0c, 0xb3, 0x04, 0xa0, 0x30,
|
|
|
|
+ 0xcb, 0x40, 0x07, 0x7f, 0xe0, 0x16, 0xc6, 0x0a, 0xaa, 0x23, 0x9f, 0x11,
|
|
|
|
+ 0x03, 0x04, 0x00, 0x41, 0x30, 0xd0, 0xf4, 0x87, 0x76, 0x54, 0x87, 0x15,
|
|
|
|
+ 0x82, 0x11, 0x03, 0x04, 0x00, 0x41, 0x30, 0xd0, 0xf6, 0xa7, 0x76, 0x54,
|
|
|
|
+ 0x87, 0x15, 0x02, 0x7b, 0x05, 0xd5, 0x91, 0xcf, 0x88, 0x01, 0x02, 0x80,
|
|
|
|
+ 0x20, 0x18, 0x68, 0xfd, 0x73, 0x3b, 0xaa, 0xf3, 0x0a, 0xc1, 0x88, 0x01,
|
|
|
|
+ 0x02, 0x80, 0x20, 0x18, 0x68, 0xfe, 0x83, 0x3b, 0xaa, 0xf3, 0x0a, 0x81,
|
|
|
|
+ 0xc9, 0x82, 0xea, 0xc8, 0x67, 0xc4, 0x00, 0x01, 0x40, 0x10, 0x0c, 0x34,
|
|
|
|
+ 0x10, 0xd2, 0x1d, 0xd5, 0x91, 0x85, 0x60, 0xc4, 0x00, 0x01, 0x40, 0x10,
|
|
|
|
+ 0x0c, 0xb4, 0x10, 0xda, 0x1d, 0xd5, 0x91, 0x85, 0xc0, 0xda, 0xe0, 0x90,
|
|
|
|
+ 0x8f, 0xb9, 0x41, 0x21, 0x1f, 0x7b, 0x83, 0x41, 0x3e, 0xa3, 0x09, 0x61,
|
|
|
|
+ 0x03, 0x0c, 0x47, 0x04, 0x71, 0xe3, 0x7c, 0xb3, 0x0c, 0xa0, 0x50, 0x07,
|
|
|
|
+ 0xc1, 0x70, 0x44, 0x61, 0x37, 0xca, 0x37, 0xcb, 0x70, 0x07, 0x76, 0x10,
|
|
|
|
+ 0x98, 0x81, 0x37, 0xf2, 0x99, 0x25, 0xc0, 0x83, 0x11, 0x03, 0x03, 0x00,
|
|
|
|
+ 0x41, 0x30, 0x88, 0x5a, 0x88, 0x84, 0x8e, 0x11, 0x03, 0x03, 0x00, 0x41,
|
|
|
|
+ 0x30, 0x88, 0x5c, 0xc8, 0x7c, 0x02, 0x0b, 0xf8, 0x46, 0x3e, 0x23, 0x06,
|
|
|
|
+ 0x06, 0x00, 0x82, 0x60, 0x10, 0xc1, 0x50, 0xfa, 0x04, 0x16, 0xfc, 0x8d,
|
|
|
|
+ 0x7c, 0x2c, 0x08, 0x1d, 0xf8, 0xcc, 0x12, 0xe0, 0xc1, 0x40, 0xc5, 0xe0,
|
|
|
|
+ 0xd8, 0x81, 0x70, 0x07, 0xc3, 0x11, 0xcd, 0xdf, 0x28, 0xdf, 0x2c, 0x83,
|
|
|
|
+ 0x1e, 0xe4, 0x41, 0x60, 0x4e, 0xe8, 0xc8, 0x67, 0x96, 0x60, 0x0f, 0x46,
|
|
|
|
+ 0x0c, 0x0c, 0x00, 0x04, 0xc1, 0x20, 0xb2, 0xa1, 0x16, 0x7a, 0x46, 0x0c,
|
|
|
|
+ 0x0c, 0x00, 0x04, 0xc1, 0x20, 0xba, 0xa1, 0xf7, 0x09, 0x2c, 0x28, 0x1d,
|
|
|
|
+ 0xf9, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x94, 0x43, 0xf2, 0x13,
|
|
|
|
+ 0x58, 0x80, 0x3a, 0xf2, 0xb1, 0x40, 0x75, 0xe0, 0x33, 0x4b, 0xb0, 0x07,
|
|
|
|
+ 0x03, 0x15, 0x83, 0x93, 0x07, 0x82, 0x1e, 0x0c, 0x47, 0x54, 0xa8, 0xa3,
|
|
|
|
+ 0x7c, 0xb3, 0x0c, 0x7d, 0xc0, 0x07, 0x81, 0x59, 0xaa, 0x23, 0x9f, 0x59,
|
|
|
|
+ 0x02, 0x3f, 0x18, 0x31, 0x30, 0x00, 0x10, 0x04, 0x83, 0xe8, 0x87, 0x6c,
|
|
|
|
+ 0xe8, 0x1a, 0x31, 0x30, 0x00, 0x10, 0x04, 0x83, 0x08, 0x8c, 0xf0, 0x27,
|
|
|
|
+ 0xb0, 0xc0, 0x75, 0xe4, 0x33, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x91,
|
|
|
|
+ 0x18, 0xed, 0x4f, 0x60, 0x41, 0xec, 0xc8, 0xc7, 0x82, 0xd9, 0x81, 0xcf,
|
|
|
|
+ 0x2c, 0x81, 0x1f, 0x0c, 0x54, 0x0c, 0x0e, 0x1f, 0x08, 0x7d, 0x30, 0x62,
|
|
|
|
+ 0x60, 0x00, 0x20, 0x08, 0x06, 0x91, 0x19, 0xf9, 0xd0, 0x34, 0x62, 0x60,
|
|
|
|
+ 0x00, 0x20, 0x08, 0x06, 0xd1, 0x19, 0xfd, 0xd0, 0x32, 0x62, 0x60, 0x00,
|
|
|
|
+ 0x20, 0x08, 0x06, 0x11, 0x1a, 0x81, 0xd1, 0x30, 0x4b, 0x00, 0x0a, 0x06,
|
|
|
|
+ 0x0b, 0xf8, 0x20, 0x1f, 0x8b, 0x05, 0x7c, 0x90, 0x8f, 0xc9, 0x02, 0x3e,
|
|
|
|
+ 0xc8, 0x67, 0x96, 0x00, 0x14, 0x06, 0x6a, 0x06, 0xb7, 0x30, 0x03, 0xe3,
|
|
|
|
+ 0x0f, 0xc8, 0x02, 0x0d, 0xc8, 0x41, 0x0e, 0x58, 0x81, 0x0e, 0x18, 0x3f,
|
|
|
|
+ 0x18, 0xa8, 0x19, 0xdc, 0xc2, 0x0c, 0x8c, 0x3f, 0x20, 0x0b, 0x34, 0x20,
|
|
|
|
+ 0x07, 0x39, 0x60, 0x05, 0x3a, 0x60, 0xfc, 0x60, 0xa0, 0x66, 0x70, 0x0b,
|
|
|
|
+ 0x33, 0x30, 0xfe, 0x80, 0x2c, 0xd0, 0x80, 0x1c, 0xe4, 0x80, 0x15, 0xe8,
|
|
|
|
+ 0x80, 0xf1, 0x03, 0x1b, 0x5a, 0x47, 0x3e, 0x36, 0xb4, 0x8e, 0x7c, 0x6c,
|
|
|
|
+ 0x68, 0x1d, 0xf9, 0x58, 0x79, 0xb4, 0x8e, 0x7c, 0x46, 0x0c, 0x12, 0x00,
|
|
|
|
+ 0x04, 0xc1, 0x00, 0xb1, 0xa3, 0x18, 0x62, 0x23, 0x36, 0x0a, 0x23, 0x62,
|
|
|
|
+ 0xc4, 0x20, 0x01, 0x40, 0x10, 0x0c, 0x10, 0x3b, 0x8a, 0x21, 0x36, 0x62,
|
|
|
|
+ 0xa3, 0x1c, 0x1a, 0x46, 0x0c, 0x12, 0x00, 0x04, 0xc1, 0x00, 0xb1, 0xa3,
|
|
|
|
+ 0x18, 0x62, 0x23, 0x36, 0x02, 0x23, 0x61, 0xc4, 0x20, 0x01, 0x40, 0x10,
|
|
|
|
+ 0x0c, 0x10, 0x3b, 0x8a, 0x21, 0x36, 0x62, 0xa3, 0x31, 0x0a, 0x10, 0x00,
|
|
|
|
+ 0x00, 0x00, 0x00, 0x00
|
|
|
|
+};
|