D3D12_PixelShader_Advanced.h 106 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654
  1. #if 0
  2. ;
  3. ; Input signature:
  4. ;
  5. ; Name Index Mask Register SysValue Format Used
  6. ; -------------------- ----- ------ -------- -------- ------- ------
  7. ; SV_Position 0 xyzw 0 POS float
  8. ; TEXCOORD 0 xy 1 NONE float xy
  9. ; COLOR 0 xyzw 2 NONE float xyzw
  10. ;
  11. ;
  12. ; Output signature:
  13. ;
  14. ; Name Index Mask Register SysValue Format Used
  15. ; -------------------- ----- ------ -------- -------- ------- ------
  16. ; SV_Target 0 xyzw 0 TARGET float xyzw
  17. ;
  18. ; shader hash: 4d23473de2445ea68fe5dad543ff9936
  19. ;
  20. ; Pipeline Runtime Information:
  21. ;
  22. ; Pixel Shader
  23. ; DepthOutput=0
  24. ; SampleFrequency=0
  25. ;
  26. ;
  27. ; Input signature:
  28. ;
  29. ; Name Index InterpMode DynIdx
  30. ; -------------------- ----- ---------------------- ------
  31. ; SV_Position 0 noperspective
  32. ; TEXCOORD 0 linear
  33. ; COLOR 0 linear
  34. ;
  35. ; Output signature:
  36. ;
  37. ; Name Index InterpMode DynIdx
  38. ; -------------------- ----- ---------------------- ------
  39. ; SV_Target 0
  40. ;
  41. ; Buffer Definitions:
  42. ;
  43. ; cbuffer Constants
  44. ; {
  45. ;
  46. ; struct Constants
  47. ; {
  48. ;
  49. ; float scRGB_output; ; Offset: 0
  50. ; float texture_type; ; Offset: 4
  51. ; float input_type; ; Offset: 8
  52. ; float color_scale; ; Offset: 12
  53. ; float4 texel_size; ; Offset: 16
  54. ; float tonemap_method; ; Offset: 32
  55. ; float tonemap_factor1; ; Offset: 36
  56. ; float tonemap_factor2; ; Offset: 40
  57. ; float sdr_white_point; ; Offset: 44
  58. ; float4 Yoffset; ; Offset: 48
  59. ; float4 Rcoeff; ; Offset: 64
  60. ; float4 Gcoeff; ; Offset: 80
  61. ; float4 Bcoeff; ; Offset: 96
  62. ;
  63. ; } Constants; ; Offset: 0 Size: 112
  64. ;
  65. ; }
  66. ;
  67. ;
  68. ; Resource Bindings:
  69. ;
  70. ; Name Type Format Dim ID HLSL Bind Count
  71. ; ------------------------------ ---------- ------- ----------- ------- -------------- ------
  72. ; Constants cbuffer NA NA CB0 cb1 1
  73. ; sampler0 sampler NA NA S0 s0 1
  74. ; sampler1 sampler NA NA S1 s1 1
  75. ; texture0 texture f32 2d T0 t0 1
  76. ; texture1 texture f32 2d T1 t1 1
  77. ; texture2 texture f32 2d T2 t2 1
  78. ;
  79. ;
  80. ; ViewId state:
  81. ;
  82. ; Number of inputs: 12, outputs: 4
  83. ; Outputs dependent on ViewId: { }
  84. ; Inputs contributing to computation of Outputs:
  85. ; output 0 depends on inputs: { 4, 5, 8 }
  86. ; output 1 depends on inputs: { 4, 5, 9 }
  87. ; output 2 depends on inputs: { 4, 5, 10 }
  88. ; output 3 depends on inputs: { 4, 5, 11 }
  89. ;
  90. 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"
  91. target triple = "dxil-ms-dx"
  92. %dx.types.Handle = type { i8* }
  93. %dx.types.CBufRet.f32 = type { float, float, float, float }
  94. %dx.types.ResRet.f32 = type { float, float, float, float, i32 }
  95. %"class.Texture2D<vector<float, 4> >" = type { <4 x float>, %"class.Texture2D<vector<float, 4> >::mips_type" }
  96. %"class.Texture2D<vector<float, 4> >::mips_type" = type { i32 }
  97. %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> }
  98. %struct.SamplerState = type { i32 }
  99. define void @main() {
  100. %1 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 0, i32 2, i32 2, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
  101. %2 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 0, i32 1, i32 1, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
  102. %3 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 0, i32 0, i32 0, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
  103. %4 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 3, i32 1, i32 1, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
  104. %5 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 3, i32 0, i32 0, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
  105. %6 = call %dx.types.Handle @dx.op.createHandle(i32 57, i8 2, i32 0, i32 1, i1 false) ; CreateHandle(resourceClass,rangeId,index,nonUniformIndex)
  106. %7 = call float @dx.op.loadInput.f32(i32 4, i32 2, i32 0, i8 0, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
  107. %8 = call float @dx.op.loadInput.f32(i32 4, i32 2, i32 0, i8 1, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
  108. %9 = call float @dx.op.loadInput.f32(i32 4, i32 2, i32 0, i8 2, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
  109. %10 = call float @dx.op.loadInput.f32(i32 4, i32 2, i32 0, i8 3, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
  110. %11 = call float @dx.op.loadInput.f32(i32 4, i32 1, i32 0, i8 0, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
  111. %12 = call float @dx.op.loadInput.f32(i32 4, i32 1, i32 0, i8 1, i32 undef) ; LoadInput(inputSigId,rowIndex,colIndex,gsVertexAxis)
  112. %13 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 0) ; CBufferLoadLegacy(handle,regIndex)
  113. %14 = extractvalue %dx.types.CBufRet.f32 %13, 1
  114. %15 = fcmp fast oeq float %14, 0.000000e+00
  115. br i1 %15, label %253, label %16
  116. ; <label>:16 ; preds = %0
  117. %17 = fcmp fast oeq float %14, 1.000000e+00
  118. br i1 %17, label %18, label %24
  119. ; <label>:18 ; preds = %16
  120. %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)
  121. %20 = extractvalue %dx.types.ResRet.f32 %19, 0
  122. %21 = extractvalue %dx.types.ResRet.f32 %19, 1
  123. %22 = extractvalue %dx.types.ResRet.f32 %19, 2
  124. %23 = extractvalue %dx.types.ResRet.f32 %19, 3
  125. br label %253
  126. ; <label>:24 ; preds = %16
  127. %25 = fcmp fast oeq float %14, 2.000000e+00
  128. br i1 %25, label %26, label %85
  129. ; <label>:26 ; preds = %24
  130. %27 = call float @dx.op.unary.f32(i32 83, float %11) ; DerivCoarseX(value)
  131. %28 = call float @dx.op.unary.f32(i32 83, float %12) ; DerivCoarseX(value)
  132. %29 = call float @dx.op.unary.f32(i32 6, float %27) ; FAbs(value)
  133. %30 = call float @dx.op.unary.f32(i32 6, float %28) ; FAbs(value)
  134. %31 = call float @dx.op.unary.f32(i32 84, float %11) ; DerivCoarseY(value)
  135. %32 = call float @dx.op.unary.f32(i32 84, float %12) ; DerivCoarseY(value)
  136. %33 = call float @dx.op.unary.f32(i32 6, float %31) ; FAbs(value)
  137. %34 = call float @dx.op.unary.f32(i32 6, float %32) ; FAbs(value)
  138. %35 = fadd fast float %33, %29
  139. %36 = fadd fast float %34, %30
  140. %37 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 1) ; CBufferLoadLegacy(handle,regIndex)
  141. %38 = extractvalue %dx.types.CBufRet.f32 %37, 2
  142. %39 = extractvalue %dx.types.CBufRet.f32 %37, 3
  143. %40 = fmul fast float %38, %35
  144. %41 = fmul fast float %39, %36
  145. %42 = call float @dx.op.binary.f32(i32 35, float %40, float 0x3EE4F8B580000000) ; FMax(a,b)
  146. %43 = call float @dx.op.binary.f32(i32 35, float %41, float 0x3EE4F8B580000000) ; FMax(a,b)
  147. %44 = call float @dx.op.binary.f32(i32 36, float %42, float 1.000000e+00) ; FMin(a,b)
  148. %45 = call float @dx.op.binary.f32(i32 36, float %43, float 1.000000e+00) ; FMin(a,b)
  149. %46 = fmul fast float %38, %11
  150. %47 = fmul fast float %39, %12
  151. %48 = fmul fast float %44, 5.000000e-01
  152. %49 = fmul fast float %45, 5.000000e-01
  153. %50 = fsub fast float %46, %48
  154. %51 = fsub fast float %47, %49
  155. %52 = call float @dx.op.unary.f32(i32 22, float %50) ; Frc(value)
  156. %53 = call float @dx.op.unary.f32(i32 22, float %51) ; Frc(value)
  157. %54 = fadd fast float %44, -1.000000e+00
  158. %55 = fadd fast float %54, %52
  159. %56 = fadd fast float %45, -1.000000e+00
  160. %57 = fadd fast float %56, %53
  161. %58 = fdiv fast float %55, %44
  162. %59 = fdiv fast float %57, %45
  163. %60 = call float @dx.op.unary.f32(i32 7, float %58) ; Saturate(value)
  164. %61 = call float @dx.op.unary.f32(i32 7, float %59) ; Saturate(value)
  165. %62 = fmul fast float %60, 2.000000e+00
  166. %63 = fmul fast float %61, 2.000000e+00
  167. %64 = fsub fast float 3.000000e+00, %62
  168. %65 = fsub fast float 3.000000e+00, %63
  169. %66 = fmul fast float %60, %60
  170. %67 = fmul fast float %66, %64
  171. %68 = fmul fast float %61, %61
  172. %69 = fmul fast float %68, %65
  173. %70 = call float @dx.op.unary.f32(i32 27, float %50) ; Round_ni(value)
  174. %71 = call float @dx.op.unary.f32(i32 27, float %51) ; Round_ni(value)
  175. %72 = fadd fast float %70, 5.000000e-01
  176. %73 = fadd fast float %71, 5.000000e-01
  177. %74 = fadd fast float %72, %67
  178. %75 = fadd fast float %73, %69
  179. %76 = extractvalue %dx.types.CBufRet.f32 %37, 0
  180. %77 = extractvalue %dx.types.CBufRet.f32 %37, 1
  181. %78 = fmul fast float %76, %74
  182. %79 = fmul fast float %75, %77
  183. %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)
  184. %81 = extractvalue %dx.types.ResRet.f32 %80, 0
  185. %82 = extractvalue %dx.types.ResRet.f32 %80, 1
  186. %83 = extractvalue %dx.types.ResRet.f32 %80, 2
  187. %84 = extractvalue %dx.types.ResRet.f32 %80, 3
  188. br label %253
  189. ; <label>:85 ; preds = %24
  190. %86 = fcmp fast oeq float %14, 3.000000e+00
  191. br i1 %86, label %87, label %97
  192. ; <label>:87 ; preds = %85
  193. %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)
  194. %89 = extractvalue %dx.types.ResRet.f32 %88, 0
  195. %90 = fmul fast float %89, 0x3FEFE00000000000
  196. %91 = fadd fast float %90, 1.953125e-03
  197. %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)
  198. %93 = extractvalue %dx.types.ResRet.f32 %92, 0
  199. %94 = extractvalue %dx.types.ResRet.f32 %92, 1
  200. %95 = extractvalue %dx.types.ResRet.f32 %92, 2
  201. %96 = extractvalue %dx.types.ResRet.f32 %92, 3
  202. br label %253
  203. ; <label>:97 ; preds = %85
  204. %98 = fcmp fast oeq float %14, 4.000000e+00
  205. br i1 %98, label %99, label %162
  206. ; <label>:99 ; preds = %97
  207. %100 = call float @dx.op.unary.f32(i32 83, float %11) ; DerivCoarseX(value)
  208. %101 = call float @dx.op.unary.f32(i32 83, float %12) ; DerivCoarseX(value)
  209. %102 = call float @dx.op.unary.f32(i32 6, float %100) ; FAbs(value)
  210. %103 = call float @dx.op.unary.f32(i32 6, float %101) ; FAbs(value)
  211. %104 = call float @dx.op.unary.f32(i32 84, float %11) ; DerivCoarseY(value)
  212. %105 = call float @dx.op.unary.f32(i32 84, float %12) ; DerivCoarseY(value)
  213. %106 = call float @dx.op.unary.f32(i32 6, float %104) ; FAbs(value)
  214. %107 = call float @dx.op.unary.f32(i32 6, float %105) ; FAbs(value)
  215. %108 = fadd fast float %106, %102
  216. %109 = fadd fast float %107, %103
  217. %110 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 1) ; CBufferLoadLegacy(handle,regIndex)
  218. %111 = extractvalue %dx.types.CBufRet.f32 %110, 2
  219. %112 = extractvalue %dx.types.CBufRet.f32 %110, 3
  220. %113 = fmul fast float %111, %108
  221. %114 = fmul fast float %112, %109
  222. %115 = call float @dx.op.binary.f32(i32 35, float %113, float 0x3EE4F8B580000000) ; FMax(a,b)
  223. %116 = call float @dx.op.binary.f32(i32 35, float %114, float 0x3EE4F8B580000000) ; FMax(a,b)
  224. %117 = call float @dx.op.binary.f32(i32 36, float %115, float 1.000000e+00) ; FMin(a,b)
  225. %118 = call float @dx.op.binary.f32(i32 36, float %116, float 1.000000e+00) ; FMin(a,b)
  226. %119 = fmul fast float %111, %11
  227. %120 = fmul fast float %112, %12
  228. %121 = fmul fast float %117, 5.000000e-01
  229. %122 = fmul fast float %118, 5.000000e-01
  230. %123 = fsub fast float %119, %121
  231. %124 = fsub fast float %120, %122
  232. %125 = call float @dx.op.unary.f32(i32 22, float %123) ; Frc(value)
  233. %126 = call float @dx.op.unary.f32(i32 22, float %124) ; Frc(value)
  234. %127 = fadd fast float %117, -1.000000e+00
  235. %128 = fadd fast float %127, %125
  236. %129 = fadd fast float %118, -1.000000e+00
  237. %130 = fadd fast float %129, %126
  238. %131 = fdiv fast float %128, %117
  239. %132 = fdiv fast float %130, %118
  240. %133 = call float @dx.op.unary.f32(i32 7, float %131) ; Saturate(value)
  241. %134 = call float @dx.op.unary.f32(i32 7, float %132) ; Saturate(value)
  242. %135 = fmul fast float %133, 2.000000e+00
  243. %136 = fmul fast float %134, 2.000000e+00
  244. %137 = fsub fast float 3.000000e+00, %135
  245. %138 = fsub fast float 3.000000e+00, %136
  246. %139 = fmul fast float %133, %133
  247. %140 = fmul fast float %139, %137
  248. %141 = fmul fast float %134, %134
  249. %142 = fmul fast float %141, %138
  250. %143 = call float @dx.op.unary.f32(i32 27, float %123) ; Round_ni(value)
  251. %144 = call float @dx.op.unary.f32(i32 27, float %124) ; Round_ni(value)
  252. %145 = fadd fast float %143, 5.000000e-01
  253. %146 = fadd fast float %144, 5.000000e-01
  254. %147 = fadd fast float %145, %140
  255. %148 = fadd fast float %146, %142
  256. %149 = extractvalue %dx.types.CBufRet.f32 %110, 0
  257. %150 = extractvalue %dx.types.CBufRet.f32 %110, 1
  258. %151 = fmul fast float %149, %147
  259. %152 = fmul fast float %148, %150
  260. %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)
  261. %154 = extractvalue %dx.types.ResRet.f32 %153, 0
  262. %155 = fmul fast float %154, 0x3FEFE00000000000
  263. %156 = fadd fast float %155, 1.953125e-03
  264. %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)
  265. %158 = extractvalue %dx.types.ResRet.f32 %157, 0
  266. %159 = extractvalue %dx.types.ResRet.f32 %157, 1
  267. %160 = extractvalue %dx.types.ResRet.f32 %157, 2
  268. %161 = extractvalue %dx.types.ResRet.f32 %157, 3
  269. br label %253
  270. ; <label>:162 ; preds = %97
  271. %163 = fcmp fast oeq float %14, 5.000000e+00
  272. br i1 %163, label %164, label %192
  273. ; <label>:164 ; preds = %162
  274. %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)
  275. %166 = extractvalue %dx.types.ResRet.f32 %165, 0
  276. %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)
  277. %168 = extractvalue %dx.types.ResRet.f32 %167, 0
  278. %169 = extractvalue %dx.types.ResRet.f32 %167, 1
  279. %170 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 3) ; CBufferLoadLegacy(handle,regIndex)
  280. %171 = extractvalue %dx.types.CBufRet.f32 %170, 0
  281. %172 = extractvalue %dx.types.CBufRet.f32 %170, 1
  282. %173 = extractvalue %dx.types.CBufRet.f32 %170, 2
  283. %174 = fadd fast float %171, %166
  284. %175 = fadd fast float %172, %168
  285. %176 = fadd fast float %173, %169
  286. %177 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 4) ; CBufferLoadLegacy(handle,regIndex)
  287. %178 = extractvalue %dx.types.CBufRet.f32 %177, 0
  288. %179 = extractvalue %dx.types.CBufRet.f32 %177, 1
  289. %180 = extractvalue %dx.types.CBufRet.f32 %177, 2
  290. %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)
  291. %182 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 5) ; CBufferLoadLegacy(handle,regIndex)
  292. %183 = extractvalue %dx.types.CBufRet.f32 %182, 0
  293. %184 = extractvalue %dx.types.CBufRet.f32 %182, 1
  294. %185 = extractvalue %dx.types.CBufRet.f32 %182, 2
  295. %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)
  296. %187 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 6) ; CBufferLoadLegacy(handle,regIndex)
  297. %188 = extractvalue %dx.types.CBufRet.f32 %187, 0
  298. %189 = extractvalue %dx.types.CBufRet.f32 %187, 1
  299. %190 = extractvalue %dx.types.CBufRet.f32 %187, 2
  300. %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)
  301. br label %253
  302. ; <label>:192 ; preds = %162
  303. %193 = fcmp fast oeq float %14, 6.000000e+00
  304. br i1 %193, label %194, label %222
  305. ; <label>:194 ; preds = %192
  306. %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)
  307. %196 = extractvalue %dx.types.ResRet.f32 %195, 0
  308. %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)
  309. %198 = extractvalue %dx.types.ResRet.f32 %197, 0
  310. %199 = extractvalue %dx.types.ResRet.f32 %197, 1
  311. %200 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 3) ; CBufferLoadLegacy(handle,regIndex)
  312. %201 = extractvalue %dx.types.CBufRet.f32 %200, 0
  313. %202 = extractvalue %dx.types.CBufRet.f32 %200, 1
  314. %203 = extractvalue %dx.types.CBufRet.f32 %200, 2
  315. %204 = fadd fast float %201, %196
  316. %205 = fadd fast float %202, %199
  317. %206 = fadd fast float %203, %198
  318. %207 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 4) ; CBufferLoadLegacy(handle,regIndex)
  319. %208 = extractvalue %dx.types.CBufRet.f32 %207, 0
  320. %209 = extractvalue %dx.types.CBufRet.f32 %207, 1
  321. %210 = extractvalue %dx.types.CBufRet.f32 %207, 2
  322. %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)
  323. %212 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 5) ; CBufferLoadLegacy(handle,regIndex)
  324. %213 = extractvalue %dx.types.CBufRet.f32 %212, 0
  325. %214 = extractvalue %dx.types.CBufRet.f32 %212, 1
  326. %215 = extractvalue %dx.types.CBufRet.f32 %212, 2
  327. %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)
  328. %217 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 6) ; CBufferLoadLegacy(handle,regIndex)
  329. %218 = extractvalue %dx.types.CBufRet.f32 %217, 0
  330. %219 = extractvalue %dx.types.CBufRet.f32 %217, 1
  331. %220 = extractvalue %dx.types.CBufRet.f32 %217, 2
  332. %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)
  333. br label %253
  334. ; <label>:222 ; preds = %192
  335. %223 = fcmp fast oeq float %14, 7.000000e+00
  336. br i1 %223, label %224, label %253
  337. ; <label>:224 ; preds = %222
  338. %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)
  339. %226 = extractvalue %dx.types.ResRet.f32 %225, 0
  340. %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)
  341. %228 = extractvalue %dx.types.ResRet.f32 %227, 0
  342. %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)
  343. %230 = extractvalue %dx.types.ResRet.f32 %229, 0
  344. %231 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 3) ; CBufferLoadLegacy(handle,regIndex)
  345. %232 = extractvalue %dx.types.CBufRet.f32 %231, 0
  346. %233 = extractvalue %dx.types.CBufRet.f32 %231, 1
  347. %234 = extractvalue %dx.types.CBufRet.f32 %231, 2
  348. %235 = fadd fast float %232, %226
  349. %236 = fadd fast float %233, %228
  350. %237 = fadd fast float %234, %230
  351. %238 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 4) ; CBufferLoadLegacy(handle,regIndex)
  352. %239 = extractvalue %dx.types.CBufRet.f32 %238, 0
  353. %240 = extractvalue %dx.types.CBufRet.f32 %238, 1
  354. %241 = extractvalue %dx.types.CBufRet.f32 %238, 2
  355. %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)
  356. %243 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 5) ; CBufferLoadLegacy(handle,regIndex)
  357. %244 = extractvalue %dx.types.CBufRet.f32 %243, 0
  358. %245 = extractvalue %dx.types.CBufRet.f32 %243, 1
  359. %246 = extractvalue %dx.types.CBufRet.f32 %243, 2
  360. %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)
  361. %248 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 6) ; CBufferLoadLegacy(handle,regIndex)
  362. %249 = extractvalue %dx.types.CBufRet.f32 %248, 0
  363. %250 = extractvalue %dx.types.CBufRet.f32 %248, 1
  364. %251 = extractvalue %dx.types.CBufRet.f32 %248, 2
  365. %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)
  366. br label %253
  367. ; <label>:253 ; preds = %224, %222, %194, %164, %99, %87, %26, %18, %0
  368. %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 ]
  369. %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 ]
  370. %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 ]
  371. %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 ]
  372. %258 = extractvalue %dx.types.CBufRet.f32 %13, 2
  373. %259 = fcmp fast oeq float %258, 3.000000e+00
  374. br i1 %259, label %260, label %308
  375. ; <label>:260 ; preds = %253
  376. %261 = call float @dx.op.unary.f32(i32 6, float %254) ; FAbs(value)
  377. %262 = call float @dx.op.unary.f32(i32 6, float %255) ; FAbs(value)
  378. %263 = call float @dx.op.unary.f32(i32 6, float %256) ; FAbs(value)
  379. %264 = call float @dx.op.unary.f32(i32 23, float %261) ; Log(value)
  380. %265 = call float @dx.op.unary.f32(i32 23, float %262) ; Log(value)
  381. %266 = call float @dx.op.unary.f32(i32 23, float %263) ; Log(value)
  382. %267 = fmul fast float %264, 0x3F89F9B580000000
  383. %268 = fmul fast float %265, 0x3F89F9B580000000
  384. %269 = fmul fast float %266, 0x3F89F9B580000000
  385. %270 = call float @dx.op.unary.f32(i32 21, float %267) ; Exp(value)
  386. %271 = call float @dx.op.unary.f32(i32 21, float %268) ; Exp(value)
  387. %272 = call float @dx.op.unary.f32(i32 21, float %269) ; Exp(value)
  388. %273 = fadd fast float %270, -8.359375e-01
  389. %274 = fadd fast float %271, -8.359375e-01
  390. %275 = fadd fast float %272, -8.359375e-01
  391. %276 = call float @dx.op.binary.f32(i32 35, float %273, float 0.000000e+00) ; FMax(a,b)
  392. %277 = call float @dx.op.binary.f32(i32 35, float %274, float 0.000000e+00) ; FMax(a,b)
  393. %278 = call float @dx.op.binary.f32(i32 35, float %275, float 0.000000e+00) ; FMax(a,b)
  394. %279 = fmul fast float %270, 1.868750e+01
  395. %280 = fmul fast float %271, 1.868750e+01
  396. %281 = fmul fast float %272, 1.868750e+01
  397. %282 = fsub fast float 0x4032DA0000000000, %279
  398. %283 = fsub fast float 0x4032DA0000000000, %280
  399. %284 = fsub fast float 0x4032DA0000000000, %281
  400. %285 = fdiv fast float %276, %282
  401. %286 = fdiv fast float %277, %283
  402. %287 = fdiv fast float %278, %284
  403. %288 = call float @dx.op.unary.f32(i32 6, float %285) ; FAbs(value)
  404. %289 = call float @dx.op.unary.f32(i32 6, float %286) ; FAbs(value)
  405. %290 = call float @dx.op.unary.f32(i32 6, float %287) ; FAbs(value)
  406. %291 = call float @dx.op.unary.f32(i32 23, float %288) ; Log(value)
  407. %292 = call float @dx.op.unary.f32(i32 23, float %289) ; Log(value)
  408. %293 = call float @dx.op.unary.f32(i32 23, float %290) ; Log(value)
  409. %294 = fmul fast float %291, 0x40191C0D60000000
  410. %295 = fmul fast float %292, 0x40191C0D60000000
  411. %296 = fmul fast float %293, 0x40191C0D60000000
  412. %297 = call float @dx.op.unary.f32(i32 21, float %294) ; Exp(value)
  413. %298 = call float @dx.op.unary.f32(i32 21, float %295) ; Exp(value)
  414. %299 = call float @dx.op.unary.f32(i32 21, float %296) ; Exp(value)
  415. %300 = fmul fast float %297, 1.000000e+04
  416. %301 = fmul fast float %298, 1.000000e+04
  417. %302 = fmul fast float %299, 1.000000e+04
  418. %303 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 2) ; CBufferLoadLegacy(handle,regIndex)
  419. %304 = extractvalue %dx.types.CBufRet.f32 %303, 3
  420. %305 = fdiv fast float %300, %304
  421. %306 = fdiv fast float %301, %304
  422. %307 = fdiv fast float %302, %304
  423. br label %308
  424. ; <label>:308 ; preds = %260, %253
  425. %309 = phi float [ %305, %260 ], [ %254, %253 ]
  426. %310 = phi float [ %306, %260 ], [ %255, %253 ]
  427. %311 = phi float [ %307, %260 ], [ %256, %253 ]
  428. %312 = call %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32 59, %dx.types.Handle %6, i32 2) ; CBufferLoadLegacy(handle,regIndex)
  429. %313 = extractvalue %dx.types.CBufRet.f32 %312, 0
  430. %314 = fcmp fast une float %313, 0.000000e+00
  431. br i1 %314, label %315, label %368
  432. ; <label>:315 ; preds = %308
  433. %316 = fcmp fast oeq float %313, 1.000000e+00
  434. br i1 %316, label %317, label %322
  435. ; <label>:317 ; preds = %315
  436. %318 = extractvalue %dx.types.CBufRet.f32 %312, 1
  437. %319 = fmul fast float %318, %309
  438. %320 = fmul fast float %318, %310
  439. %321 = fmul fast float %318, %311
  440. br label %368
  441. ; <label>:322 ; preds = %315
  442. %323 = fcmp fast oeq float %313, 2.000000e+00
  443. br i1 %323, label %324, label %368
  444. ; <label>:324 ; preds = %322
  445. %325 = fcmp fast oeq float %258, 2.000000e+00
  446. br i1 %325, label %326, label %336
  447. ; <label>:326 ; preds = %324
  448. %327 = fmul fast float %309, 0x3FE413B180000000
  449. %328 = call float @dx.op.tertiary.f32(i32 46, float 0x3FD512F900000000, float %310, float %327) ; FMad(a,b,c)
  450. %329 = call float @dx.op.tertiary.f32(i32 46, float 0x3FA62D1F20000000, float %311, float %328) ; FMad(a,b,c)
  451. %330 = fmul fast float %309, 0x3FB1B05740000000
  452. %331 = call float @dx.op.tertiary.f32(i32 46, float 0x3FED6CE140000000, float %310, float %330) ; FMad(a,b,c)
  453. %332 = call float @dx.op.tertiary.f32(i32 46, float 0x3F8744F5E0000000, float %311, float %331) ; FMad(a,b,c)
  454. %333 = fmul fast float %309, 0x3F90C8CD60000000
  455. %334 = call float @dx.op.tertiary.f32(i32 46, float 0x3FB6880520000000, float %310, float %333) ; FMad(a,b,c)
  456. %335 = call float @dx.op.tertiary.f32(i32 46, float 0x3FECA8B6E0000000, float %311, float %334) ; FMad(a,b,c)
  457. br label %336
  458. ; <label>:336 ; preds = %326, %324
  459. %337 = phi float [ %329, %326 ], [ %309, %324 ]
  460. %338 = phi float [ %332, %326 ], [ %310, %324 ]
  461. %339 = phi float [ %335, %326 ], [ %311, %324 ]
  462. %340 = call float @dx.op.binary.f32(i32 35, float %338, float %339) ; FMax(a,b)
  463. %341 = call float @dx.op.binary.f32(i32 35, float %337, float %340) ; FMax(a,b)
  464. %342 = fcmp fast ogt float %341, 0.000000e+00
  465. br i1 %342, label %343, label %354
  466. ; <label>:343 ; preds = %336
  467. %344 = extractvalue %dx.types.CBufRet.f32 %312, 1
  468. %345 = fmul fast float %344, %341
  469. %346 = fadd fast float %345, 1.000000e+00
  470. %347 = extractvalue %dx.types.CBufRet.f32 %312, 2
  471. %348 = fmul fast float %347, %341
  472. %349 = fadd fast float %348, 1.000000e+00
  473. %350 = fdiv fast float %346, %349
  474. %351 = fmul fast float %350, %337
  475. %352 = fmul fast float %350, %338
  476. %353 = fmul fast float %350, %339
  477. br label %354
  478. ; <label>:354 ; preds = %343, %336
  479. %355 = phi float [ %351, %343 ], [ %337, %336 ]
  480. %356 = phi float [ %352, %343 ], [ %338, %336 ]
  481. %357 = phi float [ %353, %343 ], [ %339, %336 ]
  482. br i1 %325, label %358, label %368
  483. ; <label>:358 ; preds = %354
  484. %359 = fmul fast float %355, 0x3FFA916440000000
  485. %360 = call float @dx.op.tertiary.f32(i32 46, float 0xBFE2CE1400000000, float %356, float %359) ; FMad(a,b,c)
  486. %361 = call float @dx.op.tertiary.f32(i32 46, float 0xBFB2A5A460000000, float %357, float %360) ; FMad(a,b,c)
  487. %362 = fmul fast float %355, 0xBFBFE24FE0000000
  488. %363 = call float @dx.op.tertiary.f32(i32 46, float 0x3FF2205680000000, float %356, float %362) ; FMad(a,b,c)
  489. %364 = call float @dx.op.tertiary.f32(i32 46, float 0xBF8118C1A0000000, float %357, float %363) ; FMad(a,b,c)
  490. %365 = fmul fast float %355, 0xBF9296F660000000
  491. %366 = call float @dx.op.tertiary.f32(i32 46, float 0xBFB9C0B9A0000000, float %356, float %365) ; FMad(a,b,c)
  492. %367 = call float @dx.op.tertiary.f32(i32 46, float 0x3FF1E66780000000, float %357, float %366) ; FMad(a,b,c)
  493. br label %368
  494. ; <label>:368 ; preds = %358, %354, %322, %317, %308
  495. %369 = phi float [ %309, %308 ], [ %319, %317 ], [ %361, %358 ], [ %355, %354 ], [ %309, %322 ]
  496. %370 = phi float [ %310, %308 ], [ %320, %317 ], [ %364, %358 ], [ %356, %354 ], [ %310, %322 ]
  497. %371 = phi float [ %311, %308 ], [ %321, %317 ], [ %367, %358 ], [ %357, %354 ], [ %311, %322 ]
  498. %372 = fcmp fast oeq float %258, 1.000000e+00
  499. br i1 %372, label %373, label %419
  500. ; <label>:373 ; preds = %368
  501. %374 = extractvalue %dx.types.CBufRet.f32 %13, 0
  502. %375 = fcmp fast une float %374, 0.000000e+00
  503. br i1 %375, label %376, label %411
  504. ; <label>:376 ; preds = %373
  505. %377 = fcmp fast ugt float %369, 0x3FA4B5DCC0000000
  506. br i1 %377, label %380, label %378
  507. ; <label>:378 ; preds = %376
  508. %379 = fmul fast float %369, 0x3FB3D07220000000
  509. br label %387
  510. ; <label>:380 ; preds = %376
  511. %381 = fadd fast float %369, 0x3FAC28F5C0000000
  512. %382 = call float @dx.op.unary.f32(i32 6, float %381) ; FAbs(value)
  513. %383 = fmul fast float %382, 0x3FEE54EDE0000000
  514. %384 = call float @dx.op.unary.f32(i32 23, float %383) ; Log(value)
  515. %385 = fmul fast float %384, 0x4003333340000000
  516. %386 = call float @dx.op.unary.f32(i32 21, float %385) ; Exp(value)
  517. br label %387
  518. ; <label>:387 ; preds = %380, %378
  519. %388 = phi float [ %379, %378 ], [ %386, %380 ]
  520. %389 = fcmp fast ugt float %370, 0x3FA4B5DCC0000000
  521. br i1 %389, label %392, label %390
  522. ; <label>:390 ; preds = %387
  523. %391 = fmul fast float %370, 0x3FB3D07220000000
  524. br label %399
  525. ; <label>:392 ; preds = %387
  526. %393 = fadd fast float %370, 0x3FAC28F5C0000000
  527. %394 = call float @dx.op.unary.f32(i32 6, float %393) ; FAbs(value)
  528. %395 = fmul fast float %394, 0x3FEE54EDE0000000
  529. %396 = call float @dx.op.unary.f32(i32 23, float %395) ; Log(value)
  530. %397 = fmul fast float %396, 0x4003333340000000
  531. %398 = call float @dx.op.unary.f32(i32 21, float %397) ; Exp(value)
  532. br label %399
  533. ; <label>:399 ; preds = %392, %390
  534. %400 = phi float [ %391, %390 ], [ %398, %392 ]
  535. %401 = fcmp fast ugt float %371, 0x3FA4B5DCC0000000
  536. br i1 %401, label %404, label %402
  537. ; <label>:402 ; preds = %399
  538. %403 = fmul fast float %371, 0x3FB3D07220000000
  539. br label %411
  540. ; <label>:404 ; preds = %399
  541. %405 = fadd fast float %371, 0x3FAC28F5C0000000
  542. %406 = call float @dx.op.unary.f32(i32 6, float %405) ; FAbs(value)
  543. %407 = fmul fast float %406, 0x3FEE54EDE0000000
  544. %408 = call float @dx.op.unary.f32(i32 23, float %407) ; Log(value)
  545. %409 = fmul fast float %408, 0x4003333340000000
  546. %410 = call float @dx.op.unary.f32(i32 21, float %409) ; Exp(value)
  547. br label %411
  548. ; <label>:411 ; preds = %404, %402, %373
  549. %412 = phi float [ %369, %373 ], [ %388, %404 ], [ %388, %402 ]
  550. %413 = phi float [ %370, %373 ], [ %400, %404 ], [ %400, %402 ]
  551. %414 = phi float [ %371, %373 ], [ %410, %404 ], [ %403, %402 ]
  552. %415 = extractvalue %dx.types.CBufRet.f32 %13, 3
  553. %416 = fmul fast float %415, %412
  554. %417 = fmul fast float %415, %413
  555. %418 = fmul fast float %415, %414
  556. br label %528
  557. ; <label>:419 ; preds = %368
  558. %420 = fcmp fast oeq float %258, 2.000000e+00
  559. %421 = extractvalue %dx.types.CBufRet.f32 %13, 3
  560. br i1 %420, label %422, label %468
  561. ; <label>:422 ; preds = %419
  562. %423 = fmul fast float %421, %369
  563. %424 = fmul fast float %421, %370
  564. %425 = fmul fast float %421, %371
  565. %426 = extractvalue %dx.types.CBufRet.f32 %13, 0
  566. %427 = fcmp fast une float %426, 0.000000e+00
  567. br i1 %427, label %528, label %428
  568. ; <label>:428 ; preds = %422
  569. %429 = fcmp fast ugt float %423, 0x3F69A5C380000000
  570. br i1 %429, label %432, label %430
  571. ; <label>:430 ; preds = %428
  572. %431 = fmul fast float %423, 0x4029D70A40000000
  573. br label %439
  574. ; <label>:432 ; preds = %428
  575. %433 = call float @dx.op.unary.f32(i32 6, float %423) ; FAbs(value)
  576. %434 = call float @dx.op.unary.f32(i32 23, float %433) ; Log(value)
  577. %435 = fmul fast float %434, 0x3FDAAAAAA0000000
  578. %436 = call float @dx.op.unary.f32(i32 21, float %435) ; Exp(value)
  579. %437 = fmul fast float %436, 0x3FF0E147A0000000
  580. %438 = fadd fast float %437, 0xBFAC28F5C0000000
  581. br label %439
  582. ; <label>:439 ; preds = %432, %430
  583. %440 = phi float [ %431, %430 ], [ %438, %432 ]
  584. %441 = fcmp fast ugt float %424, 0x3F69A5C380000000
  585. br i1 %441, label %444, label %442
  586. ; <label>:442 ; preds = %439
  587. %443 = fmul fast float %424, 0x4029D70A40000000
  588. br label %451
  589. ; <label>:444 ; preds = %439
  590. %445 = call float @dx.op.unary.f32(i32 6, float %424) ; FAbs(value)
  591. %446 = call float @dx.op.unary.f32(i32 23, float %445) ; Log(value)
  592. %447 = fmul fast float %446, 0x3FDAAAAAA0000000
  593. %448 = call float @dx.op.unary.f32(i32 21, float %447) ; Exp(value)
  594. %449 = fmul fast float %448, 0x3FF0E147A0000000
  595. %450 = fadd fast float %449, 0xBFAC28F5C0000000
  596. br label %451
  597. ; <label>:451 ; preds = %444, %442
  598. %452 = phi float [ %443, %442 ], [ %450, %444 ]
  599. %453 = fcmp fast ugt float %425, 0x3F69A5C380000000
  600. br i1 %453, label %456, label %454
  601. ; <label>:454 ; preds = %451
  602. %455 = fmul fast float %425, 0x4029D70A40000000
  603. br label %463
  604. ; <label>:456 ; preds = %451
  605. %457 = call float @dx.op.unary.f32(i32 6, float %425) ; FAbs(value)
  606. %458 = call float @dx.op.unary.f32(i32 23, float %457) ; Log(value)
  607. %459 = fmul fast float %458, 0x3FDAAAAAA0000000
  608. %460 = call float @dx.op.unary.f32(i32 21, float %459) ; Exp(value)
  609. %461 = fmul fast float %460, 0x3FF0E147A0000000
  610. %462 = fadd fast float %461, 0xBFAC28F5C0000000
  611. br label %463
  612. ; <label>:463 ; preds = %456, %454
  613. %464 = phi float [ %455, %454 ], [ %462, %456 ]
  614. %465 = call float @dx.op.unary.f32(i32 7, float %440) ; Saturate(value)
  615. %466 = call float @dx.op.unary.f32(i32 7, float %452) ; Saturate(value)
  616. %467 = call float @dx.op.unary.f32(i32 7, float %464) ; Saturate(value)
  617. br label %528
  618. ; <label>:468 ; preds = %419
  619. br i1 %259, label %469, label %524
  620. ; <label>:469 ; preds = %468
  621. %470 = fmul fast float %369, 0x3FFA916440000000
  622. %471 = call float @dx.op.tertiary.f32(i32 46, float 0xBFE2CE1400000000, float %370, float %470) ; FMad(a,b,c)
  623. %472 = call float @dx.op.tertiary.f32(i32 46, float 0xBFB2A5A460000000, float %371, float %471) ; FMad(a,b,c)
  624. %473 = fmul fast float %369, 0xBFBFE24FE0000000
  625. %474 = call float @dx.op.tertiary.f32(i32 46, float 0x3FF2205680000000, float %370, float %473) ; FMad(a,b,c)
  626. %475 = call float @dx.op.tertiary.f32(i32 46, float 0xBF8118C1A0000000, float %371, float %474) ; FMad(a,b,c)
  627. %476 = fmul fast float %369, 0xBF9296F660000000
  628. %477 = call float @dx.op.tertiary.f32(i32 46, float 0xBFB9C0B9A0000000, float %370, float %476) ; FMad(a,b,c)
  629. %478 = call float @dx.op.tertiary.f32(i32 46, float 0x3FF1E66780000000, float %371, float %477) ; FMad(a,b,c)
  630. %479 = fmul fast float %421, %472
  631. %480 = fmul fast float %421, %475
  632. %481 = fmul fast float %421, %478
  633. %482 = extractvalue %dx.types.CBufRet.f32 %13, 0
  634. %483 = fcmp fast une float %482, 0.000000e+00
  635. br i1 %483, label %528, label %484
  636. ; <label>:484 ; preds = %469
  637. %485 = fcmp fast ugt float %479, 0x3F69A5C380000000
  638. br i1 %485, label %488, label %486
  639. ; <label>:486 ; preds = %484
  640. %487 = fmul fast float %479, 0x4029D70A40000000
  641. br label %495
  642. ; <label>:488 ; preds = %484
  643. %489 = call float @dx.op.unary.f32(i32 6, float %479) ; FAbs(value)
  644. %490 = call float @dx.op.unary.f32(i32 23, float %489) ; Log(value)
  645. %491 = fmul fast float %490, 0x3FDAAAAAA0000000
  646. %492 = call float @dx.op.unary.f32(i32 21, float %491) ; Exp(value)
  647. %493 = fmul fast float %492, 0x3FF0E147A0000000
  648. %494 = fadd fast float %493, 0xBFAC28F5C0000000
  649. br label %495
  650. ; <label>:495 ; preds = %488, %486
  651. %496 = phi float [ %487, %486 ], [ %494, %488 ]
  652. %497 = fcmp fast ugt float %480, 0x3F69A5C380000000
  653. br i1 %497, label %500, label %498
  654. ; <label>:498 ; preds = %495
  655. %499 = fmul fast float %480, 0x4029D70A40000000
  656. br label %507
  657. ; <label>:500 ; preds = %495
  658. %501 = call float @dx.op.unary.f32(i32 6, float %480) ; FAbs(value)
  659. %502 = call float @dx.op.unary.f32(i32 23, float %501) ; Log(value)
  660. %503 = fmul fast float %502, 0x3FDAAAAAA0000000
  661. %504 = call float @dx.op.unary.f32(i32 21, float %503) ; Exp(value)
  662. %505 = fmul fast float %504, 0x3FF0E147A0000000
  663. %506 = fadd fast float %505, 0xBFAC28F5C0000000
  664. br label %507
  665. ; <label>:507 ; preds = %500, %498
  666. %508 = phi float [ %499, %498 ], [ %506, %500 ]
  667. %509 = fcmp fast ugt float %481, 0x3F69A5C380000000
  668. br i1 %509, label %512, label %510
  669. ; <label>:510 ; preds = %507
  670. %511 = fmul fast float %481, 0x4029D70A40000000
  671. br label %519
  672. ; <label>:512 ; preds = %507
  673. %513 = call float @dx.op.unary.f32(i32 6, float %481) ; FAbs(value)
  674. %514 = call float @dx.op.unary.f32(i32 23, float %513) ; Log(value)
  675. %515 = fmul fast float %514, 0x3FDAAAAAA0000000
  676. %516 = call float @dx.op.unary.f32(i32 21, float %515) ; Exp(value)
  677. %517 = fmul fast float %516, 0x3FF0E147A0000000
  678. %518 = fadd fast float %517, 0xBFAC28F5C0000000
  679. br label %519
  680. ; <label>:519 ; preds = %512, %510
  681. %520 = phi float [ %511, %510 ], [ %518, %512 ]
  682. %521 = call float @dx.op.unary.f32(i32 7, float %496) ; Saturate(value)
  683. %522 = call float @dx.op.unary.f32(i32 7, float %508) ; Saturate(value)
  684. %523 = call float @dx.op.unary.f32(i32 7, float %520) ; Saturate(value)
  685. br label %528
  686. ; <label>:524 ; preds = %468
  687. %525 = fmul fast float %421, %369
  688. %526 = fmul fast float %421, %370
  689. %527 = fmul fast float %421, %371
  690. br label %528
  691. ; <label>:528 ; preds = %524, %519, %469, %463, %422, %411
  692. %529 = phi float [ %416, %411 ], [ %525, %524 ], [ %423, %422 ], [ %465, %463 ], [ %479, %469 ], [ %521, %519 ]
  693. %530 = phi float [ %417, %411 ], [ %526, %524 ], [ %424, %422 ], [ %466, %463 ], [ %480, %469 ], [ %522, %519 ]
  694. %531 = phi float [ %418, %411 ], [ %527, %524 ], [ %425, %422 ], [ %467, %463 ], [ %481, %469 ], [ %523, %519 ]
  695. %532 = fmul fast float %529, %7
  696. %533 = fmul fast float %530, %8
  697. %534 = fmul fast float %531, %9
  698. %535 = fmul fast float %257, %10
  699. call void @dx.op.storeOutput.f32(i32 5, i32 0, i32 0, i8 0, float %532) ; StoreOutput(outputSigId,rowIndex,colIndex,value)
  700. call void @dx.op.storeOutput.f32(i32 5, i32 0, i32 0, i8 1, float %533) ; StoreOutput(outputSigId,rowIndex,colIndex,value)
  701. call void @dx.op.storeOutput.f32(i32 5, i32 0, i32 0, i8 2, float %534) ; StoreOutput(outputSigId,rowIndex,colIndex,value)
  702. call void @dx.op.storeOutput.f32(i32 5, i32 0, i32 0, i8 3, float %535) ; StoreOutput(outputSigId,rowIndex,colIndex,value)
  703. ret void
  704. }
  705. ; Function Attrs: nounwind readnone
  706. declare float @dx.op.loadInput.f32(i32, i32, i32, i8, i32) #0
  707. ; Function Attrs: nounwind
  708. declare void @dx.op.storeOutput.f32(i32, i32, i32, i8, float) #1
  709. ; Function Attrs: nounwind readonly
  710. 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
  711. ; Function Attrs: nounwind readonly
  712. 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
  713. ; Function Attrs: nounwind readnone
  714. declare float @dx.op.unary.f32(i32, float) #0
  715. ; Function Attrs: nounwind readnone
  716. declare float @dx.op.dot3.f32(i32, float, float, float, float, float, float) #0
  717. ; Function Attrs: nounwind readnone
  718. declare float @dx.op.binary.f32(i32, float, float) #0
  719. ; Function Attrs: nounwind readonly
  720. declare %dx.types.CBufRet.f32 @dx.op.cbufferLoadLegacy.f32(i32, %dx.types.Handle, i32) #2
  721. ; Function Attrs: nounwind readnone
  722. declare float @dx.op.tertiary.f32(i32, float, float, float) #0
  723. ; Function Attrs: nounwind readonly
  724. declare %dx.types.Handle @dx.op.createHandle(i32, i8, i32, i32, i1) #2
  725. attributes #0 = { nounwind readnone }
  726. attributes #1 = { nounwind }
  727. attributes #2 = { nounwind readonly }
  728. !llvm.ident = !{!0}
  729. !dx.version = !{!1}
  730. !dx.valver = !{!2}
  731. !dx.shaderModel = !{!3}
  732. !dx.resources = !{!4}
  733. !dx.viewIdState = !{!15}
  734. !dx.entryPoints = !{!16}
  735. !0 = !{!"dxcoob 1.7.2308.16 (52da17e29)"}
  736. !1 = !{i32 1, i32 0}
  737. !2 = !{i32 1, i32 7}
  738. !3 = !{!"ps", i32 6, i32 0}
  739. !4 = !{!5, null, !10, !12}
  740. !5 = !{!6, !8, !9}
  741. !6 = !{i32 0, %"class.Texture2D<vector<float, 4> >"* undef, !"", i32 0, i32 0, i32 1, i32 2, i32 0, !7}
  742. !7 = !{i32 0, i32 9}
  743. !8 = !{i32 1, %"class.Texture2D<vector<float, 4> >"* undef, !"", i32 0, i32 1, i32 1, i32 2, i32 0, !7}
  744. !9 = !{i32 2, %"class.Texture2D<vector<float, 4> >"* undef, !"", i32 0, i32 2, i32 1, i32 2, i32 0, !7}
  745. !10 = !{!11}
  746. !11 = !{i32 0, %Constants* undef, !"", i32 0, i32 1, i32 1, i32 112, null}
  747. !12 = !{!13, !14}
  748. !13 = !{i32 0, %struct.SamplerState* undef, !"", i32 0, i32 0, i32 1, i32 0, null}
  749. !14 = !{i32 1, %struct.SamplerState* undef, !"", i32 0, i32 1, i32 1, i32 0, null}
  750. !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]}
  751. !16 = !{void ()* @main, !"main", !17, !4, null}
  752. !17 = !{!18, !25, null}
  753. !18 = !{!19, !21, !23}
  754. !19 = !{i32 0, !"SV_Position", i8 9, i8 3, !20, i8 4, i32 1, i8 4, i32 0, i8 0, null}
  755. !20 = !{i32 0}
  756. !21 = !{i32 1, !"TEXCOORD", i8 9, i8 0, !20, i8 2, i32 1, i8 2, i32 1, i8 0, !22}
  757. !22 = !{i32 3, i32 3}
  758. !23 = !{i32 2, !"COLOR", i8 9, i8 0, !20, i8 2, i32 1, i8 4, i32 2, i8 0, !24}
  759. !24 = !{i32 3, i32 15}
  760. !25 = !{!26}
  761. !26 = !{i32 0, !"SV_Target", i8 9, i8 16, !20, i8 0, i32 1, i8 4, i32 0, i8 0, !24}
  762. #endif
  763. const unsigned char g_main[] = {
  764. 0x44, 0x58, 0x42, 0x43, 0xf3, 0x14, 0xcf, 0x9c, 0xd4, 0x9a, 0x52, 0x14,
  765. 0x13, 0x0f, 0x94, 0x44, 0xaf, 0x95, 0x36, 0xe8, 0x01, 0x00, 0x00, 0x00,
  766. 0xe4, 0x25, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00,
  767. 0x50, 0x00, 0x00, 0x00, 0xdc, 0x00, 0x00, 0x00, 0x18, 0x01, 0x00, 0x00,
  768. 0x7c, 0x02, 0x00, 0x00, 0xa8, 0x03, 0x00, 0x00, 0x88, 0x0d, 0x00, 0x00,
  769. 0xa4, 0x0d, 0x00, 0x00, 0x53, 0x46, 0x49, 0x30, 0x08, 0x00, 0x00, 0x00,
  770. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49, 0x53, 0x47, 0x31,
  771. 0x84, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00,
  772. 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  773. 0x01, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  774. 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  775. 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  776. 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00,
  777. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7d, 0x00, 0x00, 0x00,
  778. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
  779. 0x02, 0x00, 0x00, 0x00, 0x0f, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  780. 0x53, 0x56, 0x5f, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x00,
  781. 0x54, 0x45, 0x58, 0x43, 0x4f, 0x4f, 0x52, 0x44, 0x00, 0x43, 0x4f, 0x4c,
  782. 0x4f, 0x52, 0x00, 0x00, 0x4f, 0x53, 0x47, 0x31, 0x34, 0x00, 0x00, 0x00,
  783. 0x01, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  784. 0x28, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00,
  785. 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00,
  786. 0x00, 0x00, 0x00, 0x00, 0x53, 0x56, 0x5f, 0x54, 0x61, 0x72, 0x67, 0x65,
  787. 0x74, 0x00, 0x00, 0x00, 0x50, 0x53, 0x56, 0x30, 0x5c, 0x01, 0x00, 0x00,
  788. 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  789. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  790. 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x03, 0x01, 0x00, 0x03,
  791. 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  792. 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00,
  793. 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  794. 0x01, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  795. 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  796. 0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  797. 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  798. 0x01, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  799. 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  800. 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  801. 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  802. 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  803. 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
  804. 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  805. 0x10, 0x00, 0x00, 0x00, 0x00, 0x54, 0x45, 0x58, 0x43, 0x4f, 0x4f, 0x52,
  806. 0x44, 0x00, 0x43, 0x4f, 0x4c, 0x4f, 0x52, 0x00, 0x01, 0x00, 0x00, 0x00,
  807. 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  808. 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x44, 0x03, 0x03, 0x04, 0x00, 0x00,
  809. 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x42, 0x00,
  810. 0x03, 0x02, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  811. 0x01, 0x02, 0x44, 0x00, 0x03, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  812. 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x44, 0x10, 0x03, 0x00, 0x00, 0x00,
  813. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  814. 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00,
  815. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  816. 0x02, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00,
  817. 0x52, 0x54, 0x53, 0x30, 0x24, 0x01, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
  818. 0x07, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  819. 0x24, 0x01, 0x00, 0x00, 0x1d, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  820. 0x00, 0x00, 0x00, 0x00, 0x6c, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  821. 0x00, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  822. 0x05, 0x00, 0x00, 0x00, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  823. 0x05, 0x00, 0x00, 0x00, 0xa4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  824. 0x05, 0x00, 0x00, 0x00, 0xc4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  825. 0x05, 0x00, 0x00, 0x00, 0xe4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  826. 0x05, 0x00, 0x00, 0x00, 0x04, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  827. 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  828. 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  829. 0x8c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  830. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  831. 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0xac, 0x00, 0x00, 0x00,
  832. 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  833. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
  834. 0x01, 0x00, 0x00, 0x00, 0xcc, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  835. 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  836. 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00,
  837. 0xec, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  838. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  839. 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x0c, 0x01, 0x00, 0x00,
  840. 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
  841. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff,
  842. 0x53, 0x54, 0x41, 0x54, 0xd8, 0x09, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00,
  843. 0x76, 0x02, 0x00, 0x00, 0x44, 0x58, 0x49, 0x4c, 0x00, 0x01, 0x00, 0x00,
  844. 0x10, 0x00, 0x00, 0x00, 0xc0, 0x09, 0x00, 0x00, 0x42, 0x43, 0xc0, 0xde,
  845. 0x21, 0x0c, 0x00, 0x00, 0x6d, 0x02, 0x00, 0x00, 0x0b, 0x82, 0x20, 0x00,
  846. 0x02, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x07, 0x81, 0x23, 0x91,
  847. 0x41, 0xc8, 0x04, 0x49, 0x06, 0x10, 0x32, 0x39, 0x92, 0x01, 0x84, 0x0c,
  848. 0x25, 0x05, 0x08, 0x19, 0x1e, 0x04, 0x8b, 0x62, 0x80, 0x18, 0x45, 0x02,
  849. 0x42, 0x92, 0x0b, 0x42, 0xc4, 0x10, 0x32, 0x14, 0x38, 0x08, 0x18, 0x4b,
  850. 0x0a, 0x32, 0x62, 0x88, 0x48, 0x90, 0x14, 0x20, 0x43, 0x46, 0x88, 0xa5,
  851. 0x00, 0x19, 0x32, 0x42, 0xe4, 0x48, 0x0e, 0x90, 0x11, 0x23, 0xc4, 0x50,
  852. 0x41, 0x51, 0x81, 0x8c, 0xe1, 0x83, 0xe5, 0x8a, 0x04, 0x31, 0x46, 0x06,
  853. 0x51, 0x18, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x1b, 0x8c, 0xe0, 0xff,
  854. 0xff, 0xff, 0xff, 0x07, 0x40, 0x02, 0xa8, 0x0d, 0x84, 0xf0, 0xff, 0xff,
  855. 0xff, 0xff, 0x03, 0x20, 0x6d, 0x30, 0x86, 0xff, 0xff, 0xff, 0xff, 0x1f,
  856. 0x00, 0x09, 0xa8, 0x00, 0x49, 0x18, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
  857. 0x13, 0x82, 0x60, 0x42, 0x20, 0x4c, 0x08, 0x06, 0x00, 0x00, 0x00, 0x00,
  858. 0x89, 0x20, 0x00, 0x00, 0x5b, 0x00, 0x00, 0x00, 0x32, 0x22, 0x88, 0x09,
  859. 0x20, 0x64, 0x85, 0x04, 0x13, 0x23, 0xa4, 0x84, 0x04, 0x13, 0x23, 0xe3,
  860. 0x84, 0xa1, 0x90, 0x14, 0x12, 0x4c, 0x8c, 0x8c, 0x0b, 0x84, 0xc4, 0x4c,
  861. 0x10, 0xa4, 0xc1, 0x08, 0x40, 0x09, 0x00, 0x0a, 0x66, 0x00, 0xe6, 0x08,
  862. 0xc0, 0x60, 0x8e, 0x00, 0x29, 0xc6, 0x40, 0x10, 0x44, 0x41, 0x90, 0x51,
  863. 0x0c, 0x80, 0x20, 0x88, 0x62, 0x20, 0xe4, 0xa6, 0xe1, 0xf2, 0x27, 0xec,
  864. 0x21, 0x24, 0x7f, 0x25, 0xa4, 0x95, 0x98, 0xfc, 0xe2, 0xb6, 0x51, 0x31,
  865. 0x0c, 0xc3, 0x40, 0x50, 0x71, 0xcf, 0x70, 0xf9, 0x13, 0xf6, 0x10, 0x92,
  866. 0x1f, 0x02, 0xcd, 0xb0, 0x10, 0x28, 0x58, 0x0a, 0xa3, 0x10, 0x0c, 0x33,
  867. 0x0c, 0xc3, 0x40, 0x10, 0xc4, 0x40, 0x4d, 0x91, 0x14, 0x82, 0x61, 0x86,
  868. 0x61, 0x18, 0x08, 0x82, 0x18, 0x86, 0x61, 0x18, 0x86, 0x81, 0x9e, 0x32,
  869. 0x0c, 0xc4, 0x40, 0x51, 0x41, 0x06, 0x62, 0x18, 0x86, 0x61, 0x18, 0x68,
  870. 0x2a, 0xc4, 0x40, 0x0c, 0x03, 0x55, 0x47, 0x0d, 0x97, 0x3f, 0x61, 0x0f,
  871. 0x21, 0xf9, 0xdc, 0x46, 0x15, 0x2b, 0x31, 0xf9, 0xc5, 0x6d, 0x23, 0x62,
  872. 0x18, 0x86, 0xa1, 0x10, 0x17, 0xc1, 0x10, 0x84, 0x95, 0x62, 0x20, 0x86,
  873. 0x61, 0x20, 0x6d, 0x8e, 0x20, 0x28, 0x06, 0x43, 0x14, 0x04, 0xc1, 0x51,
  874. 0x37, 0x10, 0x30, 0x8c, 0x40, 0x0c, 0x33, 0xb5, 0xc1, 0x38, 0xb0, 0x43,
  875. 0x38, 0xcc, 0xc3, 0x3c, 0xb8, 0x01, 0x2d, 0x94, 0x03, 0x3e, 0xd0, 0x43,
  876. 0x3d, 0xc8, 0x43, 0x39, 0xc8, 0x01, 0x29, 0xf0, 0x81, 0x3d, 0x94, 0xc3,
  877. 0x38, 0xd0, 0xc3, 0x3b, 0xc8, 0x03, 0x1f, 0x98, 0x03, 0x3b, 0xbc, 0x43,
  878. 0x38, 0xd0, 0x03, 0x1b, 0x80, 0x01, 0x1d, 0xf8, 0x01, 0x18, 0xf8, 0x81,
  879. 0x1e, 0xe8, 0x41, 0x3b, 0xa4, 0x03, 0x3c, 0xcc, 0xc3, 0x2f, 0xd0, 0x43,
  880. 0x3e, 0xc0, 0x43, 0x39, 0xa0, 0x80, 0x98, 0x49, 0x0c, 0xc6, 0x81, 0x1d,
  881. 0xc2, 0x61, 0x1e, 0xe6, 0xc1, 0x0d, 0x68, 0xa1, 0x1c, 0xf0, 0x81, 0x1e,
  882. 0xea, 0x41, 0x1e, 0xca, 0x41, 0x0e, 0x48, 0x81, 0x0f, 0xec, 0xa1, 0x1c,
  883. 0xc6, 0x81, 0x1e, 0xde, 0x41, 0x1e, 0xf8, 0xc0, 0x1c, 0xd8, 0xe1, 0x1d,
  884. 0xc2, 0x81, 0x1e, 0xd8, 0x00, 0x0c, 0xe8, 0xc0, 0x0f, 0xc0, 0xc0, 0x0f,
  885. 0x90, 0x00, 0x86, 0x24, 0x5e, 0xc2, 0x39, 0x8d, 0x34, 0x01, 0xcd, 0x24,
  886. 0xa1, 0x66, 0x18, 0x86, 0x01, 0x1c, 0x86, 0x61, 0x00, 0x41, 0x10, 0x24,
  887. 0xf2, 0x26, 0x69, 0x8a, 0x28, 0x61, 0xf2, 0x59, 0x80, 0x79, 0x16, 0x22,
  888. 0x62, 0x27, 0x60, 0x22, 0x50, 0x40, 0x90, 0x99, 0x0e, 0x04, 0x00, 0x00,
  889. 0x13, 0x14, 0x72, 0xc0, 0x87, 0x74, 0x60, 0x87, 0x36, 0x68, 0x87, 0x79,
  890. 0x68, 0x03, 0x72, 0xc0, 0x87, 0x0d, 0xaf, 0x50, 0x0e, 0x6d, 0xd0, 0x0e,
  891. 0x7a, 0x50, 0x0e, 0x6d, 0x00, 0x0f, 0x7a, 0x30, 0x07, 0x72, 0xa0, 0x07,
  892. 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x71, 0xa0, 0x07, 0x73, 0x20, 0x07,
  893. 0x6d, 0x90, 0x0e, 0x78, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e,
  894. 0x71, 0x60, 0x07, 0x7a, 0x30, 0x07, 0x72, 0xd0, 0x06, 0xe9, 0x30, 0x07,
  895. 0x72, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x76, 0x40, 0x07,
  896. 0x7a, 0x60, 0x07, 0x74, 0xd0, 0x06, 0xe6, 0x10, 0x07, 0x76, 0xa0, 0x07,
  897. 0x73, 0x20, 0x07, 0x6d, 0x60, 0x0e, 0x73, 0x20, 0x07, 0x7a, 0x30, 0x07,
  898. 0x72, 0xd0, 0x06, 0xe6, 0x60, 0x07, 0x74, 0xa0, 0x07, 0x76, 0x40, 0x07,
  899. 0x6d, 0xe0, 0x0e, 0x78, 0xa0, 0x07, 0x71, 0x60, 0x07, 0x7a, 0x30, 0x07,
  900. 0x72, 0xa0, 0x07, 0x76, 0x40, 0x07, 0x43, 0x9e, 0x00, 0x08, 0x00, 0x00,
  901. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x3c, 0x06, 0x10, 0x00,
  902. 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x79, 0x10, 0x20,
  903. 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0xf2, 0x34,
  904. 0x40, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0xe4,
  905. 0x79, 0x80, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60,
  906. 0xc8, 0x13, 0x01, 0x01, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  907. 0xc0, 0x90, 0x67, 0x02, 0x02, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  908. 0x00, 0x80, 0x21, 0x4f, 0x05, 0x04, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00,
  909. 0x00, 0x00, 0x00, 0x43, 0x1e, 0x0c, 0x08, 0x80, 0x01, 0x00, 0x00, 0x00,
  910. 0x00, 0x00, 0x00, 0x00, 0x86, 0x3c, 0x1a, 0x10, 0x00, 0x01, 0x00, 0x00,
  911. 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x79, 0x3a, 0x20, 0x00, 0x06, 0x00,
  912. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc8, 0x02, 0x01, 0x00, 0x00, 0x00,
  913. 0x1a, 0x00, 0x00, 0x00, 0x32, 0x1e, 0x98, 0x18, 0x19, 0x11, 0x4c, 0x90,
  914. 0x8c, 0x09, 0x26, 0x47, 0xc6, 0x04, 0x43, 0x22, 0x4a, 0x60, 0x04, 0xa0,
  915. 0x18, 0x8a, 0xa0, 0x24, 0x0a, 0x3c, 0xa0, 0x0c, 0xca, 0xa1, 0x10, 0x0a,
  916. 0xa2, 0x30, 0x0a, 0xa4, 0x80, 0x0a, 0xa9, 0xa0, 0x0a, 0xab, 0xc0, 0x0a,
  917. 0x30, 0xa0, 0x40, 0x03, 0x0a, 0x38, 0xa0, 0x3c, 0x8a, 0xa7, 0x88, 0x09,
  918. 0x0a, 0x17, 0xa1, 0x2c, 0xa8, 0x28, 0x89, 0x32, 0x28, 0x84, 0x11, 0x80,
  919. 0x22, 0x28, 0x10, 0xe2, 0x6a, 0x80, 0xc6, 0x19, 0x00, 0x22, 0x67, 0x00,
  920. 0xa8, 0x9c, 0x01, 0xa0, 0x73, 0x06, 0x80, 0xd0, 0xb1, 0x1c, 0x86, 0x00,
  921. 0x00, 0x00, 0x78, 0x1e, 0x00, 0x08, 0x04, 0x02, 0x01, 0x00, 0x00, 0x00,
  922. 0x79, 0x18, 0x00, 0x00, 0x06, 0x01, 0x00, 0x00, 0x1a, 0x03, 0x4c, 0x90,
  923. 0x46, 0x02, 0x13, 0x44, 0x8f, 0x0c, 0x6f, 0xec, 0xed, 0x4d, 0x0c, 0x24,
  924. 0xc6, 0xe5, 0xc6, 0x45, 0x66, 0x06, 0x06, 0xc7, 0x25, 0xc6, 0x06, 0x04,
  925. 0xa5, 0x46, 0x86, 0x2c, 0x2c, 0xe6, 0xa6, 0x4c, 0x26, 0x27, 0x65, 0x43,
  926. 0x10, 0x4c, 0x10, 0x88, 0x65, 0x82, 0x40, 0x30, 0x1b, 0x84, 0x81, 0xd8,
  927. 0x20, 0x10, 0x04, 0x05, 0xb8, 0xb9, 0x09, 0x02, 0xd1, 0x6c, 0x18, 0x0e,
  928. 0x84, 0x98, 0x20, 0x8c, 0xc1, 0x1a, 0x10, 0xa1, 0x2b, 0xc3, 0xa3, 0xab,
  929. 0x93, 0x2b, 0x83, 0x99, 0x20, 0x10, 0xce, 0x04, 0x81, 0x78, 0x36, 0x08,
  930. 0x44, 0xb3, 0x21, 0x21, 0x94, 0x85, 0x20, 0x06, 0x86, 0x70, 0x88, 0xd0,
  931. 0x95, 0xe1, 0xd1, 0xd5, 0xc9, 0x95, 0xc5, 0x6c, 0x48, 0x06, 0x05, 0x22,
  932. 0x86, 0x81, 0x21, 0x1c, 0x22, 0x74, 0x65, 0x78, 0x74, 0x75, 0x72, 0x65,
  933. 0x32, 0x1b, 0x12, 0x46, 0x91, 0x08, 0x66, 0x60, 0x08, 0x67, 0xc3, 0xf0,
  934. 0x44, 0xd3, 0x04, 0xa1, 0x0c, 0xda, 0x80, 0xc9, 0xd0, 0x9b, 0xdb, 0x1c,
  935. 0x5d, 0x98, 0x1b, 0xdd, 0xdc, 0x04, 0x81, 0x80, 0x36, 0x20, 0x44, 0x65,
  936. 0x11, 0xc3, 0x70, 0x01, 0x1b, 0x02, 0x6c, 0x82, 0x70, 0x06, 0x6e, 0x40,
  937. 0x64, 0x2e, 0xac, 0x0d, 0x8e, 0xad, 0x4c, 0x0e, 0x66, 0x03, 0x42, 0x68,
  938. 0x1b, 0x41, 0x0c, 0x04, 0x40, 0x64, 0x2e, 0xac, 0x0d, 0x8e, 0xad, 0x4c,
  939. 0x2e, 0x66, 0x03, 0x32, 0x68, 0x1d, 0x31, 0x0c, 0x04, 0xb0, 0x41, 0xe0,
  940. 0xbc, 0x0d, 0x04, 0x05, 0x64, 0xdf, 0x04, 0x81, 0x0c, 0xd8, 0x80, 0xcc,
  941. 0xdc, 0x98, 0xd4, 0x91, 0xd0, 0xd7, 0x5b, 0x1d, 0x1d, 0x5c, 0x1d, 0xdd,
  942. 0x04, 0x81, 0x88, 0x26, 0x08, 0x84, 0x34, 0x41, 0xe0, 0xd4, 0x60, 0x03,
  943. 0x82, 0x88, 0xc1, 0x18, 0x10, 0x64, 0xd0, 0x34, 0x65, 0x40, 0x86, 0xae,
  944. 0x0c, 0x8f, 0xae, 0x4e, 0xae, 0xec, 0x8b, 0x2e, 0x0f, 0xae, 0x6c, 0x82,
  945. 0x40, 0x4c, 0x1b, 0x10, 0xe4, 0x0c, 0xc6, 0x00, 0x0d, 0xc8, 0xa0, 0x69,
  946. 0xca, 0x80, 0x4a, 0x9a, 0x1b, 0x5c, 0x1d, 0xdd, 0x17, 0x5d, 0x1e, 0x5c,
  947. 0xd9, 0x04, 0x81, 0xa0, 0x36, 0x20, 0x88, 0x1a, 0x8c, 0xc1, 0x1a, 0x90,
  948. 0x41, 0xd3, 0x94, 0x01, 0x97, 0xb1, 0x37, 0xb6, 0x37, 0xb9, 0xaf, 0xb9,
  949. 0xb1, 0x30, 0xb6, 0xb2, 0x09, 0x02, 0x51, 0x6d, 0x40, 0x90, 0x36, 0x18,
  950. 0x03, 0x37, 0x20, 0x83, 0xa6, 0x29, 0x03, 0x2a, 0x74, 0x65, 0x78, 0x65,
  951. 0x6c, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x13, 0x04, 0xc2, 0xda, 0x80, 0x20,
  952. 0x70, 0x30, 0x06, 0x71, 0x40, 0x06, 0x4d, 0x53, 0x06, 0x74, 0xe8, 0xde,
  953. 0xdc, 0xca, 0xda, 0xc2, 0xe0, 0xbe, 0xda, 0xca, 0xe8, 0xd0, 0xde, 0xc8,
  954. 0x26, 0x08, 0xc4, 0xb5, 0x01, 0x41, 0xe6, 0x60, 0x0c, 0xe8, 0x80, 0x0c,
  955. 0x9a, 0xa6, 0x0c, 0xf8, 0xd0, 0xbd, 0xb9, 0x95, 0xb5, 0x85, 0xc1, 0x7d,
  956. 0x99, 0x85, 0x8d, 0xd1, 0xbd, 0xc9, 0xc5, 0x4c, 0x10, 0x08, 0x6c, 0x03,
  957. 0x82, 0xd8, 0xc1, 0x18, 0xdc, 0x01, 0x19, 0x34, 0x4d, 0x19, 0xf0, 0xa1,
  958. 0x7b, 0x73, 0x2b, 0x6b, 0x0b, 0x83, 0xfb, 0x32, 0x0b, 0x1b, 0xa3, 0x7b,
  959. 0x93, 0x93, 0x99, 0x20, 0x10, 0xd9, 0x06, 0x04, 0xc9, 0x83, 0x31, 0xd0,
  960. 0x03, 0x32, 0x68, 0x9a, 0x32, 0xe0, 0x33, 0x47, 0x26, 0xf7, 0x75, 0x87,
  961. 0x96, 0x46, 0x57, 0xf6, 0x05, 0xf7, 0x96, 0xe6, 0x46, 0x37, 0x41, 0x20,
  962. 0xb4, 0x0d, 0x08, 0xc2, 0x07, 0x63, 0xd0, 0x07, 0x64, 0xd0, 0x34, 0x65,
  963. 0xc0, 0x23, 0xeb, 0xcd, 0xcc, 0x6c, 0xae, 0x8c, 0x6e, 0x82, 0x40, 0x6c,
  964. 0x1b, 0x10, 0xe4, 0x0f, 0xc6, 0x00, 0x14, 0xc8, 0xa0, 0x69, 0xca, 0x80,
  965. 0x86, 0xd4, 0xd8, 0x5b, 0x99, 0x99, 0xd9, 0x04, 0x81, 0xe0, 0x36, 0x20,
  966. 0x88, 0x28, 0x8c, 0xc1, 0x28, 0x90, 0x41, 0xd3, 0x94, 0x01, 0x8d, 0xa3,
  967. 0xb1, 0xb7, 0x32, 0x33, 0xb3, 0x09, 0x02, 0xd1, 0x6d, 0x40, 0x90, 0x52,
  968. 0x18, 0x03, 0x53, 0x20, 0x83, 0xa6, 0x29, 0x03, 0x1a, 0x42, 0x63, 0x6f,
  969. 0x65, 0x66, 0x66, 0x13, 0x04, 0xc2, 0xdb, 0x80, 0x20, 0xa8, 0x30, 0x06,
  970. 0xa9, 0x40, 0x06, 0x4d, 0x53, 0x06, 0x1b, 0x9c, 0xcb, 0x0c, 0xd2, 0x80,
  971. 0x0d, 0xde, 0x40, 0x0e, 0xea, 0x00, 0x0f, 0xf6, 0xc0, 0x0f, 0x42, 0x81,
  972. 0x14, 0x4e, 0x41, 0x15, 0x36, 0x0c, 0x44, 0x18, 0xac, 0xc2, 0x04, 0x41,
  973. 0x00, 0x36, 0x00, 0x1b, 0x06, 0xc2, 0x15, 0x5c, 0x61, 0x43, 0xf0, 0x0a,
  974. 0x1b, 0x86, 0xa1, 0x15, 0x60, 0x61, 0x82, 0x80, 0x06, 0x6f, 0xb0, 0x21,
  975. 0x90, 0x05, 0x12, 0x6d, 0x61, 0x69, 0x6e, 0x5c, 0xa6, 0xac, 0xbe, 0xa0,
  976. 0xde, 0xe6, 0xd2, 0xe8, 0xd2, 0xde, 0xdc, 0x26, 0x08, 0x05, 0x19, 0x4c,
  977. 0x10, 0x8a, 0x32, 0xd8, 0x10, 0x10, 0x13, 0x84, 0xc2, 0x0c, 0x26, 0x08,
  978. 0xc5, 0x19, 0x6c, 0x58, 0x88, 0x5a, 0xb0, 0x85, 0x5b, 0xc0, 0x85, 0x5c,
  979. 0x18, 0x72, 0x81, 0xd0, 0x05, 0x80, 0x08, 0x55, 0x11, 0xd6, 0xd0, 0xd3,
  980. 0x93, 0x14, 0xd1, 0x04, 0xa1, 0x40, 0x83, 0x0d, 0xc2, 0x18, 0x8c, 0xc1,
  981. 0x86, 0x65, 0xe0, 0x05, 0x5b, 0xd0, 0x05, 0x5c, 0xe8, 0x85, 0xa1, 0x17,
  982. 0x06, 0x5d, 0xf0, 0x05, 0x16, 0x43, 0x4f, 0x4c, 0x4f, 0x52, 0x13, 0x04,
  983. 0xe2, 0xdb, 0x20, 0x8c, 0x41, 0x38, 0x6c, 0x58, 0x18, 0x70, 0xb0, 0x05,
  984. 0x5d, 0xc0, 0x85, 0x5e, 0x18, 0x72, 0x81, 0xd1, 0x05, 0x71, 0xd8, 0x30,
  985. 0xec, 0xc2, 0x2f, 0x8c, 0x03, 0x93, 0x29, 0xab, 0x2f, 0xaa, 0x30, 0xb9,
  986. 0xb3, 0x32, 0xba, 0x09, 0x42, 0x91, 0x06, 0x1b, 0x16, 0xa2, 0x1c, 0x6c,
  987. 0xc1, 0x1c, 0x70, 0x41, 0x17, 0x86, 0x5c, 0x20, 0x74, 0x41, 0x1c, 0x36,
  988. 0x04, 0xe7, 0xb0, 0x61, 0x20, 0x07, 0x74, 0x00, 0x36, 0x14, 0xad, 0x40,
  989. 0x0b, 0xe9, 0x00, 0x06, 0x00, 0x11, 0x31, 0xb9, 0x30, 0xb7, 0x31, 0xb4,
  990. 0xb2, 0xb9, 0x09, 0x02, 0x01, 0x06, 0x34, 0xcc, 0xd8, 0xde, 0xc2, 0xe8,
  991. 0xe6, 0x26, 0x08, 0x44, 0x18, 0xb0, 0x48, 0x73, 0x9b, 0xa3, 0x9b, 0x9b,
  992. 0x20, 0x10, 0x62, 0x40, 0x63, 0x2e, 0xed, 0xec, 0x8b, 0x8d, 0x8c, 0xc6,
  993. 0x5c, 0xda, 0xd9, 0xd7, 0x1c, 0x1d, 0x11, 0xba, 0x32, 0xbc, 0xaf, 0x33,
  994. 0xb9, 0x30, 0x32, 0x22, 0x74, 0x65, 0x78, 0x5f, 0x6e, 0x6f, 0x72, 0x6d,
  995. 0x13, 0x04, 0x62, 0x0c, 0x36, 0x38, 0xeb, 0xc0, 0x0e, 0xed, 0xe0, 0x0e,
  996. 0xef, 0x00, 0x0f, 0xf1, 0x80, 0xc8, 0x03, 0x1a, 0xcc, 0x03, 0x43, 0x0f,
  997. 0xf5, 0x50, 0x85, 0x8d, 0xcd, 0xae, 0xcd, 0x25, 0x8d, 0xac, 0xcc, 0x8d,
  998. 0x6e, 0x4a, 0x10, 0x54, 0x21, 0xc3, 0x73, 0xb1, 0x2b, 0x93, 0x9b, 0x4b,
  999. 0x7b, 0x73, 0x9b, 0x12, 0x10, 0x4d, 0xc8, 0xf0, 0x5c, 0xec, 0xc2, 0xd8,
  1000. 0xec, 0xca, 0xe4, 0xa6, 0x04, 0x45, 0x1d, 0x32, 0x3c, 0x97, 0x39, 0xb4,
  1001. 0x30, 0xb2, 0x32, 0xb9, 0xa6, 0x37, 0xb2, 0x32, 0xb6, 0x29, 0x01, 0x52,
  1002. 0x86, 0x0c, 0xcf, 0x45, 0xae, 0x6c, 0xee, 0xad, 0x4e, 0x6e, 0xac, 0x6c,
  1003. 0x6e, 0x4a, 0xf0, 0x55, 0x22, 0xc3, 0x73, 0xa1, 0xcb, 0x83, 0x2b, 0x0b,
  1004. 0x72, 0x73, 0x7b, 0xa3, 0x0b, 0xa3, 0x4b, 0x7b, 0x73, 0x9b, 0x9b, 0x22,
  1005. 0xac, 0x02, 0x2c, 0xd4, 0x21, 0xc3, 0x73, 0xb1, 0x4b, 0x2b, 0xbb, 0x4b,
  1006. 0x22, 0x9b, 0xa2, 0x0b, 0xa3, 0x2b, 0x9b, 0x12, 0xc8, 0x42, 0x1d, 0x32,
  1007. 0x3c, 0x97, 0x32, 0x37, 0x3a, 0xb9, 0x3c, 0xa8, 0xb7, 0x34, 0x37, 0xba,
  1008. 0xb9, 0x29, 0x41, 0x3a, 0x74, 0x21, 0xc3, 0x73, 0x19, 0x7b, 0xab, 0x73,
  1009. 0xa3, 0x2b, 0x93, 0x9b, 0x9b, 0x12, 0xd4, 0x03, 0x00, 0x00, 0x00, 0x00,
  1010. 0x79, 0x18, 0x00, 0x00, 0x51, 0x00, 0x00, 0x00, 0x33, 0x08, 0x80, 0x1c,
  1011. 0xc4, 0xe1, 0x1c, 0x66, 0x14, 0x01, 0x3d, 0x88, 0x43, 0x38, 0x84, 0xc3,
  1012. 0x8c, 0x42, 0x80, 0x07, 0x79, 0x78, 0x07, 0x73, 0x98, 0x71, 0x0c, 0xe6,
  1013. 0x00, 0x0f, 0xed, 0x10, 0x0e, 0xf4, 0x80, 0x0e, 0x33, 0x0c, 0x42, 0x1e,
  1014. 0xc2, 0xc1, 0x1d, 0xce, 0xa1, 0x1c, 0x66, 0x30, 0x05, 0x3d, 0x88, 0x43,
  1015. 0x38, 0x84, 0x83, 0x1b, 0xcc, 0x03, 0x3d, 0xc8, 0x43, 0x3d, 0x8c, 0x03,
  1016. 0x3d, 0xcc, 0x78, 0x8c, 0x74, 0x70, 0x07, 0x7b, 0x08, 0x07, 0x79, 0x48,
  1017. 0x87, 0x70, 0x70, 0x07, 0x7a, 0x70, 0x03, 0x76, 0x78, 0x87, 0x70, 0x20,
  1018. 0x87, 0x19, 0xcc, 0x11, 0x0e, 0xec, 0x90, 0x0e, 0xe1, 0x30, 0x0f, 0x6e,
  1019. 0x30, 0x0f, 0xe3, 0xf0, 0x0e, 0xf0, 0x50, 0x0e, 0x33, 0x10, 0xc4, 0x1d,
  1020. 0xde, 0x21, 0x1c, 0xd8, 0x21, 0x1d, 0xc2, 0x61, 0x1e, 0x66, 0x30, 0x89,
  1021. 0x3b, 0xbc, 0x83, 0x3b, 0xd0, 0x43, 0x39, 0xb4, 0x03, 0x3c, 0xbc, 0x83,
  1022. 0x3c, 0x84, 0x03, 0x3b, 0xcc, 0xf0, 0x14, 0x76, 0x60, 0x07, 0x7b, 0x68,
  1023. 0x07, 0x37, 0x68, 0x87, 0x72, 0x68, 0x07, 0x37, 0x80, 0x87, 0x70, 0x90,
  1024. 0x87, 0x70, 0x60, 0x07, 0x76, 0x28, 0x07, 0x76, 0xf8, 0x05, 0x76, 0x78,
  1025. 0x87, 0x77, 0x80, 0x87, 0x5f, 0x08, 0x87, 0x71, 0x18, 0x87, 0x72, 0x98,
  1026. 0x87, 0x79, 0x98, 0x81, 0x2c, 0xee, 0xf0, 0x0e, 0xee, 0xe0, 0x0e, 0xf5,
  1027. 0xc0, 0x0e, 0xec, 0x30, 0x03, 0x62, 0xc8, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c,
  1028. 0xcc, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c, 0xdc, 0x61, 0x1c, 0xca, 0x21, 0x1c,
  1029. 0xc4, 0x81, 0x1d, 0xca, 0x61, 0x06, 0xd6, 0x90, 0x43, 0x39, 0xc8, 0x43,
  1030. 0x39, 0x98, 0x43, 0x39, 0xc8, 0x43, 0x39, 0xb8, 0xc3, 0x38, 0x94, 0x43,
  1031. 0x38, 0x88, 0x03, 0x3b, 0x94, 0xc3, 0x2f, 0xbc, 0x83, 0x3c, 0xfc, 0x82,
  1032. 0x3b, 0xd4, 0x03, 0x3b, 0xb0, 0xc3, 0x0c, 0xc4, 0x21, 0x07, 0x7c, 0x70,
  1033. 0x03, 0x7a, 0x28, 0x87, 0x76, 0x80, 0x87, 0x19, 0xd1, 0x43, 0x0e, 0xf8,
  1034. 0xe0, 0x06, 0xe4, 0x20, 0x0e, 0xe7, 0xe0, 0x06, 0xf6, 0x10, 0x0e, 0xf2,
  1035. 0xc0, 0x0e, 0xe1, 0x90, 0x0f, 0xef, 0x50, 0x0f, 0xf4, 0x30, 0x83, 0x81,
  1036. 0xc8, 0x01, 0x1f, 0xdc, 0x40, 0x1c, 0xe4, 0xa1, 0x1c, 0xc2, 0x61, 0x1d,
  1037. 0xdc, 0x40, 0x1c, 0xe4, 0x01, 0x00, 0x00, 0x00, 0x71, 0x20, 0x00, 0x00,
  1038. 0x2a, 0x00, 0x00, 0x00, 0x76, 0x00, 0x0d, 0x97, 0xef, 0x3c, 0x7e, 0x80,
  1039. 0x34, 0x40, 0x84, 0xf9, 0xc5, 0x6d, 0x1b, 0xc2, 0x36, 0x5c, 0xbe, 0xf3,
  1040. 0xf8, 0x42, 0x40, 0x15, 0x05, 0x11, 0x95, 0x0e, 0x30, 0x94, 0x84, 0x01,
  1041. 0x08, 0x98, 0x5f, 0xdc, 0xb6, 0x29, 0x48, 0xc3, 0xe5, 0x3b, 0x8f, 0x2f,
  1042. 0x44, 0x04, 0x30, 0x11, 0x21, 0xd0, 0x0c, 0x0b, 0x61, 0x06, 0xce, 0x70,
  1043. 0xf9, 0xce, 0xe3, 0x0f, 0xce, 0x74, 0xfb, 0xc5, 0x6d, 0x5b, 0xc0, 0x34,
  1044. 0x5c, 0xbe, 0xf3, 0xf8, 0x8b, 0x03, 0x0c, 0x62, 0xf3, 0x50, 0x93, 0x5f,
  1045. 0xdc, 0xb6, 0x0d, 0x40, 0xc3, 0xe5, 0x3b, 0x8f, 0x2f, 0x01, 0xcc, 0xb3,
  1046. 0x10, 0x7e, 0x71, 0xdb, 0x46, 0x40, 0x0d, 0x97, 0xef, 0x3c, 0xbe, 0x04,
  1047. 0x30, 0xcf, 0x42, 0x80, 0x11, 0x30, 0xf8, 0xc5, 0x6d, 0x9b, 0x40, 0x35,
  1048. 0x5c, 0xbe, 0xf3, 0xf8, 0xd2, 0xe4, 0x44, 0x04, 0x4a, 0x4d, 0x0f, 0x35,
  1049. 0xf9, 0xc5, 0x6d, 0x5b, 0x82, 0x34, 0x5c, 0xbe, 0xf3, 0xf8, 0x13, 0x11,
  1050. 0x4d, 0x08, 0x10, 0x61, 0x7e, 0x71, 0xdb, 0x56, 0xf0, 0x0c, 0x97, 0xef,
  1051. 0x3c, 0x3e, 0xd5, 0x00, 0x11, 0xe6, 0x17, 0xb7, 0x6d, 0x00, 0x04, 0x03,
  1052. 0x20, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x41, 0x53, 0x48,
  1053. 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4d, 0x23, 0x47, 0x3d,
  1054. 0xe2, 0x44, 0x5e, 0xa6, 0x8f, 0xe5, 0xda, 0xd5, 0x43, 0xff, 0x99, 0x36,
  1055. 0x44, 0x58, 0x49, 0x4c, 0x38, 0x18, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00,
  1056. 0x0e, 0x06, 0x00, 0x00, 0x44, 0x58, 0x49, 0x4c, 0x00, 0x01, 0x00, 0x00,
  1057. 0x10, 0x00, 0x00, 0x00, 0x20, 0x18, 0x00, 0x00, 0x42, 0x43, 0xc0, 0xde,
  1058. 0x21, 0x0c, 0x00, 0x00, 0x05, 0x06, 0x00, 0x00, 0x0b, 0x82, 0x20, 0x00,
  1059. 0x02, 0x00, 0x00, 0x00, 0x13, 0x00, 0x00, 0x00, 0x07, 0x81, 0x23, 0x91,
  1060. 0x41, 0xc8, 0x04, 0x49, 0x06, 0x10, 0x32, 0x39, 0x92, 0x01, 0x84, 0x0c,
  1061. 0x25, 0x05, 0x08, 0x19, 0x1e, 0x04, 0x8b, 0x62, 0x80, 0x18, 0x45, 0x02,
  1062. 0x42, 0x92, 0x0b, 0x42, 0xc4, 0x10, 0x32, 0x14, 0x38, 0x08, 0x18, 0x4b,
  1063. 0x0a, 0x32, 0x62, 0x88, 0x48, 0x90, 0x14, 0x20, 0x43, 0x46, 0x88, 0xa5,
  1064. 0x00, 0x19, 0x32, 0x42, 0xe4, 0x48, 0x0e, 0x90, 0x11, 0x23, 0xc4, 0x50,
  1065. 0x41, 0x51, 0x81, 0x8c, 0xe1, 0x83, 0xe5, 0x8a, 0x04, 0x31, 0x46, 0x06,
  1066. 0x51, 0x18, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x1b, 0x8c, 0xe0, 0xff,
  1067. 0xff, 0xff, 0xff, 0x07, 0x40, 0x02, 0xa8, 0x0d, 0x84, 0xf0, 0xff, 0xff,
  1068. 0xff, 0xff, 0x03, 0x20, 0x6d, 0x30, 0x86, 0xff, 0xff, 0xff, 0xff, 0x1f,
  1069. 0x00, 0x09, 0xa8, 0x00, 0x49, 0x18, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
  1070. 0x13, 0x82, 0x60, 0x42, 0x20, 0x4c, 0x08, 0x06, 0x00, 0x00, 0x00, 0x00,
  1071. 0x89, 0x20, 0x00, 0x00, 0x5c, 0x00, 0x00, 0x00, 0x32, 0x22, 0x88, 0x09,
  1072. 0x20, 0x64, 0x85, 0x04, 0x13, 0x23, 0xa4, 0x84, 0x04, 0x13, 0x23, 0xe3,
  1073. 0x84, 0xa1, 0x90, 0x14, 0x12, 0x4c, 0x8c, 0x8c, 0x0b, 0x84, 0xc4, 0x4c,
  1074. 0x10, 0xa8, 0xc1, 0x08, 0x40, 0x09, 0x00, 0x0a, 0x66, 0x00, 0xe6, 0x08,
  1075. 0xc0, 0x60, 0x8e, 0x00, 0x29, 0xc6, 0x40, 0x10, 0x44, 0x41, 0x90, 0x51,
  1076. 0x0c, 0x80, 0x20, 0x88, 0x62, 0x20, 0xe4, 0xa6, 0xe1, 0xf2, 0x27, 0xec,
  1077. 0x21, 0x24, 0x7f, 0x25, 0xa4, 0x95, 0x98, 0xfc, 0xe2, 0xb6, 0x51, 0x31,
  1078. 0x0c, 0xc3, 0x40, 0x50, 0x71, 0xcf, 0x70, 0xf9, 0x13, 0xf6, 0x10, 0x92,
  1079. 0x1f, 0x02, 0xcd, 0xb0, 0x10, 0x28, 0x58, 0x0a, 0xa3, 0x10, 0x0c, 0x33,
  1080. 0x0c, 0xc3, 0x40, 0x10, 0xc4, 0x40, 0x4d, 0x91, 0x14, 0x82, 0x61, 0x86,
  1081. 0x61, 0x18, 0x08, 0x82, 0x18, 0x86, 0x61, 0x18, 0x86, 0x81, 0x9e, 0x32,
  1082. 0x0c, 0xc4, 0x40, 0x51, 0x41, 0x06, 0x62, 0x18, 0x86, 0x61, 0x18, 0x68,
  1083. 0x2a, 0xc4, 0x40, 0x0c, 0x03, 0x55, 0x47, 0x0d, 0x97, 0x3f, 0x61, 0x0f,
  1084. 0x21, 0xf9, 0xdc, 0x46, 0x15, 0x2b, 0x31, 0xf9, 0xc5, 0x6d, 0x23, 0x62,
  1085. 0x18, 0x86, 0xa1, 0x10, 0x17, 0xc1, 0x10, 0x84, 0x95, 0x62, 0x20, 0x86,
  1086. 0x61, 0x20, 0x6d, 0x8e, 0x20, 0x28, 0x06, 0x43, 0x14, 0x04, 0xc1, 0x51,
  1087. 0x37, 0x10, 0x30, 0x8c, 0x40, 0x0c, 0x33, 0xb5, 0xc1, 0x38, 0xb0, 0x43,
  1088. 0x38, 0xcc, 0xc3, 0x3c, 0xb8, 0x01, 0x2d, 0x94, 0x03, 0x3e, 0xd0, 0x43,
  1089. 0x3d, 0xc8, 0x43, 0x39, 0xc8, 0x01, 0x29, 0xf0, 0x81, 0x3d, 0x94, 0xc3,
  1090. 0x38, 0xd0, 0xc3, 0x3b, 0xc8, 0x03, 0x1f, 0x98, 0x03, 0x3b, 0xbc, 0x43,
  1091. 0x38, 0xd0, 0x03, 0x1b, 0x80, 0x01, 0x1d, 0xf8, 0x01, 0x18, 0xf8, 0x81,
  1092. 0x1e, 0xe8, 0x41, 0x3b, 0xa4, 0x03, 0x3c, 0xcc, 0xc3, 0x2f, 0xd0, 0x43,
  1093. 0x3e, 0xc0, 0x43, 0x39, 0xa0, 0x80, 0x98, 0x49, 0x0c, 0xc6, 0x81, 0x1d,
  1094. 0xc2, 0x61, 0x1e, 0xe6, 0xc1, 0x0d, 0x68, 0xa1, 0x1c, 0xf0, 0x81, 0x1e,
  1095. 0xea, 0x41, 0x1e, 0xca, 0x41, 0x0e, 0x48, 0x81, 0x0f, 0xec, 0xa1, 0x1c,
  1096. 0xc6, 0x81, 0x1e, 0xde, 0x41, 0x1e, 0xf8, 0xc0, 0x1c, 0xd8, 0xe1, 0x1d,
  1097. 0xc2, 0x81, 0x1e, 0xd8, 0x00, 0x0c, 0xe8, 0xc0, 0x0f, 0xc0, 0xc0, 0x0f,
  1098. 0x90, 0x00, 0x86, 0x24, 0x5e, 0xc2, 0x39, 0x8d, 0x34, 0x01, 0xcd, 0x24,
  1099. 0xa1, 0x66, 0x18, 0x86, 0x01, 0x1c, 0x86, 0x61, 0x00, 0x41, 0x10, 0x24,
  1100. 0xf2, 0x26, 0x69, 0x8a, 0x28, 0x61, 0xf2, 0x59, 0x80, 0x79, 0x16, 0x22,
  1101. 0x62, 0x27, 0x60, 0x22, 0x50, 0x40, 0x90, 0x99, 0x0e, 0xc4, 0x14, 0x00,
  1102. 0x00, 0x00, 0x00, 0x00, 0x13, 0x14, 0x72, 0xc0, 0x87, 0x74, 0x60, 0x87,
  1103. 0x36, 0x68, 0x87, 0x79, 0x68, 0x03, 0x72, 0xc0, 0x87, 0x0d, 0xaf, 0x50,
  1104. 0x0e, 0x6d, 0xd0, 0x0e, 0x7a, 0x50, 0x0e, 0x6d, 0x00, 0x0f, 0x7a, 0x30,
  1105. 0x07, 0x72, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x71, 0xa0,
  1106. 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90, 0x0e, 0x78, 0xa0, 0x07, 0x73, 0x20,
  1107. 0x07, 0x6d, 0x90, 0x0e, 0x71, 0x60, 0x07, 0x7a, 0x30, 0x07, 0x72, 0xd0,
  1108. 0x06, 0xe9, 0x30, 0x07, 0x72, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x90,
  1109. 0x0e, 0x76, 0x40, 0x07, 0x7a, 0x60, 0x07, 0x74, 0xd0, 0x06, 0xe6, 0x10,
  1110. 0x07, 0x76, 0xa0, 0x07, 0x73, 0x20, 0x07, 0x6d, 0x60, 0x0e, 0x73, 0x20,
  1111. 0x07, 0x7a, 0x30, 0x07, 0x72, 0xd0, 0x06, 0xe6, 0x60, 0x07, 0x74, 0xa0,
  1112. 0x07, 0x76, 0x40, 0x07, 0x6d, 0xe0, 0x0e, 0x78, 0xa0, 0x07, 0x71, 0x60,
  1113. 0x07, 0x7a, 0x30, 0x07, 0x72, 0xa0, 0x07, 0x76, 0x40, 0x07, 0x43, 0x9e,
  1114. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86,
  1115. 0x3c, 0x06, 0x10, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  1116. 0x0c, 0x79, 0x10, 0x20, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  1117. 0x00, 0x18, 0xf2, 0x34, 0x40, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00,
  1118. 0x00, 0x00, 0x30, 0xe4, 0x79, 0x80, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00,
  1119. 0x00, 0x00, 0x00, 0x60, 0xc8, 0x13, 0x01, 0x01, 0x10, 0x00, 0x00, 0x00,
  1120. 0x00, 0x00, 0x00, 0x00, 0xc0, 0x90, 0x67, 0x02, 0x02, 0x20, 0x00, 0x00,
  1121. 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x21, 0x4f, 0x05, 0x04, 0x40, 0x00,
  1122. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x1e, 0x0c, 0x08, 0x80,
  1123. 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x3c, 0x1a, 0x10,
  1124. 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x79, 0x3a,
  1125. 0x20, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc8, 0x02,
  1126. 0x01, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00, 0x32, 0x1e, 0x98, 0x14,
  1127. 0x19, 0x11, 0x4c, 0x90, 0x8c, 0x09, 0x26, 0x47, 0xc6, 0x04, 0x43, 0x22,
  1128. 0x4a, 0x60, 0x04, 0xa0, 0x1c, 0x8a, 0xa1, 0x08, 0x4a, 0xa2, 0xc0, 0x03,
  1129. 0xca, 0xa0, 0x3c, 0xa8, 0x28, 0x89, 0x32, 0x28, 0x84, 0x11, 0x80, 0x22,
  1130. 0x28, 0x10, 0x1a, 0x67, 0x00, 0xa8, 0x9c, 0x01, 0xa0, 0x73, 0x06, 0x80,
  1131. 0xd0, 0xb1, 0x1c, 0x86, 0x00, 0x00, 0x00, 0x78, 0x1e, 0x00, 0x08, 0x04,
  1132. 0x02, 0x01, 0x00, 0x00, 0x79, 0x18, 0x00, 0x00, 0x71, 0x00, 0x00, 0x00,
  1133. 0x1a, 0x03, 0x4c, 0x90, 0x46, 0x02, 0x13, 0x44, 0x8f, 0x0c, 0x6f, 0xec,
  1134. 0xed, 0x4d, 0x0c, 0x24, 0xc6, 0xe5, 0xc6, 0x45, 0x66, 0x06, 0x06, 0xc7,
  1135. 0x25, 0xc6, 0x06, 0x04, 0xa5, 0x46, 0x86, 0x2c, 0x2c, 0xe6, 0xa6, 0x4c,
  1136. 0x26, 0x27, 0x65, 0x43, 0x10, 0x4c, 0x10, 0x88, 0x65, 0x82, 0x40, 0x30,
  1137. 0x1b, 0x84, 0x81, 0x98, 0x20, 0x10, 0xcd, 0x06, 0x61, 0x30, 0x28, 0xc0,
  1138. 0xcd, 0x4d, 0x10, 0x08, 0x67, 0xc3, 0x80, 0x24, 0xc4, 0x04, 0x61, 0x0c,
  1139. 0x34, 0x02, 0x13, 0x04, 0xe2, 0x99, 0x20, 0x10, 0xd0, 0x06, 0x81, 0x70,
  1140. 0x36, 0x24, 0xc4, 0xc2, 0x10, 0xc4, 0xd0, 0x10, 0xcf, 0x86, 0x64, 0x58,
  1141. 0x18, 0x62, 0x18, 0x1a, 0xe2, 0xd9, 0x90, 0x34, 0x0b, 0x43, 0x34, 0x43,
  1142. 0x43, 0x3c, 0x1b, 0x06, 0x28, 0x92, 0x26, 0x08, 0x65, 0xb0, 0x4d, 0x10,
  1143. 0x88, 0x68, 0x03, 0x42, 0x50, 0x0c, 0x31, 0x0c, 0x15, 0xb0, 0x21, 0xb0,
  1144. 0x26, 0x08, 0x67, 0xc0, 0x6d, 0x40, 0x08, 0x8c, 0x21, 0x88, 0x81, 0x00,
  1145. 0x36, 0x20, 0x03, 0xc6, 0x10, 0xc3, 0x40, 0x00, 0x1b, 0x84, 0x4c, 0xdb,
  1146. 0x40, 0x4c, 0xc0, 0xb5, 0x4d, 0x10, 0xd0, 0xa0, 0xdb, 0x10, 0x74, 0x13,
  1147. 0x04, 0x01, 0x20, 0xd1, 0x16, 0x96, 0xe6, 0xc6, 0x65, 0xca, 0xea, 0x0b,
  1148. 0xea, 0x6d, 0x2e, 0x8d, 0x2e, 0xed, 0xcd, 0x6d, 0x82, 0x50, 0x50, 0x13,
  1149. 0x84, 0xa2, 0xda, 0x10, 0x10, 0x13, 0x84, 0xc2, 0x9a, 0x20, 0x14, 0xd7,
  1150. 0x86, 0x85, 0x08, 0x03, 0x31, 0x18, 0x03, 0x32, 0x28, 0x83, 0xa1, 0x0c,
  1151. 0x08, 0x33, 0x00, 0x88, 0x50, 0x15, 0x61, 0x0d, 0x3d, 0x3d, 0x49, 0x11,
  1152. 0x4d, 0x10, 0x0a, 0x6c, 0x82, 0x40, 0x48, 0x1b, 0x04, 0x35, 0x50, 0x83,
  1153. 0x0d, 0xcb, 0x80, 0x06, 0x62, 0x60, 0x06, 0x64, 0x90, 0x06, 0x43, 0x1a,
  1154. 0x0c, 0x66, 0xb0, 0x06, 0x2c, 0x86, 0x9e, 0x98, 0x9e, 0xa4, 0x26, 0x08,
  1155. 0xc4, 0xb4, 0x41, 0x50, 0x03, 0x37, 0xd8, 0xb0, 0x34, 0x6d, 0x20, 0x06,
  1156. 0x66, 0x40, 0x06, 0x69, 0x30, 0x94, 0x41, 0x63, 0x06, 0x6f, 0xb0, 0x61,
  1157. 0x38, 0x03, 0x36, 0x80, 0x03, 0x26, 0x53, 0x56, 0x5f, 0x54, 0x61, 0x72,
  1158. 0x67, 0x65, 0x74, 0x13, 0x84, 0x22, 0xdb, 0xb0, 0x10, 0x72, 0x20, 0x06,
  1159. 0x73, 0x40, 0x06, 0x66, 0x30, 0x94, 0x01, 0x61, 0x06, 0x6f, 0xb0, 0x21,
  1160. 0xa0, 0x83, 0x0d, 0x43, 0x1c, 0xd4, 0x01, 0xb0, 0xa1, 0xf8, 0xc0, 0xc0,
  1161. 0x0e, 0x38, 0xa0, 0x0a, 0x1b, 0x9b, 0x5d, 0x9b, 0x4b, 0x1a, 0x59, 0x99,
  1162. 0x1b, 0xdd, 0x94, 0x20, 0xa8, 0x42, 0x86, 0xe7, 0x62, 0x57, 0x26, 0x37,
  1163. 0x97, 0xf6, 0xe6, 0x36, 0x25, 0x20, 0x9a, 0x90, 0xe1, 0xb9, 0xd8, 0x85,
  1164. 0xb1, 0xd9, 0x95, 0xc9, 0x4d, 0x09, 0x8c, 0x3a, 0x64, 0x78, 0x2e, 0x73,
  1165. 0x68, 0x61, 0x64, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x53, 0x82,
  1166. 0xa4, 0x0c, 0x19, 0x9e, 0x8b, 0x5c, 0xd9, 0xdc, 0x5b, 0x9d, 0xdc, 0x58,
  1167. 0xd9, 0xdc, 0x94, 0x60, 0xab, 0x43, 0x86, 0xe7, 0x62, 0x97, 0x56, 0x76,
  1168. 0x97, 0x44, 0x36, 0x45, 0x17, 0x46, 0x57, 0x36, 0x25, 0xe8, 0xea, 0x90,
  1169. 0xe1, 0xb9, 0x94, 0xb9, 0xd1, 0xc9, 0xe5, 0x41, 0xbd, 0xa5, 0xb9, 0xd1,
  1170. 0xcd, 0x4d, 0x09, 0xec, 0x00, 0x00, 0x00, 0x00, 0x79, 0x18, 0x00, 0x00,
  1171. 0x51, 0x00, 0x00, 0x00, 0x33, 0x08, 0x80, 0x1c, 0xc4, 0xe1, 0x1c, 0x66,
  1172. 0x14, 0x01, 0x3d, 0x88, 0x43, 0x38, 0x84, 0xc3, 0x8c, 0x42, 0x80, 0x07,
  1173. 0x79, 0x78, 0x07, 0x73, 0x98, 0x71, 0x0c, 0xe6, 0x00, 0x0f, 0xed, 0x10,
  1174. 0x0e, 0xf4, 0x80, 0x0e, 0x33, 0x0c, 0x42, 0x1e, 0xc2, 0xc1, 0x1d, 0xce,
  1175. 0xa1, 0x1c, 0x66, 0x30, 0x05, 0x3d, 0x88, 0x43, 0x38, 0x84, 0x83, 0x1b,
  1176. 0xcc, 0x03, 0x3d, 0xc8, 0x43, 0x3d, 0x8c, 0x03, 0x3d, 0xcc, 0x78, 0x8c,
  1177. 0x74, 0x70, 0x07, 0x7b, 0x08, 0x07, 0x79, 0x48, 0x87, 0x70, 0x70, 0x07,
  1178. 0x7a, 0x70, 0x03, 0x76, 0x78, 0x87, 0x70, 0x20, 0x87, 0x19, 0xcc, 0x11,
  1179. 0x0e, 0xec, 0x90, 0x0e, 0xe1, 0x30, 0x0f, 0x6e, 0x30, 0x0f, 0xe3, 0xf0,
  1180. 0x0e, 0xf0, 0x50, 0x0e, 0x33, 0x10, 0xc4, 0x1d, 0xde, 0x21, 0x1c, 0xd8,
  1181. 0x21, 0x1d, 0xc2, 0x61, 0x1e, 0x66, 0x30, 0x89, 0x3b, 0xbc, 0x83, 0x3b,
  1182. 0xd0, 0x43, 0x39, 0xb4, 0x03, 0x3c, 0xbc, 0x83, 0x3c, 0x84, 0x03, 0x3b,
  1183. 0xcc, 0xf0, 0x14, 0x76, 0x60, 0x07, 0x7b, 0x68, 0x07, 0x37, 0x68, 0x87,
  1184. 0x72, 0x68, 0x07, 0x37, 0x80, 0x87, 0x70, 0x90, 0x87, 0x70, 0x60, 0x07,
  1185. 0x76, 0x28, 0x07, 0x76, 0xf8, 0x05, 0x76, 0x78, 0x87, 0x77, 0x80, 0x87,
  1186. 0x5f, 0x08, 0x87, 0x71, 0x18, 0x87, 0x72, 0x98, 0x87, 0x79, 0x98, 0x81,
  1187. 0x2c, 0xee, 0xf0, 0x0e, 0xee, 0xe0, 0x0e, 0xf5, 0xc0, 0x0e, 0xec, 0x30,
  1188. 0x03, 0x62, 0xc8, 0xa1, 0x1c, 0xe4, 0xa1, 0x1c, 0xcc, 0xa1, 0x1c, 0xe4,
  1189. 0xa1, 0x1c, 0xdc, 0x61, 0x1c, 0xca, 0x21, 0x1c, 0xc4, 0x81, 0x1d, 0xca,
  1190. 0x61, 0x06, 0xd6, 0x90, 0x43, 0x39, 0xc8, 0x43, 0x39, 0x98, 0x43, 0x39,
  1191. 0xc8, 0x43, 0x39, 0xb8, 0xc3, 0x38, 0x94, 0x43, 0x38, 0x88, 0x03, 0x3b,
  1192. 0x94, 0xc3, 0x2f, 0xbc, 0x83, 0x3c, 0xfc, 0x82, 0x3b, 0xd4, 0x03, 0x3b,
  1193. 0xb0, 0xc3, 0x0c, 0xc4, 0x21, 0x07, 0x7c, 0x70, 0x03, 0x7a, 0x28, 0x87,
  1194. 0x76, 0x80, 0x87, 0x19, 0xd1, 0x43, 0x0e, 0xf8, 0xe0, 0x06, 0xe4, 0x20,
  1195. 0x0e, 0xe7, 0xe0, 0x06, 0xf6, 0x10, 0x0e, 0xf2, 0xc0, 0x0e, 0xe1, 0x90,
  1196. 0x0f, 0xef, 0x50, 0x0f, 0xf4, 0x30, 0x83, 0x81, 0xc8, 0x01, 0x1f, 0xdc,
  1197. 0x40, 0x1c, 0xe4, 0xa1, 0x1c, 0xc2, 0x61, 0x1d, 0xdc, 0x40, 0x1c, 0xe4,
  1198. 0x01, 0x00, 0x00, 0x00, 0x71, 0x20, 0x00, 0x00, 0x2a, 0x00, 0x00, 0x00,
  1199. 0x76, 0x00, 0x0d, 0x97, 0xef, 0x3c, 0x7e, 0x80, 0x34, 0x40, 0x84, 0xf9,
  1200. 0xc5, 0x6d, 0x1b, 0xc2, 0x36, 0x5c, 0xbe, 0xf3, 0xf8, 0x42, 0x40, 0x15,
  1201. 0x05, 0x11, 0x95, 0x0e, 0x30, 0x94, 0x84, 0x01, 0x08, 0x98, 0x5f, 0xdc,
  1202. 0xb6, 0x29, 0x48, 0xc3, 0xe5, 0x3b, 0x8f, 0x2f, 0x44, 0x04, 0x30, 0x11,
  1203. 0x21, 0xd0, 0x0c, 0x0b, 0x61, 0x06, 0xce, 0x70, 0xf9, 0xce, 0xe3, 0x0f,
  1204. 0xce, 0x74, 0xfb, 0xc5, 0x6d, 0x5b, 0xc0, 0x34, 0x5c, 0xbe, 0xf3, 0xf8,
  1205. 0x8b, 0x03, 0x0c, 0x62, 0xf3, 0x50, 0x93, 0x5f, 0xdc, 0xb6, 0x0d, 0x40,
  1206. 0xc3, 0xe5, 0x3b, 0x8f, 0x2f, 0x01, 0xcc, 0xb3, 0x10, 0x7e, 0x71, 0xdb,
  1207. 0x46, 0x40, 0x0d, 0x97, 0xef, 0x3c, 0xbe, 0x04, 0x30, 0xcf, 0x42, 0x80,
  1208. 0x11, 0x30, 0xf8, 0xc5, 0x6d, 0x9b, 0x40, 0x35, 0x5c, 0xbe, 0xf3, 0xf8,
  1209. 0xd2, 0xe4, 0x44, 0x04, 0x4a, 0x4d, 0x0f, 0x35, 0xf9, 0xc5, 0x6d, 0x5b,
  1210. 0x82, 0x34, 0x5c, 0xbe, 0xf3, 0xf8, 0x13, 0x11, 0x4d, 0x08, 0x10, 0x61,
  1211. 0x7e, 0x71, 0xdb, 0x56, 0xf0, 0x0c, 0x97, 0xef, 0x3c, 0x3e, 0xd5, 0x00,
  1212. 0x11, 0xe6, 0x17, 0xb7, 0x6d, 0x00, 0x04, 0x03, 0x20, 0x0d, 0x00, 0x00,
  1213. 0x61, 0x20, 0x00, 0x00, 0x33, 0x04, 0x00, 0x00, 0x13, 0x04, 0xa1, 0x10,
  1214. 0x0b, 0x04, 0x00, 0x00, 0x59, 0x00, 0x00, 0x00, 0xc4, 0x8d, 0x00, 0x50,
  1215. 0x51, 0x02, 0x44, 0x94, 0x5f, 0xd9, 0x14, 0x4b, 0x21, 0x15, 0x6a, 0x40,
  1216. 0x99, 0x06, 0x94, 0x5c, 0x29, 0x94, 0x5b, 0x19, 0x15, 0x42, 0xe1, 0x95,
  1217. 0x4a, 0xb9, 0x94, 0x5d, 0x71, 0xcd, 0x00, 0xd0, 0x30, 0x46, 0x60, 0xde,
  1218. 0xeb, 0x2a, 0x7b, 0x63, 0x04, 0x31, 0x0f, 0xf6, 0xb9, 0x37, 0x46, 0xe0,
  1219. 0xf6, 0xb1, 0x68, 0x7b, 0x63, 0x04, 0xef, 0x9e, 0x96, 0xf7, 0x37, 0x46,
  1220. 0xa0, 0xb3, 0xe6, 0x1c, 0x82, 0xc1, 0x18, 0x01, 0x08, 0x82, 0xfe, 0xfd,
  1221. 0x8d, 0x11, 0x80, 0x20, 0x08, 0xc2, 0xdd, 0x18, 0x81, 0x98, 0x8b, 0x69,
  1222. 0xff, 0x8d, 0x11, 0x80, 0x25, 0xcf, 0xc6, 0xbf, 0x30, 0x46, 0x30, 0xa6,
  1223. 0xab, 0x9a, 0xfb, 0xc2, 0x18, 0xc1, 0x3f, 0x93, 0xfe, 0xef, 0x0b, 0x63,
  1224. 0x04, 0x74, 0x0d, 0x8a, 0xf9, 0x37, 0x46, 0xd0, 0xc2, 0x71, 0x0c, 0xfa,
  1225. 0xc2, 0x18, 0xc1, 0xdc, 0xb7, 0x69, 0xea, 0x0b, 0x63, 0x04, 0xad, 0x1b,
  1226. 0xf2, 0xbc, 0x2f, 0x8c, 0x11, 0xf0, 0x39, 0xeb, 0xe3, 0xdf, 0x18, 0x01,
  1227. 0x08, 0x82, 0x20, 0x0a, 0x06, 0x63, 0x04, 0x20, 0x08, 0x82, 0x2a, 0x18,
  1228. 0x8c, 0x11, 0x80, 0x20, 0x08, 0xb2, 0x60, 0x30, 0x46, 0x00, 0x82, 0x20,
  1229. 0xe8, 0x82, 0xc1, 0x18, 0x01, 0xcb, 0x9e, 0xa1, 0xfc, 0x8d, 0x11, 0xa0,
  1230. 0x7e, 0x19, 0xab, 0xdf, 0x18, 0x41, 0x7e, 0xea, 0xe2, 0xec, 0x8d, 0x11,
  1231. 0xe8, 0x35, 0xb8, 0xe3, 0xde, 0x18, 0x81, 0x8a, 0xe7, 0xb6, 0xfd, 0x8d,
  1232. 0x11, 0xbc, 0x7d, 0x4a, 0x8f, 0xde, 0x18, 0xc1, 0x3a, 0xc7, 0x2c, 0xea,
  1233. 0x8d, 0x11, 0xa4, 0x21, 0x8c, 0xee, 0xde, 0x18, 0xc1, 0xdd, 0xc6, 0xaa,
  1234. 0xfd, 0x8d, 0x11, 0x80, 0x20, 0x8c, 0x87, 0x63, 0x30, 0x46, 0xb0, 0x8e,
  1235. 0x78, 0xcc, 0x82, 0xc1, 0x18, 0x01, 0x08, 0xd2, 0x6d, 0x0e, 0x06, 0x63,
  1236. 0x04, 0x20, 0x08, 0xae, 0x39, 0x18, 0x8c, 0x11, 0x80, 0x20, 0xc8, 0xd6,
  1237. 0xbf, 0x30, 0x46, 0xc0, 0xb6, 0xf3, 0x4f, 0x7a, 0x63, 0x04, 0x20, 0x08,
  1238. 0x82, 0xf8, 0x2f, 0x8c, 0x11, 0xb0, 0x6d, 0xfc, 0xca, 0xdb, 0x18, 0x81,
  1239. 0xdb, 0xc7, 0xa2, 0xed, 0x0b, 0x63, 0x04, 0x7d, 0x2c, 0xba, 0xf8, 0x37,
  1240. 0x46, 0x50, 0xab, 0xb5, 0xda, 0x7e, 0x63, 0x04, 0xb2, 0xe8, 0xf6, 0x34,
  1241. 0x18, 0x8c, 0x11, 0xf0, 0xf0, 0xaa, 0xd3, 0xdd, 0x18, 0x01, 0x08, 0x82,
  1242. 0x20, 0x09, 0x06, 0x63, 0x04, 0x20, 0x08, 0x82, 0x20, 0x18, 0x8c, 0x11,
  1243. 0x80, 0x20, 0x08, 0xc2, 0xdf, 0x08, 0xc0, 0x18, 0x01, 0x08, 0x82, 0x20,
  1244. 0xfe, 0xcd, 0x00, 0x00, 0x23, 0x06, 0x09, 0x00, 0x82, 0x60, 0xd0, 0xdd,
  1245. 0xc2, 0x1e, 0xa8, 0x82, 0x2c, 0xc8, 0xc2, 0x28, 0x8c, 0x18, 0x24, 0x00,
  1246. 0x08, 0x82, 0x41, 0x87, 0x0b, 0x7c, 0xb0, 0x0a, 0xb7, 0x70, 0x0b, 0xa4,
  1247. 0x30, 0x62, 0x90, 0x00, 0x20, 0x08, 0x06, 0x5d, 0x2e, 0xf4, 0x01, 0x2b,
  1248. 0xdc, 0xc2, 0x2d, 0x94, 0xc2, 0x88, 0x41, 0x02, 0x80, 0x20, 0x18, 0x74,
  1249. 0xba, 0xe0, 0x07, 0xaf, 0x90, 0x0b, 0xb9, 0x60, 0x0a, 0x23, 0x06, 0x09,
  1250. 0x00, 0x82, 0x60, 0xd0, 0xed, 0xc2, 0x1f, 0xc0, 0x42, 0x2e, 0xe4, 0xc2,
  1251. 0x29, 0x8c, 0x18, 0x24, 0x00, 0x08, 0x82, 0x41, 0xc7, 0x0b, 0xa0, 0xe0,
  1252. 0x0a, 0xba, 0xb0, 0x0b, 0xa8, 0x30, 0x62, 0x90, 0x00, 0x20, 0x08, 0x06,
  1253. 0x86, 0x39, 0xf4, 0x01, 0x2e, 0xec, 0x02, 0x2c, 0xdc, 0xc1, 0x88, 0x41,
  1254. 0x02, 0x80, 0x20, 0x18, 0x18, 0xe7, 0xe0, 0x07, 0xb9, 0xc0, 0x0b, 0xa9,
  1255. 0x80, 0x07, 0x23, 0x06, 0x09, 0x00, 0x82, 0x60, 0x60, 0xa0, 0xc3, 0x1f,
  1256. 0xe8, 0x42, 0x2f, 0xc4, 0x42, 0x1e, 0x8c, 0x18, 0x24, 0x00, 0x08, 0x82,
  1257. 0x81, 0x91, 0x0e, 0xa0, 0xb0, 0x0b, 0xbe, 0x50, 0x0b, 0x7a, 0x30, 0x62,
  1258. 0x90, 0x00, 0x20, 0x08, 0x06, 0x86, 0x3a, 0x84, 0x02, 0x38, 0xfc, 0x02,
  1259. 0x2d, 0xec, 0xc1, 0x88, 0x41, 0x02, 0x80, 0x20, 0x18, 0x18, 0xeb, 0x20,
  1260. 0x0a, 0xe1, 0x00, 0x0e, 0xad, 0xc0, 0x07, 0x23, 0x06, 0x07, 0x00, 0x82,
  1261. 0x60, 0x80, 0x95, 0xc3, 0x1f, 0x1c, 0xe1, 0x30, 0x9a, 0x10, 0x04, 0xc3,
  1262. 0x11, 0x41, 0x14, 0x7c, 0xb3, 0x0c, 0x4f, 0x10, 0x0c, 0x47, 0x08, 0x51,
  1263. 0xf0, 0xcd, 0x32, 0x08, 0x43, 0x30, 0x62, 0xf0, 0x00, 0x20, 0x08, 0x06,
  1264. 0x8d, 0x3b, 0x98, 0x82, 0xc3, 0x18, 0x45, 0x14, 0x95, 0x43, 0x39, 0x84,
  1265. 0x42, 0x34, 0x9a, 0x10, 0x00, 0xa3, 0x09, 0x42, 0x30, 0x9a, 0x30, 0x08,
  1266. 0xa3, 0x09, 0xc4, 0x30, 0x4b, 0xf0, 0x0c, 0x47, 0x20, 0x5a, 0xf0, 0xcd,
  1267. 0x32, 0x10, 0x45, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x91, 0x3c,
  1268. 0xc8, 0x02, 0x33, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0xd1, 0x3c, 0xcc,
  1269. 0x02, 0x33, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x11, 0x3d, 0xac, 0x83,
  1270. 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x51, 0x3d, 0xb0, 0x83, 0x30,
  1271. 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x91, 0x3d, 0xdc, 0x02, 0x34, 0x62,
  1272. 0x60, 0x00, 0x20, 0x08, 0x06, 0xd1, 0x3d, 0xe0, 0x02, 0x34, 0x62, 0x60,
  1273. 0x00, 0x20, 0x08, 0x06, 0x11, 0x3e, 0xbc, 0x83, 0x30, 0x62, 0x60, 0x00,
  1274. 0x20, 0x08, 0x06, 0x51, 0x3e, 0xc0, 0x83, 0x60, 0x82, 0x01, 0x1f, 0x13,
  1275. 0x0c, 0xf8, 0x8c, 0x18, 0x1c, 0x00, 0x08, 0x82, 0x01, 0x96, 0x0f, 0xb3,
  1276. 0xb0, 0xd9, 0xc3, 0x68, 0x42, 0x20, 0x8c, 0x26, 0x08, 0x83, 0x09, 0x85,
  1277. 0x7c, 0x4c, 0x28, 0xe4, 0x33, 0x62, 0x70, 0x00, 0x20, 0x08, 0x06, 0xd5,
  1278. 0x3f, 0xf4, 0x82, 0x10, 0x07, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60, 0x50,
  1279. 0x81, 0x84, 0x2f, 0x08, 0x72, 0x30, 0x62, 0x70, 0x00, 0x20, 0x08, 0x06,
  1280. 0x55, 0x48, 0x94, 0x83, 0x90, 0x06, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60,
  1281. 0x50, 0x89, 0x84, 0x39, 0x08, 0x6a, 0x60, 0xc8, 0x27, 0x1f, 0x43, 0x3e,
  1282. 0xf9, 0x18, 0xf1, 0x06, 0xf2, 0x31, 0x02, 0x0e, 0xe4, 0x63, 0x84, 0x10,
  1283. 0x1f, 0x23, 0x84, 0xf8, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xb4,
  1284. 0x12, 0xee, 0x20, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xc4, 0x12,
  1285. 0xef, 0x20, 0x98, 0xe2, 0x07, 0xf0, 0xb1, 0x60, 0x80, 0x8f, 0x2d, 0xa0,
  1286. 0x00, 0x1f, 0x0b, 0x08, 0xf8, 0xd8, 0xe0, 0xd0, 0xc7, 0x04, 0x87, 0x3e,
  1287. 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xcd, 0xc4, 0x4a, 0x08, 0x23,
  1288. 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xd1, 0x04, 0x4b, 0x08, 0x26, 0xf8,
  1289. 0x81, 0x7c, 0x4c, 0xf8, 0x03, 0xf9, 0x58, 0x28, 0x08, 0xf1, 0x31, 0x51,
  1290. 0x10, 0xe2, 0x63, 0x86, 0x21, 0x1f, 0x0b, 0x06, 0xf9, 0xd8, 0x71, 0xc8,
  1291. 0xc7, 0x02, 0x42, 0x3e, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xf5,
  1292. 0x44, 0x48, 0x50, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xf9, 0x84,
  1293. 0x48, 0x50, 0x26, 0x9c, 0x02, 0x7c, 0x4c, 0x40, 0x05, 0xf8, 0x98, 0x70,
  1294. 0xc0, 0xc7, 0x04, 0x03, 0x3e, 0xa3, 0x09, 0x67, 0x00, 0x8c, 0x26, 0xa0,
  1295. 0x41, 0x60, 0x02, 0x21, 0x1f, 0x23, 0x04, 0xf9, 0x8c, 0x18, 0x54, 0x00,
  1296. 0x08, 0x82, 0xc1, 0x83, 0x16, 0x2c, 0x91, 0x0a, 0xa7, 0x20, 0x04, 0xac,
  1297. 0xc0, 0x0a, 0x60, 0x01, 0x16, 0xfc, 0x50, 0x07, 0x74, 0xc0, 0x0a, 0x71,
  1298. 0x00, 0x07, 0xac, 0xc0, 0x0a, 0xa3, 0x09, 0x01, 0x30, 0x9a, 0x20, 0x04,
  1299. 0xa3, 0x09, 0x83, 0x30, 0x9a, 0x40, 0x0c, 0xb3, 0x04, 0xcf, 0x70, 0xc4,
  1300. 0x28, 0xd8, 0x42, 0xf0, 0xcd, 0x32, 0x18, 0x47, 0x30, 0x62, 0xf0, 0x00,
  1301. 0x20, 0x08, 0x06, 0xcd, 0x5b, 0x9c, 0xc4, 0x2b, 0xb4, 0xc2, 0x29, 0x98,
  1302. 0x82, 0x2c, 0xc8, 0x82, 0x59, 0x98, 0x85, 0x48, 0xc8, 0xc2, 0x68, 0x42,
  1303. 0x00, 0x58, 0xe0, 0x0f, 0xf2, 0xb1, 0xc0, 0x1f, 0xe0, 0x33, 0x62, 0xf0,
  1304. 0x00, 0x20, 0x08, 0x06, 0xcd, 0x5c, 0xac, 0x04, 0x2d, 0xc8, 0x42, 0x90,
  1305. 0x0b, 0xb6, 0x60, 0x0b, 0x6a, 0xa1, 0x16, 0x26, 0x61, 0x0b, 0xa3, 0x09,
  1306. 0x01, 0x30, 0x9a, 0x20, 0x04, 0xa3, 0x09, 0x83, 0x30, 0x9a, 0x40, 0x0c,
  1307. 0xb3, 0x04, 0xcf, 0x70, 0x44, 0x2b, 0xe8, 0x43, 0xf0, 0xcd, 0x32, 0x20,
  1308. 0x49, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0xd1, 0x5d, 0xdc, 0x44,
  1309. 0x2c, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x84, 0x17, 0x38, 0x11,
  1310. 0x0b, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xe5, 0x05, 0x5c, 0x08,
  1311. 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xe9, 0x45, 0x5c, 0x08, 0x23,
  1312. 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xed, 0x05, 0x4f, 0xd4, 0xc2, 0x88,
  1313. 0x81, 0x01, 0x80, 0x20, 0x18, 0x44, 0x7c, 0xd1, 0x13, 0xb5, 0x30, 0x62,
  1314. 0x60, 0x00, 0x20, 0x08, 0x06, 0x51, 0x5f, 0xd0, 0x85, 0x30, 0x62, 0x60,
  1315. 0x00, 0x20, 0x08, 0x06, 0x91, 0x5f, 0xd4, 0x85, 0x60, 0x82, 0x01, 0x1f,
  1316. 0x13, 0x0c, 0xf8, 0x8c, 0x18, 0x1c, 0x00, 0x08, 0x82, 0x01, 0xe6, 0x17,
  1317. 0x38, 0x01, 0x0e, 0x7b, 0x31, 0x9a, 0x10, 0x08, 0xa3, 0x09, 0xc2, 0x60,
  1318. 0x42, 0x21, 0x1f, 0x13, 0x0a, 0xf9, 0x8c, 0x18, 0x1c, 0x00, 0x08, 0x82,
  1319. 0x41, 0x45, 0x1a, 0x62, 0x21, 0xd8, 0xc3, 0x88, 0xc1, 0x01, 0x80, 0x20,
  1320. 0x18, 0x54, 0xa5, 0x31, 0x16, 0xc2, 0x3d, 0x8c, 0x18, 0x1c, 0x00, 0x08,
  1321. 0x82, 0x41, 0x65, 0x1a, 0x6a, 0x21, 0xb8, 0xc3, 0x88, 0xc1, 0x01, 0x80,
  1322. 0x20, 0x18, 0x54, 0xa7, 0xb1, 0x16, 0xc2, 0x3b, 0x18, 0x42, 0x0e, 0xf2,
  1323. 0x31, 0x84, 0x1c, 0xe4, 0x63, 0x04, 0x3d, 0xc8, 0xc7, 0x88, 0x7a, 0x90,
  1324. 0x8f, 0x11, 0x42, 0x7c, 0x8c, 0x10, 0xe2, 0x33, 0x62, 0x60, 0x00, 0x20,
  1325. 0x08, 0x06, 0x11, 0x6c, 0xcc, 0x85, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08,
  1326. 0x06, 0x51, 0x6c, 0xd0, 0x85, 0x60, 0xca, 0x48, 0xc0, 0xc7, 0x82, 0x01,
  1327. 0x3e, 0xb6, 0x94, 0x04, 0x7c, 0x2c, 0x20, 0xe0, 0x63, 0x83, 0x43, 0x1f,
  1328. 0x13, 0x1c, 0xfa, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x84, 0x1b,
  1329. 0xb0, 0x21, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x94, 0x1b, 0xb1,
  1330. 0x21, 0x98, 0x30, 0x12, 0xf2, 0x31, 0x81, 0x24, 0xe4, 0x63, 0x26, 0x21,
  1331. 0xc4, 0xc7, 0x4e, 0x42, 0x88, 0x8f, 0x19, 0x86, 0x7c, 0x2c, 0x18, 0xe4,
  1332. 0x63, 0xc7, 0x21, 0x1f, 0x0b, 0x08, 0xf9, 0x8c, 0x18, 0x18, 0x00, 0x08,
  1333. 0x82, 0x41, 0x24, 0x1e, 0xa6, 0x41, 0x8d, 0x18, 0x18, 0x00, 0x08, 0x82,
  1334. 0x41, 0x34, 0x1e, 0xa7, 0x41, 0x99, 0xc0, 0x12, 0xf0, 0x31, 0xa1, 0x25,
  1335. 0xe0, 0x63, 0xc2, 0x01, 0x1f, 0x13, 0x0c, 0xf8, 0x8c, 0x26, 0x9c, 0x01,
  1336. 0x30, 0x9a, 0x80, 0x06, 0x81, 0x09, 0x84, 0x7c, 0x8c, 0x10, 0xe4, 0x33,
  1337. 0x62, 0x50, 0x01, 0x20, 0x08, 0x06, 0x4f, 0x7b, 0xc4, 0x86, 0x4b, 0xb0,
  1338. 0x84, 0x10, 0xc4, 0x44, 0x4c, 0x94, 0x47, 0x79, 0x84, 0x46, 0x1d, 0xd0,
  1339. 0x41, 0x4c, 0xc4, 0x01, 0x1c, 0xc4, 0x44, 0x4c, 0x8c, 0x26, 0x04, 0x80,
  1340. 0x05, 0x7d, 0x21, 0x1f, 0x0b, 0xfa, 0x02, 0x3e, 0x23, 0x06, 0x0f, 0x00,
  1341. 0x82, 0x60, 0xd0, 0xc8, 0x87, 0x6a, 0xcc, 0x44, 0x4c, 0x04, 0x38, 0x51,
  1342. 0x13, 0x35, 0x91, 0x1e, 0xe9, 0x51, 0x1a, 0x35, 0x31, 0x9a, 0x10, 0x00,
  1343. 0xa3, 0x09, 0x42, 0x30, 0x9a, 0x30, 0x08, 0xa3, 0x09, 0xc4, 0x30, 0x4b,
  1344. 0xf0, 0x0c, 0x47, 0xb0, 0x04, 0x5e, 0x04, 0xdf, 0x2c, 0x83, 0xb2, 0x04,
  1345. 0x23, 0x06, 0x0f, 0x00, 0x82, 0x60, 0xd0, 0xe0, 0x07, 0x6c, 0xe0, 0x84,
  1346. 0x4d, 0xc0, 0xc4, 0x4b, 0xec, 0xc4, 0x4e, 0xbc, 0xc7, 0x7b, 0xac, 0xc6,
  1347. 0x4e, 0x8c, 0x26, 0x04, 0xc0, 0x88, 0xc1, 0x03, 0x80, 0x20, 0x18, 0x34,
  1348. 0xfa, 0x21, 0x1b, 0x3b, 0x81, 0x13, 0x32, 0x11, 0x13, 0x3d, 0xd1, 0x13,
  1349. 0xf1, 0x11, 0x1f, 0xad, 0xd1, 0x13, 0xa3, 0x09, 0x01, 0x30, 0x9a, 0x20,
  1350. 0x04, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60, 0x80, 0xe1, 0x87, 0x6c, 0xe8,
  1351. 0x84, 0x7b, 0x8c, 0x26, 0x04, 0xc0, 0x68, 0x82, 0x10, 0x8c, 0x26, 0x0c,
  1352. 0x82, 0x0d, 0x08, 0x7c, 0x6c, 0x38, 0xe0, 0x63, 0xc3, 0x01, 0x9f, 0x11,
  1353. 0x83, 0x03, 0x00, 0x41, 0x30, 0xc0, 0xfe, 0x23, 0x37, 0xc2, 0xa2, 0x37,
  1354. 0x46, 0x13, 0x02, 0x60, 0x34, 0x41, 0x08, 0x46, 0x13, 0x06, 0x61, 0xc4,
  1355. 0x60, 0x01, 0x40, 0x10, 0x0c, 0xa6, 0x12, 0x19, 0x8f, 0xc3, 0x28, 0x06,
  1356. 0x21, 0x18, 0x31, 0x38, 0x00, 0x10, 0x04, 0x03, 0x8c, 0x44, 0x7c, 0xc3,
  1357. 0x2c, 0xca, 0x63, 0x34, 0x21, 0x00, 0x46, 0x13, 0x84, 0x60, 0x34, 0x61,
  1358. 0x10, 0x46, 0x0c, 0x16, 0x00, 0x04, 0xc1, 0x60, 0x52, 0x11, 0xf4, 0x60,
  1359. 0x16, 0x65, 0x10, 0x82, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xc0, 0x52,
  1360. 0x64, 0x3c, 0xd6, 0x62, 0x44, 0x46, 0x13, 0x02, 0x60, 0x34, 0x41, 0x08,
  1361. 0x46, 0x13, 0x06, 0x61, 0xc4, 0x60, 0x01, 0x40, 0x10, 0x0c, 0xa6, 0x17,
  1362. 0x69, 0x8f, 0x08, 0x7a, 0x06, 0x21, 0x98, 0x25, 0x78, 0x86, 0x23, 0xd0,
  1363. 0x62, 0x36, 0x82, 0x6f, 0x96, 0x81, 0x69, 0x82, 0x11, 0x83, 0x07, 0x00,
  1364. 0x41, 0x30, 0x68, 0x68, 0x84, 0x3d, 0xe8, 0x42, 0x2e, 0xd8, 0x62, 0x2d,
  1365. 0xee, 0xe2, 0x2e, 0x56, 0x64, 0x45, 0xce, 0xe3, 0x2e, 0x46, 0x13, 0x02,
  1366. 0x60, 0xc4, 0xe0, 0x01, 0x40, 0x10, 0x0c, 0x1a, 0x1b, 0x71, 0x8f, 0xbb,
  1367. 0xa0, 0x0b, 0xb7, 0x68, 0x8b, 0xbc, 0xc8, 0x8b, 0x16, 0x69, 0x91, 0xf4,
  1368. 0xc8, 0x8b, 0xd1, 0x84, 0x00, 0x18, 0x4d, 0x10, 0x82, 0x11, 0x83, 0x03,
  1369. 0x00, 0x41, 0x30, 0xc0, 0x68, 0xc4, 0x3d, 0xec, 0x42, 0x45, 0x46, 0x13,
  1370. 0x02, 0x60, 0x34, 0x41, 0x08, 0x46, 0x13, 0x06, 0xc1, 0x06, 0x04, 0x3e,
  1371. 0x36, 0x18, 0xf0, 0xb1, 0x01, 0x81, 0xcf, 0x88, 0xc1, 0x01, 0x80, 0x20,
  1372. 0x18, 0x60, 0x3b, 0x52, 0x1f, 0x7d, 0x91, 0x1f, 0xa3, 0x09, 0x01, 0x30,
  1373. 0x9a, 0x20, 0x04, 0xa3, 0x09, 0x83, 0x30, 0x62, 0xb0, 0x00, 0x20, 0x08,
  1374. 0x06, 0x53, 0x98, 0xfc, 0xc7, 0x61, 0x14, 0x83, 0x10, 0x8c, 0x18, 0x1c,
  1375. 0x00, 0x08, 0x82, 0x01, 0x06, 0x26, 0xfa, 0x21, 0x1a, 0x21, 0x32, 0x9a,
  1376. 0x10, 0x00, 0xa3, 0x09, 0x42, 0x30, 0x9a, 0x30, 0x08, 0x23, 0x06, 0x0b,
  1377. 0x00, 0x82, 0x60, 0x30, 0x99, 0x09, 0x89, 0x30, 0x8b, 0x32, 0x08, 0xc1,
  1378. 0x88, 0xc1, 0x01, 0x80, 0x20, 0x18, 0x60, 0x65, 0xf2, 0x1f, 0xa7, 0xf1,
  1379. 0x23, 0xa3, 0x09, 0x01, 0x30, 0x9a, 0x20, 0x04, 0xa3, 0x09, 0x83, 0x30,
  1380. 0x62, 0xb0, 0x00, 0x20, 0x08, 0x06, 0xd3, 0x9a, 0xa4, 0x48, 0x04, 0x3d,
  1381. 0x83, 0x10, 0xcc, 0x12, 0x3c, 0xc3, 0x11, 0xa4, 0xe1, 0x1e, 0xc1, 0x37,
  1382. 0xcb, 0xe0, 0x3c, 0xc1, 0x88, 0xc1, 0x03, 0x80, 0x20, 0x18, 0x34, 0x70,
  1383. 0x82, 0x22, 0xb0, 0xe1, 0x1a, 0xa8, 0x71, 0x1a, 0xb3, 0x31, 0x1b, 0x67,
  1384. 0x72, 0x26, 0x23, 0x32, 0x1b, 0xa3, 0x09, 0x01, 0x30, 0x62, 0xf0, 0x00,
  1385. 0x20, 0x08, 0x06, 0x8d, 0x9c, 0xa8, 0xc8, 0x6c, 0xc0, 0x86, 0x6a, 0xa4,
  1386. 0x46, 0x6d, 0xd4, 0x46, 0x9a, 0xa4, 0x49, 0x89, 0xd4, 0xc6, 0x68, 0x42,
  1387. 0x00, 0x8c, 0x18, 0x3c, 0x00, 0x08, 0x82, 0x41, 0x43, 0x27, 0x2c, 0x62,
  1388. 0x1b, 0xb2, 0xc1, 0x1a, 0xab, 0x71, 0x1b, 0xb7, 0xb1, 0x26, 0x6b, 0x72,
  1389. 0x22, 0xb7, 0x31, 0x9a, 0x10, 0x00, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60,
  1390. 0x80, 0xc5, 0xc9, 0x8a, 0xcc, 0xc6, 0x99, 0x8c, 0x26, 0x04, 0xc0, 0x68,
  1391. 0x82, 0x10, 0x8c, 0x26, 0x0c, 0x82, 0x0d, 0x09, 0x7c, 0x6c, 0x40, 0xe0,
  1392. 0x63, 0xc3, 0x01, 0x9f, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xc0, 0xf0,
  1393. 0x44, 0x46, 0x74, 0xc3, 0x46, 0x46, 0x13, 0x02, 0x60, 0x34, 0x41, 0x08,
  1394. 0x46, 0x13, 0x06, 0x61, 0xc4, 0x60, 0x01, 0x40, 0x10, 0x0c, 0x26, 0x3f,
  1395. 0xe1, 0x91, 0xc3, 0x28, 0x06, 0x21, 0x18, 0x31, 0x38, 0x00, 0x10, 0x04,
  1396. 0x03, 0xac, 0x4f, 0x6e, 0xe4, 0x37, 0x7c, 0x64, 0x34, 0x21, 0x00, 0x46,
  1397. 0x13, 0x84, 0x60, 0x34, 0x61, 0x10, 0x46, 0x0c, 0x16, 0x00, 0x04, 0xc1,
  1398. 0x60, 0x1a, 0x95, 0x30, 0x61, 0x16, 0x65, 0x10, 0x82, 0x11, 0x83, 0x03,
  1399. 0x00, 0x41, 0x30, 0xc0, 0x44, 0x85, 0x47, 0xc8, 0x83, 0x4f, 0x46, 0x13,
  1400. 0x02, 0x60, 0x34, 0x41, 0x08, 0x46, 0x13, 0x06, 0x61, 0xc4, 0x60, 0x01,
  1401. 0x40, 0x10, 0x0c, 0x26, 0x54, 0x31, 0x93, 0x08, 0x7a, 0x06, 0x21, 0x98,
  1402. 0x25, 0x78, 0x06, 0x9a, 0x06, 0xbd, 0x11, 0x48, 0x85, 0x80, 0x13, 0x43,
  1403. 0x2e, 0x10, 0x94, 0x50, 0x60, 0x81, 0xb1, 0x1c, 0xf0, 0x01, 0xc0, 0xa7,
  1404. 0x19, 0x68, 0x1a, 0xf4, 0x46, 0x20, 0x15, 0x02, 0x4e, 0x0c, 0xb9, 0x40,
  1405. 0x40, 0x42, 0x41, 0x05, 0xc6, 0x71, 0xc4, 0x07, 0x20, 0x9f, 0x66, 0xa0,
  1406. 0x69, 0xd0, 0x1b, 0x81, 0x54, 0x08, 0x38, 0x31, 0xe4, 0x02, 0xc1, 0x07,
  1407. 0x05, 0x14, 0x18, 0xc3, 0x21, 0x1f, 0xc0, 0x7c, 0x9a, 0x81, 0xa6, 0x41,
  1408. 0x6f, 0x04, 0x52, 0x21, 0xe0, 0xc4, 0x90, 0x0b, 0xc4, 0x7c, 0x14, 0xf3,
  1409. 0x61, 0xcc, 0xc7, 0x31, 0x1f, 0xc0, 0x7c, 0x9a, 0xd1, 0x04, 0xf3, 0x10,
  1410. 0x86, 0x23, 0x82, 0xfc, 0x08, 0xbe, 0x59, 0x06, 0x28, 0x0a, 0x46, 0x0c,
  1411. 0x0c, 0x00, 0x04, 0xc1, 0x20, 0x82, 0x95, 0x53, 0x31, 0x46, 0x0c, 0x0c,
  1412. 0x00, 0x04, 0xc1, 0x20, 0x8a, 0x15, 0x54, 0x31, 0x46, 0x0c, 0x0c, 0x00,
  1413. 0x04, 0xc1, 0x20, 0x92, 0x95, 0x54, 0x31, 0x46, 0x0c, 0x0c, 0x00, 0x04,
  1414. 0xc1, 0x20, 0x9a, 0x95, 0x35, 0x19, 0x46, 0x0c, 0x0c, 0x00, 0x04, 0xc1,
  1415. 0x20, 0xa2, 0x15, 0x36, 0x19, 0x46, 0x0c, 0x0c, 0x00, 0x04, 0xc1, 0x20,
  1416. 0xaa, 0x95, 0x36, 0x19, 0x6c, 0x40, 0x11, 0xf9, 0xd8, 0x90, 0x22, 0xf2,
  1417. 0xb1, 0x41, 0x45, 0xe4, 0x33, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x51,
  1418. 0xae, 0xc8, 0xc9, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x91, 0xae,
  1419. 0xcc, 0xc9, 0x30, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0xd1, 0xae, 0xd0,
  1420. 0xc9, 0x60, 0xc3, 0x8b, 0xc0, 0xc7, 0x06, 0x18, 0x81, 0x8f, 0x0d, 0x31,
  1421. 0x02, 0x9f, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xa8, 0x7a, 0x65, 0x4f,
  1422. 0x06, 0x13, 0x19, 0x31, 0x38, 0x00, 0x10, 0x04, 0x83, 0xca, 0x57, 0xf8,
  1423. 0x64, 0x38, 0x91, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xa8, 0x7e, 0xa5,
  1424. 0x4f, 0x06, 0x14, 0xb1, 0xc4, 0x46, 0xe4, 0x63, 0xc9, 0x8d, 0xc8, 0xc7,
  1425. 0x12, 0x1c, 0x91, 0x8f, 0xe9, 0xc8, 0x10, 0x1f, 0xdb, 0x91, 0x21, 0x3e,
  1426. 0xc6, 0x23, 0x43, 0x7c, 0x2c, 0x19, 0xe8, 0x63, 0xc9, 0x40, 0x1f, 0x4b,
  1427. 0x06, 0xfa, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xb4, 0x2e, 0xe2,
  1428. 0x32, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xc4, 0x2e, 0xe3, 0x32,
  1429. 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xd4, 0x2e, 0xe4, 0x32, 0x8c,
  1430. 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0xe4, 0x2e, 0xa6, 0x32, 0x8c, 0x18,
  1431. 0x18, 0x00, 0x08, 0x82, 0x41, 0xf4, 0x2e, 0xa7, 0x32, 0x8c, 0x18, 0x18,
  1432. 0x00, 0x08, 0x82, 0x41, 0x04, 0x2f, 0xa8, 0x32, 0xd8, 0x70, 0x26, 0xf2,
  1433. 0xb1, 0x01, 0x4d, 0xe4, 0x63, 0x43, 0x9a, 0xc8, 0x67, 0xc4, 0xc0, 0x00,
  1434. 0x40, 0x10, 0x0c, 0x22, 0x7a, 0x69, 0x95, 0x61, 0xc4, 0xc0, 0x00, 0x40,
  1435. 0x10, 0x0c, 0xa2, 0x7a, 0x71, 0x95, 0x61, 0xc4, 0xc0, 0x00, 0x40, 0x10,
  1436. 0x0c, 0x22, 0x7b, 0x79, 0x95, 0xc1, 0x06, 0x37, 0x91, 0x8f, 0x0d, 0x6f,
  1437. 0x22, 0x1f, 0x1b, 0xe0, 0x44, 0x3e, 0x23, 0x06, 0x07, 0x00, 0x82, 0x60,
  1438. 0x80, 0xdd, 0x4b, 0xac, 0xe4, 0x08, 0xbc, 0x8c, 0x26, 0x04, 0x83, 0x15,
  1439. 0x01, 0x7d, 0xac, 0x10, 0xe8, 0x63, 0xc5, 0x40, 0x9f, 0x59, 0x82, 0x68,
  1440. 0xa0, 0x62, 0x30, 0x20, 0x75, 0x78, 0x06, 0x2a, 0x06, 0x03, 0x52, 0x87,
  1441. 0x67, 0xa0, 0x62, 0x30, 0x20, 0x75, 0x78, 0x46, 0x0c, 0x0e, 0x00, 0x04,
  1442. 0xc1, 0x00, 0xfb, 0x97, 0x5c, 0x09, 0x13, 0x7c, 0x19, 0x4d, 0x08, 0x80,
  1443. 0xe1, 0x88, 0x60, 0x4d, 0x9c, 0x6f, 0x96, 0x41, 0xda, 0x82, 0xe1, 0x08,
  1444. 0x61, 0x4d, 0x82, 0x6f, 0x96, 0x61, 0xa2, 0x82, 0xd1, 0x04, 0x22, 0xb0,
  1445. 0x00, 0x91, 0x8f, 0x09, 0x88, 0x7c, 0x6c, 0x40, 0xe4, 0x33, 0x4b, 0xb0,
  1446. 0x0d, 0x47, 0x1c, 0x73, 0x12, 0x7c, 0xb3, 0x0c, 0xd5, 0x16, 0x0c, 0x47,
  1447. 0xf4, 0x01, 0x9d, 0x04, 0xdf, 0x2c, 0x83, 0x75, 0x05, 0xd6, 0xb0, 0x8a,
  1448. 0x7c, 0x46, 0x0c, 0x10, 0x00, 0x04, 0xc1, 0x40, 0x4b, 0x99, 0x71, 0x61,
  1449. 0x95, 0x26, 0x18, 0x31, 0x40, 0x00, 0x10, 0x04, 0x03, 0x4d, 0x65, 0xc8,
  1450. 0x85, 0x55, 0x9a, 0xc0, 0x20, 0x56, 0x91, 0xcf, 0x88, 0x01, 0x02, 0x80,
  1451. 0x20, 0x18, 0x68, 0x2c, 0x63, 0x2e, 0xac, 0x02, 0x05, 0x23, 0x06, 0x08,
  1452. 0x00, 0x82, 0x60, 0xa0, 0xb5, 0xcc, 0xb9, 0xb0, 0x0a, 0x14, 0xd8, 0xc4,
  1453. 0x2a, 0xf2, 0x19, 0x31, 0x40, 0x00, 0x10, 0x04, 0x03, 0xed, 0x65, 0xd2,
  1454. 0x85, 0x55, 0xa6, 0x60, 0xc4, 0x00, 0x01, 0x40, 0x10, 0x0c, 0x34, 0x98,
  1455. 0x51, 0x17, 0x56, 0x99, 0x82, 0x59, 0x82, 0x6b, 0xa0, 0x62, 0x70, 0x2c,
  1456. 0x36, 0xa8, 0x06, 0x2a, 0x06, 0xc5, 0x62, 0x83, 0x6a, 0xa0, 0x62, 0x30,
  1457. 0x2c, 0x36, 0xa8, 0x46, 0x0c, 0x0e, 0x00, 0x04, 0xc1, 0xa0, 0xb2, 0x19,
  1458. 0x7a, 0x11, 0x82, 0x11, 0x83, 0x03, 0x00, 0x41, 0x30, 0xa8, 0x6e, 0xa6,
  1459. 0x5e, 0x88, 0x60, 0x38, 0x22, 0x08, 0x15, 0xe1, 0x9b, 0x65, 0xc0, 0xb2,
  1460. 0x60, 0x34, 0x21, 0x0b, 0x2c, 0x18, 0xe4, 0x63, 0xc1, 0xa8, 0xc0, 0x67,
  1461. 0x34, 0x81, 0x13, 0x2c, 0x30, 0xe4, 0x63, 0x81, 0xa9, 0xc0, 0xc7, 0x88,
  1462. 0x80, 0x3e, 0x16, 0x34, 0xf2, 0x31, 0xa1, 0x91, 0x8f, 0x0d, 0x8d, 0x7c,
  1463. 0x66, 0x09, 0xb2, 0x81, 0x8a, 0xc1, 0xc0, 0xc0, 0xe0, 0x1a, 0xa8, 0x18,
  1464. 0x0c, 0x0c, 0x0c, 0xae, 0x81, 0x8a, 0xc1, 0xc0, 0xc0, 0xe0, 0x9a, 0x65,
  1465. 0xd0, 0xb6, 0xce, 0x86, 0x7a, 0x91, 0xcf, 0x88, 0x01, 0x02, 0x80, 0x20,
  1466. 0x18, 0x68, 0x65, 0xf3, 0x2f, 0xf5, 0x32, 0x04, 0x23, 0x06, 0x08, 0x00,
  1467. 0x82, 0x60, 0xa0, 0x99, 0x0d, 0xc8, 0xd4, 0xcb, 0x10, 0x98, 0x51, 0x2f,
  1468. 0xf2, 0x19, 0x31, 0x40, 0x00, 0x10, 0x04, 0x03, 0x0d, 0x6d, 0x44, 0xa6,
  1469. 0x5e, 0x8c, 0x60, 0xc4, 0x00, 0x01, 0x40, 0x10, 0x0c, 0xb4, 0xb4, 0x19,
  1470. 0x99, 0x7a, 0x31, 0x02, 0x4b, 0xea, 0x45, 0x3e, 0x23, 0x06, 0x08, 0x00,
  1471. 0x82, 0x60, 0xa0, 0xad, 0x4d, 0xc9, 0xd4, 0x4b, 0x12, 0x8c, 0x18, 0x20,
  1472. 0x00, 0x08, 0x82, 0x81, 0xc6, 0x36, 0x26, 0x53, 0x2f, 0x49, 0x30, 0x4b,
  1473. 0xb0, 0x0d, 0xb4, 0x0c, 0xe4, 0x10, 0xd1, 0xc2, 0xe4, 0x68, 0x58, 0x46,
  1474. 0x0e, 0xd4, 0x40, 0xcb, 0x40, 0x0e, 0x11, 0x2d, 0x4c, 0x8a, 0x86, 0x65,
  1475. 0xe4, 0x40, 0x0d, 0xb4, 0x0c, 0xe4, 0x10, 0xd1, 0xc2, 0x64, 0x68, 0x58,
  1476. 0x46, 0x0e, 0xd4, 0x70, 0x84, 0x39, 0xe8, 0x4a, 0xf0, 0xcd, 0x32, 0x70,
  1477. 0x67, 0x10, 0x8c, 0x26, 0xb4, 0x0a, 0x30, 0x1c, 0x11, 0xf4, 0x8a, 0xf3,
  1478. 0xcd, 0x32, 0x74, 0x66, 0x10, 0x0c, 0x47, 0x18, 0x2b, 0xa3, 0x7c, 0xb3,
  1479. 0x0c, 0x9f, 0x17, 0xd8, 0xb1, 0x32, 0xf2, 0x99, 0x25, 0x00, 0x03, 0x43,
  1480. 0x56, 0x06, 0x3e, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xe9, 0x4d,
  1481. 0xdc, 0x04, 0x16, 0xb0, 0x8c, 0x7c, 0x46, 0x0c, 0x0c, 0x00, 0x04, 0xc1,
  1482. 0x20, 0xe2, 0x1b, 0x9a, 0x09, 0x2c, 0x68, 0x19, 0xf9, 0x8c, 0x18, 0x18,
  1483. 0x00, 0x08, 0x82, 0x41, 0xe4, 0x37, 0x37, 0x13, 0xcc, 0x12, 0x80, 0xc1,
  1484. 0x40, 0xc5, 0xe0, 0x78, 0xc2, 0x37, 0x1c, 0xe1, 0xd0, 0x8c, 0xf2, 0xcd,
  1485. 0x32, 0x88, 0x41, 0x18, 0x04, 0xf6, 0xd0, 0x8c, 0x7c, 0x66, 0x09, 0xc6,
  1486. 0xc0, 0x20, 0x9a, 0x81, 0xcf, 0x88, 0x81, 0x01, 0x80, 0x20, 0x18, 0x44,
  1487. 0xa3, 0xa3, 0x37, 0x81, 0x05, 0x35, 0x23, 0x9f, 0x11, 0x03, 0x03, 0x00,
  1488. 0x41, 0x30, 0x88, 0x4a, 0xa7, 0x67, 0x02, 0x0b, 0x6c, 0x46, 0x3e, 0x23,
  1489. 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0x9d, 0x0e, 0xd8, 0x04, 0xb3, 0x04,
  1490. 0x63, 0x30, 0x50, 0x31, 0x38, 0x61, 0x20, 0x88, 0xc1, 0x70, 0x84, 0xd5,
  1491. 0x33, 0xca, 0x37, 0xcb, 0x50, 0x06, 0x64, 0x10, 0xd8, 0xd5, 0x33, 0xf2,
  1492. 0x99, 0x25, 0x30, 0x03, 0xc3, 0x7a, 0x06, 0x3e, 0x23, 0x06, 0x06, 0x00,
  1493. 0x82, 0x60, 0x10, 0xb1, 0xce, 0xe8, 0x04, 0x16, 0xf8, 0x8c, 0x7c, 0x46,
  1494. 0x0c, 0x0c, 0x00, 0x04, 0xc1, 0x20, 0x72, 0x1d, 0xb3, 0x09, 0x2c, 0xf8,
  1495. 0x19, 0xf9, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x04, 0x3b, 0x69,
  1496. 0x13, 0xcc, 0x12, 0x98, 0xc1, 0x40, 0xc7, 0x00, 0x0a, 0x1c, 0x19, 0x94,
  1497. 0x01, 0x19, 0x90, 0xc1, 0x40, 0xc7, 0x00, 0x0a, 0x1c, 0x55, 0x06, 0x14,
  1498. 0x19, 0x0c, 0x74, 0x0c, 0xa0, 0xc0, 0x19, 0x65, 0x20, 0x91, 0xc1, 0x68,
  1499. 0x02, 0xbb, 0x0c, 0x16, 0x10, 0xf2, 0x31, 0x81, 0x90, 0x8f, 0x0d, 0x84,
  1500. 0x7c, 0x66, 0x09, 0x40, 0x61, 0x38, 0x42, 0x25, 0x42, 0x26, 0xf8, 0x46,
  1501. 0x13, 0xe2, 0x65, 0x98, 0x65, 0x40, 0x83, 0x39, 0x10, 0x2c, 0x48, 0x03,
  1502. 0xf9, 0x98, 0x90, 0x06, 0xf2, 0xb1, 0x21, 0x0d, 0xe4, 0x33, 0x9a, 0x50,
  1503. 0x2f, 0xc0, 0x70, 0x44, 0x50, 0x32, 0xce, 0x37, 0xcb, 0x00, 0x0a, 0x69,
  1504. 0x10, 0x0c, 0x47, 0x14, 0x2a, 0xa3, 0x7c, 0xb3, 0x0c, 0x6b, 0xa0, 0x06,
  1505. 0x81, 0x19, 0x2c, 0x23, 0x9f, 0x59, 0x02, 0x36, 0x18, 0x31, 0x30, 0x00,
  1506. 0x10, 0x04, 0x83, 0x28, 0x7c, 0x70, 0xe7, 0x18, 0x31, 0x30, 0x00, 0x10,
  1507. 0x04, 0x83, 0x48, 0x7c, 0xf4, 0x26, 0xb0, 0x00, 0x66, 0xe4, 0x33, 0x62,
  1508. 0x60, 0x00, 0x20, 0x08, 0x06, 0x11, 0xf9, 0xf4, 0x4d, 0x60, 0xc1, 0xcc,
  1509. 0xc8, 0xc7, 0x82, 0x9a, 0x81, 0xcf, 0x2c, 0x01, 0x1b, 0x0c, 0x54, 0x0c,
  1510. 0x8e, 0x1a, 0x08, 0x6b, 0x30, 0x1c, 0xd1, 0xcc, 0x8c, 0xf2, 0xcd, 0x32,
  1511. 0xb8, 0x41, 0x1b, 0x04, 0xe6, 0xd4, 0x8c, 0x7c, 0x66, 0x09, 0xde, 0x60,
  1512. 0xc4, 0xc0, 0x00, 0x40, 0x10, 0x0c, 0x22, 0xf5, 0x09, 0x9f, 0x67, 0xc4,
  1513. 0xc0, 0x00, 0x40, 0x10, 0x0c, 0xa2, 0xf5, 0x19, 0x9d, 0xc0, 0x82, 0x9c,
  1514. 0x91, 0xcf, 0x88, 0x81, 0x01, 0x80, 0x20, 0x18, 0x44, 0xed, 0x63, 0x3a,
  1515. 0x81, 0x05, 0x3c, 0x23, 0x1f, 0x0b, 0x7c, 0x06, 0x3e, 0xb3, 0x04, 0x6f,
  1516. 0x30, 0x50, 0x31, 0x38, 0x6d, 0x20, 0xb8, 0xc1, 0x70, 0x44, 0xc5, 0x33,
  1517. 0xca, 0x37, 0xcb, 0x10, 0x07, 0x70, 0x10, 0x98, 0xe5, 0x33, 0xf2, 0x99,
  1518. 0x25, 0x90, 0x83, 0x11, 0x03, 0x03, 0x00, 0x41, 0x30, 0x88, 0xe6, 0x47,
  1519. 0x7d, 0xae, 0x11, 0x03, 0x03, 0x00, 0x41, 0x30, 0x88, 0xe8, 0x87, 0x75,
  1520. 0x02, 0x0b, 0xc4, 0x46, 0x3e, 0x23, 0x06, 0x06, 0x00, 0x82, 0x60, 0x10,
  1521. 0xd9, 0xcf, 0xeb, 0x04, 0x16, 0x94, 0x8d, 0x7c, 0x2c, 0x38, 0x1b, 0xf8,
  1522. 0xcc, 0x12, 0xc8, 0xc1, 0x40, 0xc5, 0xe0, 0xc0, 0x81, 0x10, 0x07, 0x23,
  1523. 0x06, 0x06, 0x00, 0x82, 0x60, 0x10, 0xe9, 0x8f, 0xfc, 0x4c, 0x23, 0x06,
  1524. 0x06, 0x00, 0x82, 0x60, 0x10, 0xed, 0xcf, 0xfc, 0x2c, 0x23, 0x06, 0x06,
  1525. 0x00, 0x82, 0x60, 0x10, 0xf1, 0x0f, 0xfd, 0x0c, 0xb3, 0x04, 0xa0, 0x30,
  1526. 0xcb, 0x40, 0x07, 0x7f, 0xe0, 0x16, 0xc6, 0x0a, 0xaa, 0x23, 0x9f, 0x11,
  1527. 0x03, 0x04, 0x00, 0x41, 0x30, 0xd0, 0xf4, 0x87, 0x76, 0x54, 0x87, 0x15,
  1528. 0x82, 0x11, 0x03, 0x04, 0x00, 0x41, 0x30, 0xd0, 0xf6, 0xa7, 0x76, 0x54,
  1529. 0x87, 0x15, 0x02, 0x7b, 0x05, 0xd5, 0x91, 0xcf, 0x88, 0x01, 0x02, 0x80,
  1530. 0x20, 0x18, 0x68, 0xfd, 0x73, 0x3b, 0xaa, 0xf3, 0x0a, 0xc1, 0x88, 0x01,
  1531. 0x02, 0x80, 0x20, 0x18, 0x68, 0xfe, 0x83, 0x3b, 0xaa, 0xf3, 0x0a, 0x81,
  1532. 0xc9, 0x82, 0xea, 0xc8, 0x67, 0xc4, 0x00, 0x01, 0x40, 0x10, 0x0c, 0x34,
  1533. 0x10, 0xd2, 0x1d, 0xd5, 0x91, 0x85, 0x60, 0xc4, 0x00, 0x01, 0x40, 0x10,
  1534. 0x0c, 0xb4, 0x10, 0xda, 0x1d, 0xd5, 0x91, 0x85, 0xc0, 0xda, 0xe0, 0x90,
  1535. 0x8f, 0xb9, 0x41, 0x21, 0x1f, 0x7b, 0x83, 0x41, 0x3e, 0xa3, 0x09, 0x61,
  1536. 0x03, 0x0c, 0x47, 0x04, 0x71, 0xe3, 0x7c, 0xb3, 0x0c, 0xa0, 0x50, 0x07,
  1537. 0xc1, 0x70, 0x44, 0x61, 0x37, 0xca, 0x37, 0xcb, 0x70, 0x07, 0x76, 0x10,
  1538. 0x98, 0x81, 0x37, 0xf2, 0x99, 0x25, 0xc0, 0x83, 0x11, 0x03, 0x03, 0x00,
  1539. 0x41, 0x30, 0x88, 0x5a, 0x88, 0x84, 0x8e, 0x11, 0x03, 0x03, 0x00, 0x41,
  1540. 0x30, 0x88, 0x5c, 0xc8, 0x7c, 0x02, 0x0b, 0xf8, 0x46, 0x3e, 0x23, 0x06,
  1541. 0x06, 0x00, 0x82, 0x60, 0x10, 0xc1, 0x50, 0xfa, 0x04, 0x16, 0xfc, 0x8d,
  1542. 0x7c, 0x2c, 0x08, 0x1d, 0xf8, 0xcc, 0x12, 0xe0, 0xc1, 0x40, 0xc5, 0xe0,
  1543. 0xd8, 0x81, 0x70, 0x07, 0xc3, 0x11, 0xcd, 0xdf, 0x28, 0xdf, 0x2c, 0x83,
  1544. 0x1e, 0xe4, 0x41, 0x60, 0x4e, 0xe8, 0xc8, 0x67, 0x96, 0x60, 0x0f, 0x46,
  1545. 0x0c, 0x0c, 0x00, 0x04, 0xc1, 0x20, 0xb2, 0xa1, 0x16, 0x7a, 0x46, 0x0c,
  1546. 0x0c, 0x00, 0x04, 0xc1, 0x20, 0xba, 0xa1, 0xf7, 0x09, 0x2c, 0x28, 0x1d,
  1547. 0xf9, 0x8c, 0x18, 0x18, 0x00, 0x08, 0x82, 0x41, 0x94, 0x43, 0xf2, 0x13,
  1548. 0x58, 0x80, 0x3a, 0xf2, 0xb1, 0x40, 0x75, 0xe0, 0x33, 0x4b, 0xb0, 0x07,
  1549. 0x03, 0x15, 0x83, 0x93, 0x07, 0x82, 0x1e, 0x0c, 0x47, 0x54, 0xa8, 0xa3,
  1550. 0x7c, 0xb3, 0x0c, 0x7d, 0xc0, 0x07, 0x81, 0x59, 0xaa, 0x23, 0x9f, 0x59,
  1551. 0x02, 0x3f, 0x18, 0x31, 0x30, 0x00, 0x10, 0x04, 0x83, 0xe8, 0x87, 0x6c,
  1552. 0xe8, 0x1a, 0x31, 0x30, 0x00, 0x10, 0x04, 0x83, 0x08, 0x8c, 0xf0, 0x27,
  1553. 0xb0, 0xc0, 0x75, 0xe4, 0x33, 0x62, 0x60, 0x00, 0x20, 0x08, 0x06, 0x91,
  1554. 0x18, 0xed, 0x4f, 0x60, 0x41, 0xec, 0xc8, 0xc7, 0x82, 0xd9, 0x81, 0xcf,
  1555. 0x2c, 0x81, 0x1f, 0x0c, 0x54, 0x0c, 0x0e, 0x1f, 0x08, 0x7d, 0x30, 0x62,
  1556. 0x60, 0x00, 0x20, 0x08, 0x06, 0x91, 0x19, 0xf9, 0xd0, 0x34, 0x62, 0x60,
  1557. 0x00, 0x20, 0x08, 0x06, 0xd1, 0x19, 0xfd, 0xd0, 0x32, 0x62, 0x60, 0x00,
  1558. 0x20, 0x08, 0x06, 0x11, 0x1a, 0x81, 0xd1, 0x30, 0x4b, 0x00, 0x0a, 0x06,
  1559. 0x0b, 0xf8, 0x20, 0x1f, 0x8b, 0x05, 0x7c, 0x90, 0x8f, 0xc9, 0x02, 0x3e,
  1560. 0xc8, 0x67, 0x96, 0x00, 0x14, 0x06, 0x6a, 0x06, 0xb7, 0x30, 0x03, 0xe3,
  1561. 0x0f, 0xc8, 0x02, 0x0d, 0xc8, 0x41, 0x0e, 0x58, 0x81, 0x0e, 0x18, 0x3f,
  1562. 0x18, 0xa8, 0x19, 0xdc, 0xc2, 0x0c, 0x8c, 0x3f, 0x20, 0x0b, 0x34, 0x20,
  1563. 0x07, 0x39, 0x60, 0x05, 0x3a, 0x60, 0xfc, 0x60, 0xa0, 0x66, 0x70, 0x0b,
  1564. 0x33, 0x30, 0xfe, 0x80, 0x2c, 0xd0, 0x80, 0x1c, 0xe4, 0x80, 0x15, 0xe8,
  1565. 0x80, 0xf1, 0x03, 0x1b, 0x5a, 0x47, 0x3e, 0x36, 0xb4, 0x8e, 0x7c, 0x6c,
  1566. 0x68, 0x1d, 0xf9, 0x58, 0x79, 0xb4, 0x8e, 0x7c, 0x46, 0x0c, 0x12, 0x00,
  1567. 0x04, 0xc1, 0x00, 0xb1, 0xa3, 0x18, 0x62, 0x23, 0x36, 0x0a, 0x23, 0x62,
  1568. 0xc4, 0x20, 0x01, 0x40, 0x10, 0x0c, 0x10, 0x3b, 0x8a, 0x21, 0x36, 0x62,
  1569. 0xa3, 0x1c, 0x1a, 0x46, 0x0c, 0x12, 0x00, 0x04, 0xc1, 0x00, 0xb1, 0xa3,
  1570. 0x18, 0x62, 0x23, 0x36, 0x02, 0x23, 0x61, 0xc4, 0x20, 0x01, 0x40, 0x10,
  1571. 0x0c, 0x10, 0x3b, 0x8a, 0x21, 0x36, 0x62, 0xa3, 0x31, 0x0a, 0x10, 0x00,
  1572. 0x00, 0x00, 0x00, 0x00
  1573. };