insn-recog.c 62 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025
  1. /* Generated automatically by the program `genrecog'
  2. from the machine description file `md'. */
  3. #include "config.h"
  4. #include "rtl.h"
  5. #include "insn-config.h"
  6. #include "recog.h"
  7. /* `recog' contains a decision tree
  8. that recognizes whether the rtx X0 is a valid instruction.
  9. recog returns -1 if the rtx is not valid.
  10. If the rtx is valid, recog returns a nonnegative number
  11. which is the insn code number for the pattern that matched.
  12. This is the same as the order in the machine description of the
  13. entry that matched. This number can be used as an index into
  14. insn_templates and insn_n_operands (found in insn-output.c)
  15. or as an argument to output_insn_hairy (also in insn-output.c). */
  16. rtx recog_operand[MAX_RECOG_OPERANDS];
  17. rtx *recog_operand_loc[MAX_RECOG_OPERANDS];
  18. rtx *recog_dup_loc[MAX_DUP_OPERANDS];
  19. char recog_dup_num[MAX_DUP_OPERANDS];
  20. extern rtx recog_addr_dummy;
  21. #define operands recog_operand
  22. int
  23. recog (x0, insn)
  24. register rtx x0;
  25. rtx insn;{
  26. register rtx x1, x2, x3, x4, x5;
  27. rtx x6, x7, x8, x9, x10, x11;
  28. L0:
  29. if (GET_CODE (x0) == SET && 1)
  30. goto L1;
  31. if (GET_CODE (x0) == PARALLEL && XVECLEN (x0, 0) == 9 && 1)
  32. goto L77;
  33. L849:
  34. if (GET_CODE (x0) == PARALLEL && XVECLEN (x0, 0) == 2 && 1)
  35. goto L850;
  36. if (GET_CODE (x0) == CALL && 1)
  37. goto L994;
  38. if (GET_CODE (x0) == RETURN && 1)
  39. return 148;
  40. goto ret0;
  41. L1:
  42. x1 = XEXP (x0, 0);
  43. if (x1 == cc0_rtx && 1)
  44. goto L17;
  45. if (x1 == pc_rtx && 1)
  46. goto L479;
  47. if (GET_CODE (x1) == ZERO_EXTRACT && GET_MODE (x1) == SImode && 1)
  48. goto L467;
  49. L56:
  50. if (general_operand (x1, DFmode))
  51. { recog_operand[0] = x1; goto L125; }
  52. L59:
  53. if (general_operand (x1, SFmode))
  54. { recog_operand[0] = x1; goto L121; }
  55. L62:
  56. if (general_operand (x1, TImode))
  57. { recog_operand[0] = x1; goto L63; }
  58. L65:
  59. if (general_operand (x1, DImode))
  60. { recog_operand[0] = x1; goto L405; }
  61. L68:
  62. if (general_operand (x1, SImode))
  63. { recog_operand[0] = x1; goto L117; }
  64. L71:
  65. if (general_operand (x1, HImode))
  66. { recog_operand[0] = x1; goto L113; }
  67. L74:
  68. if (general_operand (x1, QImode))
  69. { recog_operand[0] = x1; goto L129; }
  70. goto ret0;
  71. L17:
  72. x1 = XEXP (x0, 1);
  73. if (GET_CODE (x1) == MINUS && 1)
  74. goto L428;
  75. if (GET_CODE (x1) == AND && GET_MODE (x1) == SImode && 1)
  76. goto L43;
  77. if (GET_CODE (x1) == AND && GET_MODE (x1) == HImode && 1)
  78. goto L48;
  79. if (GET_CODE (x1) == AND && GET_MODE (x1) == QImode && 1)
  80. goto L53;
  81. L2:
  82. if (general_operand (x1, DFmode))
  83. { recog_operand[0] = x1; return 0; }
  84. L5:
  85. if (general_operand (x1, SFmode))
  86. { recog_operand[0] = x1; return 1; }
  87. L8:
  88. if (general_operand (x1, SImode))
  89. { recog_operand[0] = x1; return 2; }
  90. L11:
  91. if (general_operand (x1, HImode))
  92. { recog_operand[0] = x1; return 3; }
  93. L14:
  94. if (general_operand (x1, QImode))
  95. { recog_operand[0] = x1; return 4; }
  96. x1 = XEXP (x0, 0);
  97. goto L56;
  98. L428:
  99. x2 = XEXP (x1, 0);
  100. if (GET_CODE (x2) == SIGN_EXTRACT && GET_MODE (x2) == SImode && 1)
  101. goto L429;
  102. if (GET_CODE (x2) == ZERO_EXTRACT && GET_MODE (x2) == SImode && 1)
  103. goto L437;
  104. L18:
  105. if (general_operand (x2, DFmode))
  106. { recog_operand[0] = x2; goto L19; }
  107. L23:
  108. if (general_operand (x2, SFmode))
  109. { recog_operand[0] = x2; goto L24; }
  110. L28:
  111. if (general_operand (x2, SImode))
  112. { recog_operand[0] = x2; goto L29; }
  113. L33:
  114. if (general_operand (x2, HImode))
  115. { recog_operand[0] = x2; goto L34; }
  116. L38:
  117. if (general_operand (x2, QImode))
  118. { recog_operand[0] = x2; goto L39; }
  119. goto L2;
  120. L429:
  121. x3 = XEXP (x2, 0);
  122. if (general_operand (x3, QImode))
  123. { recog_operand[0] = x3; goto L430; }
  124. goto L18;
  125. L430:
  126. x3 = XEXP (x2, 1);
  127. if (general_operand (x3, SImode))
  128. { recog_operand[1] = x3; goto L431; }
  129. goto L18;
  130. L431:
  131. x3 = XEXP (x2, 2);
  132. if (general_operand (x3, SImode))
  133. { recog_operand[2] = x3; goto L432; }
  134. goto L18;
  135. L432:
  136. x2 = XEXP (x1, 1);
  137. if (general_operand (x2, SImode))
  138. { recog_operand[3] = x2; return 94; }
  139. x2 = XEXP (x1, 0);
  140. goto L18;
  141. L437:
  142. x3 = XEXP (x2, 0);
  143. if (general_operand (x3, QImode))
  144. { recog_operand[0] = x3; goto L438; }
  145. goto L18;
  146. L438:
  147. x3 = XEXP (x2, 1);
  148. if (general_operand (x3, SImode))
  149. { recog_operand[1] = x3; goto L439; }
  150. goto L18;
  151. L439:
  152. x3 = XEXP (x2, 2);
  153. if (general_operand (x3, SImode))
  154. { recog_operand[2] = x3; goto L440; }
  155. goto L18;
  156. L440:
  157. x2 = XEXP (x1, 1);
  158. if (general_operand (x2, SImode))
  159. { recog_operand[3] = x2; return 95; }
  160. x2 = XEXP (x1, 0);
  161. goto L18;
  162. L19:
  163. x2 = XEXP (x1, 1);
  164. if (general_operand (x2, DFmode))
  165. { recog_operand[1] = x2; return 5; }
  166. x2 = XEXP (x1, 0);
  167. goto L23;
  168. L24:
  169. x2 = XEXP (x1, 1);
  170. if (general_operand (x2, SFmode))
  171. { recog_operand[1] = x2; return 6; }
  172. x2 = XEXP (x1, 0);
  173. goto L28;
  174. L29:
  175. x2 = XEXP (x1, 1);
  176. if (general_operand (x2, SImode))
  177. { recog_operand[1] = x2; return 7; }
  178. x2 = XEXP (x1, 0);
  179. goto L33;
  180. L34:
  181. x2 = XEXP (x1, 1);
  182. if (general_operand (x2, HImode))
  183. { recog_operand[1] = x2; return 8; }
  184. x2 = XEXP (x1, 0);
  185. goto L38;
  186. L39:
  187. x2 = XEXP (x1, 1);
  188. if (general_operand (x2, QImode))
  189. { recog_operand[1] = x2; return 9; }
  190. goto L2;
  191. L43:
  192. x2 = XEXP (x1, 0);
  193. if (general_operand (x2, SImode))
  194. { recog_operand[0] = x2; goto L44; }
  195. goto L2;
  196. L44:
  197. x2 = XEXP (x1, 1);
  198. if (general_operand (x2, SImode))
  199. { recog_operand[1] = x2; return 10; }
  200. goto L2;
  201. L48:
  202. x2 = XEXP (x1, 0);
  203. if (general_operand (x2, HImode))
  204. { recog_operand[0] = x2; goto L49; }
  205. goto L2;
  206. L49:
  207. x2 = XEXP (x1, 1);
  208. if (general_operand (x2, HImode))
  209. { recog_operand[1] = x2; return 11; }
  210. goto L2;
  211. L53:
  212. x2 = XEXP (x1, 0);
  213. if (general_operand (x2, QImode))
  214. { recog_operand[0] = x2; goto L54; }
  215. goto L2;
  216. L54:
  217. x2 = XEXP (x1, 1);
  218. if (general_operand (x2, QImode))
  219. { recog_operand[1] = x2; return 12; }
  220. goto L2;
  221. L479:
  222. x1 = XEXP (x0, 1);
  223. if (GET_CODE (x1) == LABEL_REF && 1)
  224. goto L480;
  225. if (GET_CODE (x1) == IF_THEN_ELSE && 1)
  226. goto L484;
  227. x1 = XEXP (x0, 0);
  228. goto L56;
  229. L480:
  230. x2 = XEXP (x1, 0);
  231. if (1)
  232. { recog_operand[0] = x2; return 102; }
  233. x1 = XEXP (x0, 0);
  234. goto L56;
  235. L484:
  236. x2 = XEXP (x1, 0);
  237. switch (GET_CODE (x2))
  238. {
  239. case EQ:
  240. if (1)
  241. goto L485;
  242. break;
  243. case NE:
  244. if (1)
  245. goto L494;
  246. break;
  247. case GT:
  248. if (1)
  249. goto L503;
  250. break;
  251. case GTU:
  252. if (1)
  253. goto L512;
  254. break;
  255. case LT:
  256. if (1)
  257. goto L521;
  258. break;
  259. case LTU:
  260. if (1)
  261. goto L530;
  262. break;
  263. case GE:
  264. if (1)
  265. goto L539;
  266. break;
  267. case GEU:
  268. if (1)
  269. goto L548;
  270. break;
  271. case LE:
  272. if (1)
  273. goto L557;
  274. break;
  275. case LEU:
  276. if (1)
  277. goto L566;
  278. break;
  279. }
  280. x1 = XEXP (x0, 0);
  281. goto L56;
  282. L485:
  283. x3 = XEXP (x2, 0);
  284. if (x3 == cc0_rtx && 1)
  285. goto L486;
  286. if (GET_MODE (x3) != SImode)
  287. {
  288. x1 = XEXP (x0, 0);
  289. goto L56;
  290. }
  291. if (GET_CODE (x3) == SIGN_EXTRACT && 1)
  292. goto L678;
  293. if (GET_CODE (x3) == AND && 1)
  294. goto L773;
  295. x1 = XEXP (x0, 0);
  296. goto L56;
  297. L486:
  298. x3 = XEXP (x2, 1);
  299. if (x3 == const0_rtx && 1)
  300. goto L487;
  301. x1 = XEXP (x0, 0);
  302. goto L56;
  303. L487:
  304. x2 = XEXP (x1, 1);
  305. if (GET_CODE (x2) == LABEL_REF && 1)
  306. goto L488;
  307. if (x2 == pc_rtx && 1)
  308. goto L578;
  309. x1 = XEXP (x0, 0);
  310. goto L56;
  311. L488:
  312. x3 = XEXP (x2, 0);
  313. if (1)
  314. { recog_operand[0] = x3; goto L489; }
  315. x1 = XEXP (x0, 0);
  316. goto L56;
  317. L489:
  318. x2 = XEXP (x1, 2);
  319. if (x2 == pc_rtx && 1)
  320. return 103;
  321. x1 = XEXP (x0, 0);
  322. goto L56;
  323. L578:
  324. x2 = XEXP (x1, 2);
  325. if (GET_CODE (x2) == LABEL_REF && 1)
  326. goto L579;
  327. x1 = XEXP (x0, 0);
  328. goto L56;
  329. L579:
  330. x3 = XEXP (x2, 0);
  331. if (1)
  332. { recog_operand[0] = x3; return 113; }
  333. x1 = XEXP (x0, 0);
  334. goto L56;
  335. L678:
  336. x4 = XEXP (x3, 0);
  337. if (general_operand (x4, QImode))
  338. { recog_operand[0] = x4; goto L679; }
  339. L726:
  340. if (general_operand (x4, SImode))
  341. { recog_operand[0] = x4; goto L727; }
  342. x1 = XEXP (x0, 0);
  343. goto L56;
  344. L679:
  345. x4 = XEXP (x3, 1);
  346. if (x4 == const1_rtx && 1)
  347. goto L680;
  348. x4 = XEXP (x3, 0);
  349. goto L726;
  350. L680:
  351. x4 = XEXP (x3, 2);
  352. if (general_operand (x4, SImode))
  353. { recog_operand[1] = x4; goto L681; }
  354. x4 = XEXP (x3, 0);
  355. goto L726;
  356. L681:
  357. x3 = XEXP (x2, 1);
  358. if (x3 == const0_rtx && 1)
  359. goto L682;
  360. x3 = XEXP (x2, 0);
  361. x4 = XEXP (x3, 0);
  362. goto L726;
  363. L682:
  364. x2 = XEXP (x1, 1);
  365. if (GET_CODE (x2) == LABEL_REF && 1)
  366. goto L683;
  367. if (x2 == pc_rtx && 1)
  368. goto L707;
  369. x2 = XEXP (x1, 0);
  370. x3 = XEXP (x2, 0);
  371. x4 = XEXP (x3, 0);
  372. goto L726;
  373. L683:
  374. x3 = XEXP (x2, 0);
  375. if (1)
  376. { recog_operand[2] = x3; goto L684; }
  377. x2 = XEXP (x1, 0);
  378. x3 = XEXP (x2, 0);
  379. x4 = XEXP (x3, 0);
  380. goto L726;
  381. L684:
  382. x2 = XEXP (x1, 2);
  383. if (x2 == pc_rtx && 1)
  384. return 124;
  385. x2 = XEXP (x1, 0);
  386. x3 = XEXP (x2, 0);
  387. x4 = XEXP (x3, 0);
  388. goto L726;
  389. L707:
  390. x2 = XEXP (x1, 2);
  391. if (GET_CODE (x2) == LABEL_REF && 1)
  392. goto L708;
  393. x2 = XEXP (x1, 0);
  394. x3 = XEXP (x2, 0);
  395. x4 = XEXP (x3, 0);
  396. goto L726;
  397. L708:
  398. x3 = XEXP (x2, 0);
  399. if (1)
  400. { recog_operand[2] = x3; return 126; }
  401. x2 = XEXP (x1, 0);
  402. x3 = XEXP (x2, 0);
  403. x4 = XEXP (x3, 0);
  404. goto L726;
  405. L727:
  406. x4 = XEXP (x3, 1);
  407. if (x4 == const1_rtx && 1)
  408. goto L728;
  409. x1 = XEXP (x0, 0);
  410. goto L56;
  411. L728:
  412. x4 = XEXP (x3, 2);
  413. if (general_operand (x4, SImode))
  414. { recog_operand[1] = x4; goto L729; }
  415. x1 = XEXP (x0, 0);
  416. goto L56;
  417. L729:
  418. x3 = XEXP (x2, 1);
  419. if (x3 == const0_rtx && 1)
  420. goto L730;
  421. x1 = XEXP (x0, 0);
  422. goto L56;
  423. L730:
  424. x2 = XEXP (x1, 1);
  425. if (GET_CODE (x2) == LABEL_REF && 1)
  426. goto L731;
  427. if (x2 == pc_rtx && 1)
  428. goto L755;
  429. x1 = XEXP (x0, 0);
  430. goto L56;
  431. L731:
  432. x3 = XEXP (x2, 0);
  433. if (1)
  434. { recog_operand[2] = x3; goto L732; }
  435. x1 = XEXP (x0, 0);
  436. goto L56;
  437. L732:
  438. x2 = XEXP (x1, 2);
  439. if (x2 == pc_rtx && 1)
  440. return 128;
  441. x1 = XEXP (x0, 0);
  442. goto L56;
  443. L755:
  444. x2 = XEXP (x1, 2);
  445. if (GET_CODE (x2) == LABEL_REF && 1)
  446. goto L756;
  447. x1 = XEXP (x0, 0);
  448. goto L56;
  449. L756:
  450. x3 = XEXP (x2, 0);
  451. if (1)
  452. { recog_operand[2] = x3; return 130; }
  453. x1 = XEXP (x0, 0);
  454. goto L56;
  455. L773:
  456. x4 = XEXP (x3, 0);
  457. if (general_operand (x4, SImode))
  458. { recog_operand[0] = x4; goto L774; }
  459. x1 = XEXP (x0, 0);
  460. goto L56;
  461. L774:
  462. x4 = XEXP (x3, 1);
  463. if (x4 == const1_rtx && 1)
  464. goto L775;
  465. if (GET_CODE (x4) == NOT && GET_MODE (x4) == SImode && 1)
  466. goto L820;
  467. x1 = XEXP (x0, 0);
  468. goto L56;
  469. L775:
  470. x3 = XEXP (x2, 1);
  471. if (x3 == const0_rtx && 1)
  472. goto L776;
  473. x1 = XEXP (x0, 0);
  474. goto L56;
  475. L776:
  476. x2 = XEXP (x1, 1);
  477. if (GET_CODE (x2) == LABEL_REF && 1)
  478. goto L777;
  479. if (x2 == pc_rtx && 1)
  480. goto L799;
  481. x1 = XEXP (x0, 0);
  482. goto L56;
  483. L777:
  484. x3 = XEXP (x2, 0);
  485. if (1)
  486. { recog_operand[1] = x3; goto L778; }
  487. x1 = XEXP (x0, 0);
  488. goto L56;
  489. L778:
  490. x2 = XEXP (x1, 2);
  491. if (x2 == pc_rtx && 1)
  492. return 132;
  493. x1 = XEXP (x0, 0);
  494. goto L56;
  495. L799:
  496. x2 = XEXP (x1, 2);
  497. if (GET_CODE (x2) == LABEL_REF && 1)
  498. goto L800;
  499. x1 = XEXP (x0, 0);
  500. goto L56;
  501. L800:
  502. x3 = XEXP (x2, 0);
  503. if (1)
  504. { recog_operand[1] = x3; return 134; }
  505. x1 = XEXP (x0, 0);
  506. goto L56;
  507. L820:
  508. x5 = XEXP (x4, 0);
  509. if (GET_CODE (x5) == CONST_INT && XINT (x5, 0) == -2 && 1)
  510. goto L821;
  511. x1 = XEXP (x0, 0);
  512. goto L56;
  513. L821:
  514. x3 = XEXP (x2, 1);
  515. if (x3 == const0_rtx && 1)
  516. goto L822;
  517. x1 = XEXP (x0, 0);
  518. goto L56;
  519. L822:
  520. x2 = XEXP (x1, 1);
  521. if (GET_CODE (x2) == LABEL_REF && 1)
  522. goto L823;
  523. if (x2 == pc_rtx && 1)
  524. goto L847;
  525. x1 = XEXP (x0, 0);
  526. goto L56;
  527. L823:
  528. x3 = XEXP (x2, 0);
  529. if (1)
  530. { recog_operand[1] = x3; goto L824; }
  531. x1 = XEXP (x0, 0);
  532. goto L56;
  533. L824:
  534. x2 = XEXP (x1, 2);
  535. if (x2 == pc_rtx && 1)
  536. return 136;
  537. x1 = XEXP (x0, 0);
  538. goto L56;
  539. L847:
  540. x2 = XEXP (x1, 2);
  541. if (GET_CODE (x2) == LABEL_REF && 1)
  542. goto L848;
  543. x1 = XEXP (x0, 0);
  544. goto L56;
  545. L848:
  546. x3 = XEXP (x2, 0);
  547. if (1)
  548. { recog_operand[1] = x3; return 138; }
  549. x1 = XEXP (x0, 0);
  550. goto L56;
  551. L494:
  552. x3 = XEXP (x2, 0);
  553. if (x3 == cc0_rtx && 1)
  554. goto L495;
  555. if (GET_MODE (x3) != SImode)
  556. {
  557. x1 = XEXP (x0, 0);
  558. goto L56;
  559. }
  560. if (GET_CODE (x3) == SIGN_EXTRACT && 1)
  561. goto L666;
  562. if (GET_CODE (x3) == AND && 1)
  563. goto L762;
  564. x1 = XEXP (x0, 0);
  565. goto L56;
  566. L495:
  567. x3 = XEXP (x2, 1);
  568. if (x3 == const0_rtx && 1)
  569. goto L496;
  570. x1 = XEXP (x0, 0);
  571. goto L56;
  572. L496:
  573. x2 = XEXP (x1, 1);
  574. if (GET_CODE (x2) == LABEL_REF && 1)
  575. goto L497;
  576. if (x2 == pc_rtx && 1)
  577. goto L587;
  578. x1 = XEXP (x0, 0);
  579. goto L56;
  580. L497:
  581. x3 = XEXP (x2, 0);
  582. if (1)
  583. { recog_operand[0] = x3; goto L498; }
  584. x1 = XEXP (x0, 0);
  585. goto L56;
  586. L498:
  587. x2 = XEXP (x1, 2);
  588. if (x2 == pc_rtx && 1)
  589. return 104;
  590. x1 = XEXP (x0, 0);
  591. goto L56;
  592. L587:
  593. x2 = XEXP (x1, 2);
  594. if (GET_CODE (x2) == LABEL_REF && 1)
  595. goto L588;
  596. x1 = XEXP (x0, 0);
  597. goto L56;
  598. L588:
  599. x3 = XEXP (x2, 0);
  600. if (1)
  601. { recog_operand[0] = x3; return 114; }
  602. x1 = XEXP (x0, 0);
  603. goto L56;
  604. L666:
  605. x4 = XEXP (x3, 0);
  606. if (general_operand (x4, QImode))
  607. { recog_operand[0] = x4; goto L667; }
  608. L714:
  609. if (general_operand (x4, SImode))
  610. { recog_operand[0] = x4; goto L715; }
  611. x1 = XEXP (x0, 0);
  612. goto L56;
  613. L667:
  614. x4 = XEXP (x3, 1);
  615. if (x4 == const1_rtx && 1)
  616. goto L668;
  617. x4 = XEXP (x3, 0);
  618. goto L714;
  619. L668:
  620. x4 = XEXP (x3, 2);
  621. if (general_operand (x4, SImode))
  622. { recog_operand[1] = x4; goto L669; }
  623. x4 = XEXP (x3, 0);
  624. goto L714;
  625. L669:
  626. x3 = XEXP (x2, 1);
  627. if (x3 == const0_rtx && 1)
  628. goto L670;
  629. x3 = XEXP (x2, 0);
  630. x4 = XEXP (x3, 0);
  631. goto L714;
  632. L670:
  633. x2 = XEXP (x1, 1);
  634. if (GET_CODE (x2) == LABEL_REF && 1)
  635. goto L671;
  636. if (x2 == pc_rtx && 1)
  637. goto L695;
  638. x2 = XEXP (x1, 0);
  639. x3 = XEXP (x2, 0);
  640. x4 = XEXP (x3, 0);
  641. goto L714;
  642. L671:
  643. x3 = XEXP (x2, 0);
  644. if (1)
  645. { recog_operand[2] = x3; goto L672; }
  646. x2 = XEXP (x1, 0);
  647. x3 = XEXP (x2, 0);
  648. x4 = XEXP (x3, 0);
  649. goto L714;
  650. L672:
  651. x2 = XEXP (x1, 2);
  652. if (x2 == pc_rtx && 1)
  653. return 123;
  654. x2 = XEXP (x1, 0);
  655. x3 = XEXP (x2, 0);
  656. x4 = XEXP (x3, 0);
  657. goto L714;
  658. L695:
  659. x2 = XEXP (x1, 2);
  660. if (GET_CODE (x2) == LABEL_REF && 1)
  661. goto L696;
  662. x2 = XEXP (x1, 0);
  663. x3 = XEXP (x2, 0);
  664. x4 = XEXP (x3, 0);
  665. goto L714;
  666. L696:
  667. x3 = XEXP (x2, 0);
  668. if (1)
  669. { recog_operand[2] = x3; return 125; }
  670. x2 = XEXP (x1, 0);
  671. x3 = XEXP (x2, 0);
  672. x4 = XEXP (x3, 0);
  673. goto L714;
  674. L715:
  675. x4 = XEXP (x3, 1);
  676. if (x4 == const1_rtx && 1)
  677. goto L716;
  678. x1 = XEXP (x0, 0);
  679. goto L56;
  680. L716:
  681. x4 = XEXP (x3, 2);
  682. if (general_operand (x4, SImode))
  683. { recog_operand[1] = x4; goto L717; }
  684. x1 = XEXP (x0, 0);
  685. goto L56;
  686. L717:
  687. x3 = XEXP (x2, 1);
  688. if (x3 == const0_rtx && 1)
  689. goto L718;
  690. x1 = XEXP (x0, 0);
  691. goto L56;
  692. L718:
  693. x2 = XEXP (x1, 1);
  694. if (GET_CODE (x2) == LABEL_REF && 1)
  695. goto L719;
  696. if (x2 == pc_rtx && 1)
  697. goto L743;
  698. x1 = XEXP (x0, 0);
  699. goto L56;
  700. L719:
  701. x3 = XEXP (x2, 0);
  702. if (1)
  703. { recog_operand[2] = x3; goto L720; }
  704. x1 = XEXP (x0, 0);
  705. goto L56;
  706. L720:
  707. x2 = XEXP (x1, 2);
  708. if (x2 == pc_rtx && 1)
  709. return 127;
  710. x1 = XEXP (x0, 0);
  711. goto L56;
  712. L743:
  713. x2 = XEXP (x1, 2);
  714. if (GET_CODE (x2) == LABEL_REF && 1)
  715. goto L744;
  716. x1 = XEXP (x0, 0);
  717. goto L56;
  718. L744:
  719. x3 = XEXP (x2, 0);
  720. if (1)
  721. { recog_operand[2] = x3; return 129; }
  722. x1 = XEXP (x0, 0);
  723. goto L56;
  724. L762:
  725. x4 = XEXP (x3, 0);
  726. if (general_operand (x4, SImode))
  727. { recog_operand[0] = x4; goto L763; }
  728. x1 = XEXP (x0, 0);
  729. goto L56;
  730. L763:
  731. x4 = XEXP (x3, 1);
  732. if (x4 == const1_rtx && 1)
  733. goto L764;
  734. if (GET_CODE (x4) == NOT && GET_MODE (x4) == SImode && 1)
  735. goto L808;
  736. x1 = XEXP (x0, 0);
  737. goto L56;
  738. L764:
  739. x3 = XEXP (x2, 1);
  740. if (x3 == const0_rtx && 1)
  741. goto L765;
  742. x1 = XEXP (x0, 0);
  743. goto L56;
  744. L765:
  745. x2 = XEXP (x1, 1);
  746. if (GET_CODE (x2) == LABEL_REF && 1)
  747. goto L766;
  748. if (x2 == pc_rtx && 1)
  749. goto L788;
  750. x1 = XEXP (x0, 0);
  751. goto L56;
  752. L766:
  753. x3 = XEXP (x2, 0);
  754. if (1)
  755. { recog_operand[1] = x3; goto L767; }
  756. x1 = XEXP (x0, 0);
  757. goto L56;
  758. L767:
  759. x2 = XEXP (x1, 2);
  760. if (x2 == pc_rtx && 1)
  761. return 131;
  762. x1 = XEXP (x0, 0);
  763. goto L56;
  764. L788:
  765. x2 = XEXP (x1, 2);
  766. if (GET_CODE (x2) == LABEL_REF && 1)
  767. goto L789;
  768. x1 = XEXP (x0, 0);
  769. goto L56;
  770. L789:
  771. x3 = XEXP (x2, 0);
  772. if (1)
  773. { recog_operand[1] = x3; return 133; }
  774. x1 = XEXP (x0, 0);
  775. goto L56;
  776. L808:
  777. x5 = XEXP (x4, 0);
  778. if (GET_CODE (x5) == CONST_INT && XINT (x5, 0) == -2 && 1)
  779. goto L809;
  780. x1 = XEXP (x0, 0);
  781. goto L56;
  782. L809:
  783. x3 = XEXP (x2, 1);
  784. if (x3 == const0_rtx && 1)
  785. goto L810;
  786. x1 = XEXP (x0, 0);
  787. goto L56;
  788. L810:
  789. x2 = XEXP (x1, 1);
  790. if (GET_CODE (x2) == LABEL_REF && 1)
  791. goto L811;
  792. if (x2 == pc_rtx && 1)
  793. goto L835;
  794. x1 = XEXP (x0, 0);
  795. goto L56;
  796. L811:
  797. x3 = XEXP (x2, 0);
  798. if (1)
  799. { recog_operand[1] = x3; goto L812; }
  800. x1 = XEXP (x0, 0);
  801. goto L56;
  802. L812:
  803. x2 = XEXP (x1, 2);
  804. if (x2 == pc_rtx && 1)
  805. return 135;
  806. x1 = XEXP (x0, 0);
  807. goto L56;
  808. L835:
  809. x2 = XEXP (x1, 2);
  810. if (GET_CODE (x2) == LABEL_REF && 1)
  811. goto L836;
  812. x1 = XEXP (x0, 0);
  813. goto L56;
  814. L836:
  815. x3 = XEXP (x2, 0);
  816. if (1)
  817. { recog_operand[1] = x3; return 137; }
  818. x1 = XEXP (x0, 0);
  819. goto L56;
  820. L503:
  821. x3 = XEXP (x2, 0);
  822. if (x3 == cc0_rtx && 1)
  823. goto L504;
  824. x1 = XEXP (x0, 0);
  825. goto L56;
  826. L504:
  827. x3 = XEXP (x2, 1);
  828. if (x3 == const0_rtx && 1)
  829. goto L505;
  830. x1 = XEXP (x0, 0);
  831. goto L56;
  832. L505:
  833. x2 = XEXP (x1, 1);
  834. if (GET_CODE (x2) == LABEL_REF && 1)
  835. goto L506;
  836. if (x2 == pc_rtx && 1)
  837. goto L596;
  838. x1 = XEXP (x0, 0);
  839. goto L56;
  840. L506:
  841. x3 = XEXP (x2, 0);
  842. if (1)
  843. { recog_operand[0] = x3; goto L507; }
  844. x1 = XEXP (x0, 0);
  845. goto L56;
  846. L507:
  847. x2 = XEXP (x1, 2);
  848. if (x2 == pc_rtx && 1)
  849. return 105;
  850. x1 = XEXP (x0, 0);
  851. goto L56;
  852. L596:
  853. x2 = XEXP (x1, 2);
  854. if (GET_CODE (x2) == LABEL_REF && 1)
  855. goto L597;
  856. x1 = XEXP (x0, 0);
  857. goto L56;
  858. L597:
  859. x3 = XEXP (x2, 0);
  860. if (1)
  861. { recog_operand[0] = x3; return 115; }
  862. x1 = XEXP (x0, 0);
  863. goto L56;
  864. L512:
  865. x3 = XEXP (x2, 0);
  866. if (x3 == cc0_rtx && 1)
  867. goto L513;
  868. x1 = XEXP (x0, 0);
  869. goto L56;
  870. L513:
  871. x3 = XEXP (x2, 1);
  872. if (x3 == const0_rtx && 1)
  873. goto L514;
  874. x1 = XEXP (x0, 0);
  875. goto L56;
  876. L514:
  877. x2 = XEXP (x1, 1);
  878. if (GET_CODE (x2) == LABEL_REF && 1)
  879. goto L515;
  880. if (x2 == pc_rtx && 1)
  881. goto L605;
  882. x1 = XEXP (x0, 0);
  883. goto L56;
  884. L515:
  885. x3 = XEXP (x2, 0);
  886. if (1)
  887. { recog_operand[0] = x3; goto L516; }
  888. x1 = XEXP (x0, 0);
  889. goto L56;
  890. L516:
  891. x2 = XEXP (x1, 2);
  892. if (x2 == pc_rtx && 1)
  893. return 106;
  894. x1 = XEXP (x0, 0);
  895. goto L56;
  896. L605:
  897. x2 = XEXP (x1, 2);
  898. if (GET_CODE (x2) == LABEL_REF && 1)
  899. goto L606;
  900. x1 = XEXP (x0, 0);
  901. goto L56;
  902. L606:
  903. x3 = XEXP (x2, 0);
  904. if (1)
  905. { recog_operand[0] = x3; return 116; }
  906. x1 = XEXP (x0, 0);
  907. goto L56;
  908. L521:
  909. x3 = XEXP (x2, 0);
  910. if (x3 == cc0_rtx && 1)
  911. goto L522;
  912. x1 = XEXP (x0, 0);
  913. goto L56;
  914. L522:
  915. x3 = XEXP (x2, 1);
  916. if (x3 == const0_rtx && 1)
  917. goto L523;
  918. x1 = XEXP (x0, 0);
  919. goto L56;
  920. L523:
  921. x2 = XEXP (x1, 1);
  922. if (GET_CODE (x2) == LABEL_REF && 1)
  923. goto L524;
  924. if (x2 == pc_rtx && 1)
  925. goto L614;
  926. x1 = XEXP (x0, 0);
  927. goto L56;
  928. L524:
  929. x3 = XEXP (x2, 0);
  930. if (1)
  931. { recog_operand[0] = x3; goto L525; }
  932. x1 = XEXP (x0, 0);
  933. goto L56;
  934. L525:
  935. x2 = XEXP (x1, 2);
  936. if (x2 == pc_rtx && 1)
  937. return 107;
  938. x1 = XEXP (x0, 0);
  939. goto L56;
  940. L614:
  941. x2 = XEXP (x1, 2);
  942. if (GET_CODE (x2) == LABEL_REF && 1)
  943. goto L615;
  944. x1 = XEXP (x0, 0);
  945. goto L56;
  946. L615:
  947. x3 = XEXP (x2, 0);
  948. if (1)
  949. { recog_operand[0] = x3; return 117; }
  950. x1 = XEXP (x0, 0);
  951. goto L56;
  952. L530:
  953. x3 = XEXP (x2, 0);
  954. if (x3 == cc0_rtx && 1)
  955. goto L531;
  956. x1 = XEXP (x0, 0);
  957. goto L56;
  958. L531:
  959. x3 = XEXP (x2, 1);
  960. if (x3 == const0_rtx && 1)
  961. goto L532;
  962. x1 = XEXP (x0, 0);
  963. goto L56;
  964. L532:
  965. x2 = XEXP (x1, 1);
  966. if (GET_CODE (x2) == LABEL_REF && 1)
  967. goto L533;
  968. if (x2 == pc_rtx && 1)
  969. goto L623;
  970. x1 = XEXP (x0, 0);
  971. goto L56;
  972. L533:
  973. x3 = XEXP (x2, 0);
  974. if (1)
  975. { recog_operand[0] = x3; goto L534; }
  976. x1 = XEXP (x0, 0);
  977. goto L56;
  978. L534:
  979. x2 = XEXP (x1, 2);
  980. if (x2 == pc_rtx && 1)
  981. return 108;
  982. x1 = XEXP (x0, 0);
  983. goto L56;
  984. L623:
  985. x2 = XEXP (x1, 2);
  986. if (GET_CODE (x2) == LABEL_REF && 1)
  987. goto L624;
  988. x1 = XEXP (x0, 0);
  989. goto L56;
  990. L624:
  991. x3 = XEXP (x2, 0);
  992. if (1)
  993. { recog_operand[0] = x3; return 118; }
  994. x1 = XEXP (x0, 0);
  995. goto L56;
  996. L539:
  997. x3 = XEXP (x2, 0);
  998. if (x3 == cc0_rtx && 1)
  999. goto L540;
  1000. x1 = XEXP (x0, 0);
  1001. goto L56;
  1002. L540:
  1003. x3 = XEXP (x2, 1);
  1004. if (x3 == const0_rtx && 1)
  1005. goto L541;
  1006. x1 = XEXP (x0, 0);
  1007. goto L56;
  1008. L541:
  1009. x2 = XEXP (x1, 1);
  1010. if (GET_CODE (x2) == LABEL_REF && 1)
  1011. goto L542;
  1012. if (x2 == pc_rtx && 1)
  1013. goto L632;
  1014. x1 = XEXP (x0, 0);
  1015. goto L56;
  1016. L542:
  1017. x3 = XEXP (x2, 0);
  1018. if (1)
  1019. { recog_operand[0] = x3; goto L543; }
  1020. x1 = XEXP (x0, 0);
  1021. goto L56;
  1022. L543:
  1023. x2 = XEXP (x1, 2);
  1024. if (x2 == pc_rtx && 1)
  1025. return 109;
  1026. x1 = XEXP (x0, 0);
  1027. goto L56;
  1028. L632:
  1029. x2 = XEXP (x1, 2);
  1030. if (GET_CODE (x2) == LABEL_REF && 1)
  1031. goto L633;
  1032. x1 = XEXP (x0, 0);
  1033. goto L56;
  1034. L633:
  1035. x3 = XEXP (x2, 0);
  1036. if (1)
  1037. { recog_operand[0] = x3; return 119; }
  1038. x1 = XEXP (x0, 0);
  1039. goto L56;
  1040. L548:
  1041. x3 = XEXP (x2, 0);
  1042. if (x3 == cc0_rtx && 1)
  1043. goto L549;
  1044. x1 = XEXP (x0, 0);
  1045. goto L56;
  1046. L549:
  1047. x3 = XEXP (x2, 1);
  1048. if (x3 == const0_rtx && 1)
  1049. goto L550;
  1050. x1 = XEXP (x0, 0);
  1051. goto L56;
  1052. L550:
  1053. x2 = XEXP (x1, 1);
  1054. if (GET_CODE (x2) == LABEL_REF && 1)
  1055. goto L551;
  1056. if (x2 == pc_rtx && 1)
  1057. goto L641;
  1058. x1 = XEXP (x0, 0);
  1059. goto L56;
  1060. L551:
  1061. x3 = XEXP (x2, 0);
  1062. if (1)
  1063. { recog_operand[0] = x3; goto L552; }
  1064. x1 = XEXP (x0, 0);
  1065. goto L56;
  1066. L552:
  1067. x2 = XEXP (x1, 2);
  1068. if (x2 == pc_rtx && 1)
  1069. return 110;
  1070. x1 = XEXP (x0, 0);
  1071. goto L56;
  1072. L641:
  1073. x2 = XEXP (x1, 2);
  1074. if (GET_CODE (x2) == LABEL_REF && 1)
  1075. goto L642;
  1076. x1 = XEXP (x0, 0);
  1077. goto L56;
  1078. L642:
  1079. x3 = XEXP (x2, 0);
  1080. if (1)
  1081. { recog_operand[0] = x3; return 120; }
  1082. x1 = XEXP (x0, 0);
  1083. goto L56;
  1084. L557:
  1085. x3 = XEXP (x2, 0);
  1086. if (x3 == cc0_rtx && 1)
  1087. goto L558;
  1088. if (GET_CODE (x3) == MINUS && GET_MODE (x3) == SImode && 1)
  1089. goto L1002;
  1090. L1020:
  1091. if (general_operand (x3, SImode))
  1092. { recog_operand[0] = x3; goto L1021; }
  1093. x1 = XEXP (x0, 0);
  1094. goto L56;
  1095. L558:
  1096. x3 = XEXP (x2, 1);
  1097. if (x3 == const0_rtx && 1)
  1098. goto L559;
  1099. x3 = XEXP (x2, 0);
  1100. goto L1020;
  1101. L559:
  1102. x2 = XEXP (x1, 1);
  1103. if (GET_CODE (x2) == LABEL_REF && 1)
  1104. goto L560;
  1105. if (x2 == pc_rtx && 1)
  1106. goto L650;
  1107. x2 = XEXP (x1, 0);
  1108. x3 = XEXP (x2, 0);
  1109. goto L1020;
  1110. L560:
  1111. x3 = XEXP (x2, 0);
  1112. if (1)
  1113. { recog_operand[0] = x3; goto L561; }
  1114. x2 = XEXP (x1, 0);
  1115. x3 = XEXP (x2, 0);
  1116. goto L1020;
  1117. L561:
  1118. x2 = XEXP (x1, 2);
  1119. if (x2 == pc_rtx && 1)
  1120. return 111;
  1121. x2 = XEXP (x1, 0);
  1122. x3 = XEXP (x2, 0);
  1123. goto L1020;
  1124. L650:
  1125. x2 = XEXP (x1, 2);
  1126. if (GET_CODE (x2) == LABEL_REF && 1)
  1127. goto L651;
  1128. x2 = XEXP (x1, 0);
  1129. x3 = XEXP (x2, 0);
  1130. goto L1020;
  1131. L651:
  1132. x3 = XEXP (x2, 0);
  1133. if (1)
  1134. { recog_operand[0] = x3; return 121; }
  1135. x2 = XEXP (x1, 0);
  1136. x3 = XEXP (x2, 0);
  1137. goto L1020;
  1138. L1002:
  1139. x4 = XEXP (x3, 0);
  1140. if (general_operand (x4, SImode))
  1141. { recog_operand[0] = x4; goto L1003; }
  1142. goto L1020;
  1143. L1003:
  1144. x4 = XEXP (x3, 1);
  1145. if (general_operand (x4, SImode))
  1146. { recog_operand[1] = x4; goto L1004; }
  1147. goto L1020;
  1148. L1004:
  1149. x3 = XEXP (x2, 1);
  1150. if (general_operand (x3, SImode))
  1151. { recog_operand[2] = x3; goto L1005; }
  1152. x3 = XEXP (x2, 0);
  1153. goto L1020;
  1154. L1005:
  1155. x2 = XEXP (x1, 1);
  1156. if (GET_CODE (x2) == PLUS && GET_MODE (x2) == SImode && 1)
  1157. goto L1006;
  1158. x2 = XEXP (x1, 0);
  1159. x3 = XEXP (x2, 0);
  1160. goto L1020;
  1161. L1006:
  1162. x3 = XEXP (x2, 0);
  1163. if (GET_CODE (x3) == LABEL_REF && GET_MODE (x3) == SImode && 1)
  1164. goto L1007;
  1165. x2 = XEXP (x1, 0);
  1166. x3 = XEXP (x2, 0);
  1167. goto L1020;
  1168. L1007:
  1169. x4 = XEXP (x3, 0);
  1170. if (1)
  1171. { recog_operand[3] = x4; goto L1008; }
  1172. x2 = XEXP (x1, 0);
  1173. x3 = XEXP (x2, 0);
  1174. goto L1020;
  1175. L1008:
  1176. x3 = XEXP (x2, 1);
  1177. if (GET_CODE (x3) == SIGN_EXTEND && GET_MODE (x3) == SImode && 1)
  1178. goto L1009;
  1179. x2 = XEXP (x1, 0);
  1180. x3 = XEXP (x2, 0);
  1181. goto L1020;
  1182. L1009:
  1183. x4 = XEXP (x3, 0);
  1184. if (GET_CODE (x4) == MEM && GET_MODE (x4) == HImode && 1)
  1185. goto L1010;
  1186. x2 = XEXP (x1, 0);
  1187. x3 = XEXP (x2, 0);
  1188. goto L1020;
  1189. L1010:
  1190. x5 = XEXP (x4, 0);
  1191. if (GET_CODE (x5) == PLUS && GET_MODE (x5) == SImode && 1)
  1192. goto L1011;
  1193. x2 = XEXP (x1, 0);
  1194. x3 = XEXP (x2, 0);
  1195. goto L1020;
  1196. L1011:
  1197. x6 = XEXP (x5, 0);
  1198. if (x6 == pc_rtx && 1)
  1199. goto L1012;
  1200. x2 = XEXP (x1, 0);
  1201. x3 = XEXP (x2, 0);
  1202. goto L1020;
  1203. L1012:
  1204. x6 = XEXP (x5, 1);
  1205. if (GET_CODE (x6) == MINUS && GET_MODE (x6) == SImode && 1)
  1206. goto L1013;
  1207. x2 = XEXP (x1, 0);
  1208. x3 = XEXP (x2, 0);
  1209. goto L1020;
  1210. L1013:
  1211. x7 = XEXP (x6, 0);
  1212. if (rtx_equal_p (x7, recog_operand[0]) && 1)
  1213. goto L1014;
  1214. x2 = XEXP (x1, 0);
  1215. x3 = XEXP (x2, 0);
  1216. goto L1020;
  1217. L1014:
  1218. x7 = XEXP (x6, 1);
  1219. if (rtx_equal_p (x7, recog_operand[1]) && 1)
  1220. goto L1015;
  1221. x2 = XEXP (x1, 0);
  1222. x3 = XEXP (x2, 0);
  1223. goto L1020;
  1224. L1015:
  1225. x2 = XEXP (x1, 2);
  1226. if (x2 == pc_rtx && 1)
  1227. return 149;
  1228. x2 = XEXP (x1, 0);
  1229. x3 = XEXP (x2, 0);
  1230. goto L1020;
  1231. L1021:
  1232. x3 = XEXP (x2, 1);
  1233. if (general_operand (x3, SImode))
  1234. { recog_operand[1] = x3; goto L1022; }
  1235. x1 = XEXP (x0, 0);
  1236. goto L56;
  1237. L1022:
  1238. x2 = XEXP (x1, 1);
  1239. if (GET_CODE (x2) == PLUS && GET_MODE (x2) == SImode && 1)
  1240. goto L1023;
  1241. x1 = XEXP (x0, 0);
  1242. goto L56;
  1243. L1023:
  1244. x3 = XEXP (x2, 0);
  1245. if (GET_CODE (x3) == LABEL_REF && GET_MODE (x3) == SImode && 1)
  1246. goto L1024;
  1247. x1 = XEXP (x0, 0);
  1248. goto L56;
  1249. L1024:
  1250. x4 = XEXP (x3, 0);
  1251. if (1)
  1252. { recog_operand[3] = x4; goto L1025; }
  1253. x1 = XEXP (x0, 0);
  1254. goto L56;
  1255. L1025:
  1256. x3 = XEXP (x2, 1);
  1257. if (GET_CODE (x3) == SIGN_EXTEND && GET_MODE (x3) == SImode && 1)
  1258. goto L1026;
  1259. x1 = XEXP (x0, 0);
  1260. goto L56;
  1261. L1026:
  1262. x4 = XEXP (x3, 0);
  1263. if (GET_CODE (x4) == MEM && GET_MODE (x4) == HImode && 1)
  1264. goto L1027;
  1265. x1 = XEXP (x0, 0);
  1266. goto L56;
  1267. L1027:
  1268. x5 = XEXP (x4, 0);
  1269. if (GET_CODE (x5) == PLUS && GET_MODE (x5) == SImode && 1)
  1270. goto L1028;
  1271. x1 = XEXP (x0, 0);
  1272. goto L56;
  1273. L1028:
  1274. x6 = XEXP (x5, 0);
  1275. if (x6 == pc_rtx && 1)
  1276. goto L1029;
  1277. x1 = XEXP (x0, 0);
  1278. goto L56;
  1279. L1029:
  1280. x6 = XEXP (x5, 1);
  1281. if (rtx_equal_p (x6, recog_operand[0]) && 1)
  1282. goto L1030;
  1283. x1 = XEXP (x0, 0);
  1284. goto L56;
  1285. L1030:
  1286. x2 = XEXP (x1, 2);
  1287. if (x2 == pc_rtx && 1)
  1288. return 150;
  1289. x1 = XEXP (x0, 0);
  1290. goto L56;
  1291. L566:
  1292. x3 = XEXP (x2, 0);
  1293. if (x3 == cc0_rtx && 1)
  1294. goto L567;
  1295. x1 = XEXP (x0, 0);
  1296. goto L56;
  1297. L567:
  1298. x3 = XEXP (x2, 1);
  1299. if (x3 == const0_rtx && 1)
  1300. goto L568;
  1301. x1 = XEXP (x0, 0);
  1302. goto L56;
  1303. L568:
  1304. x2 = XEXP (x1, 1);
  1305. if (GET_CODE (x2) == LABEL_REF && 1)
  1306. goto L569;
  1307. if (x2 == pc_rtx && 1)
  1308. goto L659;
  1309. x1 = XEXP (x0, 0);
  1310. goto L56;
  1311. L569:
  1312. x3 = XEXP (x2, 0);
  1313. if (1)
  1314. { recog_operand[0] = x3; goto L570; }
  1315. x1 = XEXP (x0, 0);
  1316. goto L56;
  1317. L570:
  1318. x2 = XEXP (x1, 2);
  1319. if (x2 == pc_rtx && 1)
  1320. return 112;
  1321. x1 = XEXP (x0, 0);
  1322. goto L56;
  1323. L659:
  1324. x2 = XEXP (x1, 2);
  1325. if (GET_CODE (x2) == LABEL_REF && 1)
  1326. goto L660;
  1327. x1 = XEXP (x0, 0);
  1328. goto L56;
  1329. L660:
  1330. x3 = XEXP (x2, 0);
  1331. if (1)
  1332. { recog_operand[0] = x3; return 122; }
  1333. x1 = XEXP (x0, 0);
  1334. goto L56;
  1335. L467:
  1336. x2 = XEXP (x1, 0);
  1337. if (general_operand (x2, QImode))
  1338. { recog_operand[0] = x2; goto L468; }
  1339. L473:
  1340. if (general_operand (x2, SImode))
  1341. { recog_operand[0] = x2; goto L474; }
  1342. goto L56;
  1343. L468:
  1344. x2 = XEXP (x1, 1);
  1345. if (general_operand (x2, SImode))
  1346. { recog_operand[1] = x2; goto L469; }
  1347. x2 = XEXP (x1, 0);
  1348. goto L473;
  1349. L469:
  1350. x2 = XEXP (x1, 2);
  1351. if (general_operand (x2, SImode))
  1352. { recog_operand[2] = x2; goto L470; }
  1353. x2 = XEXP (x1, 0);
  1354. goto L473;
  1355. L470:
  1356. x1 = XEXP (x0, 1);
  1357. if (general_operand (x1, SImode))
  1358. { recog_operand[3] = x1; return 100; }
  1359. x1 = XEXP (x0, 0);
  1360. x2 = XEXP (x1, 0);
  1361. goto L473;
  1362. L474:
  1363. x2 = XEXP (x1, 1);
  1364. if (general_operand (x2, SImode))
  1365. { recog_operand[1] = x2; goto L475; }
  1366. goto L56;
  1367. L475:
  1368. x2 = XEXP (x1, 2);
  1369. if (general_operand (x2, SImode))
  1370. { recog_operand[2] = x2; goto L476; }
  1371. goto L56;
  1372. L476:
  1373. x1 = XEXP (x0, 1);
  1374. if (general_operand (x1, SImode))
  1375. { recog_operand[3] = x1; return 101; }
  1376. x1 = XEXP (x0, 0);
  1377. goto L56;
  1378. L125:
  1379. x1 = XEXP (x0, 1);
  1380. switch (GET_CODE (x1))
  1381. {
  1382. case FLOAT:
  1383. if (GET_MODE (x1) == DFmode && 1)
  1384. goto L126;
  1385. break;
  1386. case FLOAT_EXTEND:
  1387. if (GET_MODE (x1) == DFmode && 1)
  1388. goto L174;
  1389. break;
  1390. case PLUS:
  1391. if (GET_MODE (x1) == DFmode && 1)
  1392. goto L206;
  1393. break;
  1394. case MINUS:
  1395. if (GET_MODE (x1) == DFmode && 1)
  1396. goto L231;
  1397. break;
  1398. case MULT:
  1399. if (GET_MODE (x1) == DFmode && 1)
  1400. goto L256;
  1401. break;
  1402. case DIV:
  1403. if (GET_MODE (x1) == DFmode && 1)
  1404. goto L281;
  1405. break;
  1406. case NEG:
  1407. if (GET_MODE (x1) == DFmode && 1)
  1408. goto L369;
  1409. break;
  1410. }
  1411. L57:
  1412. if (general_operand (x1, DFmode))
  1413. { recog_operand[1] = x1; return 13; }
  1414. x1 = XEXP (x0, 0);
  1415. goto L59;
  1416. L126:
  1417. x2 = XEXP (x1, 0);
  1418. if (general_operand (x2, QImode))
  1419. { recog_operand[1] = x2; return 29; }
  1420. L142:
  1421. if (general_operand (x2, HImode))
  1422. { recog_operand[1] = x2; return 33; }
  1423. L158:
  1424. if (general_operand (x2, SImode))
  1425. { recog_operand[1] = x2; return 37; }
  1426. goto L57;
  1427. L174:
  1428. x2 = XEXP (x1, 0);
  1429. if (general_operand (x2, SFmode))
  1430. { recog_operand[1] = x2; return 41; }
  1431. goto L57;
  1432. L206:
  1433. x2 = XEXP (x1, 0);
  1434. if (general_operand (x2, DFmode))
  1435. { recog_operand[1] = x2; goto L207; }
  1436. goto L57;
  1437. L207:
  1438. x2 = XEXP (x1, 1);
  1439. if (general_operand (x2, DFmode))
  1440. { recog_operand[2] = x2; return 49; }
  1441. goto L57;
  1442. L231:
  1443. x2 = XEXP (x1, 0);
  1444. if (general_operand (x2, DFmode))
  1445. { recog_operand[1] = x2; goto L232; }
  1446. goto L57;
  1447. L232:
  1448. x2 = XEXP (x1, 1);
  1449. if (general_operand (x2, DFmode))
  1450. { recog_operand[2] = x2; return 54; }
  1451. goto L57;
  1452. L256:
  1453. x2 = XEXP (x1, 0);
  1454. if (general_operand (x2, DFmode))
  1455. { recog_operand[1] = x2; goto L257; }
  1456. goto L57;
  1457. L257:
  1458. x2 = XEXP (x1, 1);
  1459. if (general_operand (x2, DFmode))
  1460. { recog_operand[2] = x2; return 59; }
  1461. goto L57;
  1462. L281:
  1463. x2 = XEXP (x1, 0);
  1464. if (general_operand (x2, DFmode))
  1465. { recog_operand[1] = x2; goto L282; }
  1466. goto L57;
  1467. L282:
  1468. x2 = XEXP (x1, 1);
  1469. if (general_operand (x2, DFmode))
  1470. { recog_operand[2] = x2; return 64; }
  1471. goto L57;
  1472. L369:
  1473. x2 = XEXP (x1, 0);
  1474. if (general_operand (x2, DFmode))
  1475. { recog_operand[1] = x2; return 81; }
  1476. goto L57;
  1477. L121:
  1478. x1 = XEXP (x0, 1);
  1479. switch (GET_CODE (x1))
  1480. {
  1481. case FLOAT:
  1482. if (GET_MODE (x1) == SFmode && 1)
  1483. goto L122;
  1484. break;
  1485. case FLOAT_TRUNCATE:
  1486. if (GET_MODE (x1) == SFmode && 1)
  1487. goto L190;
  1488. break;
  1489. case PLUS:
  1490. if (GET_MODE (x1) == SFmode && 1)
  1491. goto L211;
  1492. break;
  1493. case MINUS:
  1494. if (GET_MODE (x1) == SFmode && 1)
  1495. goto L236;
  1496. break;
  1497. case MULT:
  1498. if (GET_MODE (x1) == SFmode && 1)
  1499. goto L261;
  1500. break;
  1501. case DIV:
  1502. if (GET_MODE (x1) == SFmode && 1)
  1503. goto L286;
  1504. break;
  1505. case NEG:
  1506. if (GET_MODE (x1) == SFmode && 1)
  1507. goto L373;
  1508. break;
  1509. }
  1510. L60:
  1511. if (general_operand (x1, SFmode))
  1512. { recog_operand[1] = x1; return 14; }
  1513. x1 = XEXP (x0, 0);
  1514. goto L62;
  1515. L122:
  1516. x2 = XEXP (x1, 0);
  1517. if (general_operand (x2, QImode))
  1518. { recog_operand[1] = x2; return 28; }
  1519. L138:
  1520. if (general_operand (x2, HImode))
  1521. { recog_operand[1] = x2; return 32; }
  1522. L154:
  1523. if (general_operand (x2, SImode))
  1524. { recog_operand[1] = x2; return 36; }
  1525. goto L60;
  1526. L190:
  1527. x2 = XEXP (x1, 0);
  1528. if (general_operand (x2, DFmode))
  1529. { recog_operand[1] = x2; return 45; }
  1530. goto L60;
  1531. L211:
  1532. x2 = XEXP (x1, 0);
  1533. if (general_operand (x2, SFmode))
  1534. { recog_operand[1] = x2; goto L212; }
  1535. goto L60;
  1536. L212:
  1537. x2 = XEXP (x1, 1);
  1538. if (general_operand (x2, SFmode))
  1539. { recog_operand[2] = x2; return 50; }
  1540. goto L60;
  1541. L236:
  1542. x2 = XEXP (x1, 0);
  1543. if (general_operand (x2, SFmode))
  1544. { recog_operand[1] = x2; goto L237; }
  1545. goto L60;
  1546. L237:
  1547. x2 = XEXP (x1, 1);
  1548. if (general_operand (x2, SFmode))
  1549. { recog_operand[2] = x2; return 55; }
  1550. goto L60;
  1551. L261:
  1552. x2 = XEXP (x1, 0);
  1553. if (general_operand (x2, SFmode))
  1554. { recog_operand[1] = x2; goto L262; }
  1555. goto L60;
  1556. L262:
  1557. x2 = XEXP (x1, 1);
  1558. if (general_operand (x2, SFmode))
  1559. { recog_operand[2] = x2; return 60; }
  1560. goto L60;
  1561. L286:
  1562. x2 = XEXP (x1, 0);
  1563. if (general_operand (x2, SFmode))
  1564. { recog_operand[1] = x2; goto L287; }
  1565. goto L60;
  1566. L287:
  1567. x2 = XEXP (x1, 1);
  1568. if (general_operand (x2, SFmode))
  1569. { recog_operand[2] = x2; return 65; }
  1570. goto L60;
  1571. L373:
  1572. x2 = XEXP (x1, 0);
  1573. if (general_operand (x2, SFmode))
  1574. { recog_operand[1] = x2; return 82; }
  1575. goto L60;
  1576. L63:
  1577. x1 = XEXP (x0, 1);
  1578. if (general_operand (x1, TImode))
  1579. { recog_operand[1] = x1; return 15; }
  1580. x1 = XEXP (x0, 0);
  1581. goto L65;
  1582. L405:
  1583. x1 = XEXP (x0, 1);
  1584. if (GET_CODE (x1) == ASHIFT && GET_MODE (x1) == DImode && 1)
  1585. goto L406;
  1586. if (GET_CODE (x1) == ROTATE && GET_MODE (x1) == DImode && 1)
  1587. goto L416;
  1588. L66:
  1589. if (general_operand (x1, DImode))
  1590. { recog_operand[1] = x1; return 16; }
  1591. x1 = XEXP (x0, 0);
  1592. goto L68;
  1593. L406:
  1594. x2 = XEXP (x1, 0);
  1595. if (general_operand (x2, DImode))
  1596. { recog_operand[1] = x2; goto L407; }
  1597. goto L66;
  1598. L407:
  1599. x2 = XEXP (x1, 1);
  1600. if (general_operand (x2, QImode))
  1601. { recog_operand[2] = x2; return 90; }
  1602. goto L66;
  1603. L416:
  1604. x2 = XEXP (x1, 0);
  1605. if (general_operand (x2, DImode))
  1606. { recog_operand[1] = x2; goto L417; }
  1607. goto L66;
  1608. L417:
  1609. x2 = XEXP (x1, 1);
  1610. if (general_operand (x2, QImode))
  1611. { recog_operand[2] = x2; return 92; }
  1612. goto L66;
  1613. L117:
  1614. x1 = XEXP (x0, 1);
  1615. switch (GET_CODE (x1))
  1616. {
  1617. case SIGN_EXTEND:
  1618. if (GET_MODE (x1) == SImode && 1)
  1619. goto L118;
  1620. break;
  1621. case FIX:
  1622. if (GET_MODE (x1) == SImode && 1)
  1623. goto L170;
  1624. break;
  1625. case ZERO_EXTEND:
  1626. if (GET_MODE (x1) == SImode && 1)
  1627. goto L198;
  1628. break;
  1629. case PLUS:
  1630. if (GET_MODE (x1) == SImode && 1)
  1631. goto L216;
  1632. break;
  1633. case MINUS:
  1634. if (GET_MODE (x1) == SImode && 1)
  1635. goto L241;
  1636. break;
  1637. case MULT:
  1638. if (GET_MODE (x1) == SImode && 1)
  1639. goto L421;
  1640. break;
  1641. case DIV:
  1642. if (GET_MODE (x1) == SImode && 1)
  1643. goto L291;
  1644. break;
  1645. case AND:
  1646. if (GET_MODE (x1) == SImode && 1)
  1647. goto L306;
  1648. break;
  1649. case IOR:
  1650. if (GET_MODE (x1) == SImode && 1)
  1651. goto L339;
  1652. break;
  1653. case XOR:
  1654. if (GET_MODE (x1) == SImode && 1)
  1655. goto L354;
  1656. break;
  1657. case NEG:
  1658. if (GET_MODE (x1) == SImode && 1)
  1659. goto L377;
  1660. break;
  1661. case NOT:
  1662. if (GET_MODE (x1) == SImode && 1)
  1663. goto L389;
  1664. break;
  1665. case ASHIFT:
  1666. if (GET_MODE (x1) == SImode && 1)
  1667. goto L401;
  1668. break;
  1669. case ROTATE:
  1670. if (GET_MODE (x1) == SImode && 1)
  1671. goto L411;
  1672. break;
  1673. case SIGN_EXTRACT:
  1674. if (GET_MODE (x1) == SImode && 1)
  1675. goto L444;
  1676. break;
  1677. case ZERO_EXTRACT:
  1678. if (GET_MODE (x1) == SImode && 1)
  1679. goto L450;
  1680. break;
  1681. }
  1682. L69:
  1683. if (general_operand (x1, SImode))
  1684. { recog_operand[1] = x1; return 17; }
  1685. L98:
  1686. if (address_operand (x1, QImode))
  1687. { recog_operand[1] = x1; return 21; }
  1688. L101:
  1689. if (address_operand (x1, HImode))
  1690. { recog_operand[1] = x1; return 22; }
  1691. L104:
  1692. if (address_operand (x1, SImode))
  1693. { recog_operand[1] = x1; return 23; }
  1694. L107:
  1695. if (address_operand (x1, SFmode))
  1696. { recog_operand[1] = x1; return 24; }
  1697. L110:
  1698. if (address_operand (x1, DFmode))
  1699. { recog_operand[1] = x1; return 25; }
  1700. x1 = XEXP (x0, 0);
  1701. goto L71;
  1702. L118:
  1703. x2 = XEXP (x1, 0);
  1704. if (general_operand (x2, QImode))
  1705. { recog_operand[1] = x2; return 27; }
  1706. L134:
  1707. if (general_operand (x2, HImode))
  1708. { recog_operand[1] = x2; return 31; }
  1709. goto L69;
  1710. L170:
  1711. x2 = XEXP (x1, 0);
  1712. if (general_operand (x2, SFmode))
  1713. { recog_operand[1] = x2; return 40; }
  1714. L186:
  1715. if (general_operand (x2, DFmode))
  1716. { recog_operand[1] = x2; return 44; }
  1717. goto L69;
  1718. L198:
  1719. x2 = XEXP (x1, 0);
  1720. if (general_operand (x2, QImode))
  1721. { recog_operand[1] = x2; return 47; }
  1722. L202:
  1723. if (general_operand (x2, HImode))
  1724. { recog_operand[1] = x2; return 48; }
  1725. goto L69;
  1726. L216:
  1727. x2 = XEXP (x1, 0);
  1728. if (general_operand (x2, SImode))
  1729. { recog_operand[1] = x2; goto L217; }
  1730. goto L69;
  1731. L217:
  1732. x2 = XEXP (x1, 1);
  1733. if (general_operand (x2, SImode))
  1734. { recog_operand[2] = x2; return 51; }
  1735. goto L69;
  1736. L241:
  1737. x2 = XEXP (x1, 0);
  1738. if (general_operand (x2, SImode))
  1739. { recog_operand[1] = x2; goto L242; }
  1740. goto L69;
  1741. L242:
  1742. x2 = XEXP (x1, 1);
  1743. if (general_operand (x2, SImode))
  1744. { recog_operand[2] = x2; return 56; }
  1745. goto L69;
  1746. L421:
  1747. x2 = XEXP (x1, 0);
  1748. if (GET_CODE (x2) == PLUS && GET_MODE (x2) == SImode && 1)
  1749. goto L422;
  1750. L266:
  1751. if (general_operand (x2, SImode))
  1752. { recog_operand[1] = x2; goto L267; }
  1753. goto L69;
  1754. L422:
  1755. x3 = XEXP (x2, 0);
  1756. if (general_operand (x3, SImode))
  1757. { recog_operand[1] = x3; goto L423; }
  1758. goto L266;
  1759. L423:
  1760. x3 = XEXP (x2, 1);
  1761. if (general_operand (x3, SImode))
  1762. { recog_operand[2] = x3; goto L424; }
  1763. goto L266;
  1764. L424:
  1765. x2 = XEXP (x1, 1);
  1766. if (general_operand (x2, SImode))
  1767. { recog_operand[3] = x2; return 93; }
  1768. x2 = XEXP (x1, 0);
  1769. goto L266;
  1770. L267:
  1771. x2 = XEXP (x1, 1);
  1772. if (general_operand (x2, SImode))
  1773. { recog_operand[2] = x2; return 61; }
  1774. goto L69;
  1775. L291:
  1776. x2 = XEXP (x1, 0);
  1777. if (general_operand (x2, SImode))
  1778. { recog_operand[1] = x2; goto L292; }
  1779. goto L69;
  1780. L292:
  1781. x2 = XEXP (x1, 1);
  1782. if (general_operand (x2, SImode))
  1783. { recog_operand[2] = x2; return 66; }
  1784. goto L69;
  1785. L306:
  1786. x2 = XEXP (x1, 0);
  1787. if (general_operand (x2, SImode))
  1788. { recog_operand[1] = x2; goto L307; }
  1789. goto L69;
  1790. L307:
  1791. x2 = XEXP (x1, 1);
  1792. if (GET_CODE (x2) == NOT && GET_MODE (x2) == SImode && 1)
  1793. goto L308;
  1794. L325:
  1795. if (general_operand (x2, SImode))
  1796. { recog_operand[2] = x2; if (GET_CODE (operands[2]) == CONST_INT) return 72; }
  1797. goto L69;
  1798. L308:
  1799. x3 = XEXP (x2, 0);
  1800. if (general_operand (x3, SImode))
  1801. { recog_operand[2] = x3; return 69; }
  1802. goto L325;
  1803. L339:
  1804. x2 = XEXP (x1, 0);
  1805. if (general_operand (x2, SImode))
  1806. { recog_operand[1] = x2; goto L340; }
  1807. goto L69;
  1808. L340:
  1809. x2 = XEXP (x1, 1);
  1810. if (general_operand (x2, SImode))
  1811. { recog_operand[2] = x2; return 75; }
  1812. goto L69;
  1813. L354:
  1814. x2 = XEXP (x1, 0);
  1815. if (general_operand (x2, SImode))
  1816. { recog_operand[1] = x2; goto L355; }
  1817. goto L69;
  1818. L355:
  1819. x2 = XEXP (x1, 1);
  1820. if (general_operand (x2, SImode))
  1821. { recog_operand[2] = x2; return 78; }
  1822. goto L69;
  1823. L377:
  1824. x2 = XEXP (x1, 0);
  1825. if (general_operand (x2, SImode))
  1826. { recog_operand[1] = x2; return 83; }
  1827. goto L69;
  1828. L389:
  1829. x2 = XEXP (x1, 0);
  1830. if (general_operand (x2, SImode))
  1831. { recog_operand[1] = x2; return 86; }
  1832. goto L69;
  1833. L401:
  1834. x2 = XEXP (x1, 0);
  1835. if (general_operand (x2, SImode))
  1836. { recog_operand[1] = x2; goto L402; }
  1837. goto L69;
  1838. L402:
  1839. x2 = XEXP (x1, 1);
  1840. if (general_operand (x2, QImode))
  1841. { recog_operand[2] = x2; return 89; }
  1842. goto L69;
  1843. L411:
  1844. x2 = XEXP (x1, 0);
  1845. if (general_operand (x2, SImode))
  1846. { recog_operand[1] = x2; goto L412; }
  1847. goto L69;
  1848. L412:
  1849. x2 = XEXP (x1, 1);
  1850. if (general_operand (x2, QImode))
  1851. { recog_operand[2] = x2; return 91; }
  1852. goto L69;
  1853. L444:
  1854. x2 = XEXP (x1, 0);
  1855. if (general_operand (x2, QImode))
  1856. { recog_operand[1] = x2; goto L445; }
  1857. L456:
  1858. if (general_operand (x2, SImode))
  1859. { recog_operand[1] = x2; goto L457; }
  1860. goto L69;
  1861. L445:
  1862. x2 = XEXP (x1, 1);
  1863. if (general_operand (x2, SImode))
  1864. { recog_operand[2] = x2; goto L446; }
  1865. x2 = XEXP (x1, 0);
  1866. goto L456;
  1867. L446:
  1868. x2 = XEXP (x1, 2);
  1869. if (general_operand (x2, SImode))
  1870. { recog_operand[3] = x2; return 96; }
  1871. x2 = XEXP (x1, 0);
  1872. goto L456;
  1873. L457:
  1874. x2 = XEXP (x1, 1);
  1875. if (general_operand (x2, SImode))
  1876. { recog_operand[2] = x2; goto L458; }
  1877. goto L69;
  1878. L458:
  1879. x2 = XEXP (x1, 2);
  1880. if (general_operand (x2, SImode))
  1881. { recog_operand[3] = x2; return 98; }
  1882. goto L69;
  1883. L450:
  1884. x2 = XEXP (x1, 0);
  1885. if (general_operand (x2, QImode))
  1886. { recog_operand[1] = x2; goto L451; }
  1887. L462:
  1888. if (general_operand (x2, SImode))
  1889. { recog_operand[1] = x2; goto L463; }
  1890. goto L69;
  1891. L451:
  1892. x2 = XEXP (x1, 1);
  1893. if (general_operand (x2, SImode))
  1894. { recog_operand[2] = x2; goto L452; }
  1895. x2 = XEXP (x1, 0);
  1896. goto L462;
  1897. L452:
  1898. x2 = XEXP (x1, 2);
  1899. if (general_operand (x2, SImode))
  1900. { recog_operand[3] = x2; return 97; }
  1901. x2 = XEXP (x1, 0);
  1902. goto L462;
  1903. L463:
  1904. x2 = XEXP (x1, 1);
  1905. if (general_operand (x2, SImode))
  1906. { recog_operand[2] = x2; goto L464; }
  1907. goto L69;
  1908. L464:
  1909. x2 = XEXP (x1, 2);
  1910. if (general_operand (x2, SImode))
  1911. { recog_operand[3] = x2; return 99; }
  1912. goto L69;
  1913. L113:
  1914. x1 = XEXP (x0, 1);
  1915. switch (GET_CODE (x1))
  1916. {
  1917. case SIGN_EXTEND:
  1918. if (GET_MODE (x1) == HImode && 1)
  1919. goto L114;
  1920. break;
  1921. case TRUNCATE:
  1922. if (GET_MODE (x1) == HImode && 1)
  1923. goto L150;
  1924. break;
  1925. case FIX:
  1926. if (GET_MODE (x1) == HImode && 1)
  1927. goto L166;
  1928. break;
  1929. case ZERO_EXTEND:
  1930. if (GET_MODE (x1) == HImode && 1)
  1931. goto L194;
  1932. break;
  1933. case PLUS:
  1934. if (GET_MODE (x1) == HImode && 1)
  1935. goto L221;
  1936. break;
  1937. case MINUS:
  1938. if (GET_MODE (x1) == HImode && 1)
  1939. goto L246;
  1940. break;
  1941. case MULT:
  1942. if (GET_MODE (x1) == HImode && 1)
  1943. goto L271;
  1944. break;
  1945. case DIV:
  1946. if (GET_MODE (x1) == HImode && 1)
  1947. goto L296;
  1948. break;
  1949. case AND:
  1950. if (GET_MODE (x1) == HImode && 1)
  1951. goto L312;
  1952. break;
  1953. case IOR:
  1954. if (GET_MODE (x1) == HImode && 1)
  1955. goto L344;
  1956. break;
  1957. case XOR:
  1958. if (GET_MODE (x1) == HImode && 1)
  1959. goto L359;
  1960. break;
  1961. case NEG:
  1962. if (GET_MODE (x1) == HImode && 1)
  1963. goto L381;
  1964. break;
  1965. case NOT:
  1966. if (GET_MODE (x1) == HImode && 1)
  1967. goto L393;
  1968. break;
  1969. }
  1970. L72:
  1971. if (general_operand (x1, HImode))
  1972. { recog_operand[1] = x1; return 18; }
  1973. x1 = XEXP (x0, 0);
  1974. goto L74;
  1975. L114:
  1976. x2 = XEXP (x1, 0);
  1977. if (general_operand (x2, QImode))
  1978. { recog_operand[1] = x2; return 26; }
  1979. goto L72;
  1980. L150:
  1981. x2 = XEXP (x1, 0);
  1982. if (general_operand (x2, SImode))
  1983. { recog_operand[1] = x2; return 35; }
  1984. goto L72;
  1985. L166:
  1986. x2 = XEXP (x1, 0);
  1987. if (general_operand (x2, SFmode))
  1988. { recog_operand[1] = x2; return 39; }
  1989. L182:
  1990. if (general_operand (x2, DFmode))
  1991. { recog_operand[1] = x2; return 43; }
  1992. goto L72;
  1993. L194:
  1994. x2 = XEXP (x1, 0);
  1995. if (general_operand (x2, QImode))
  1996. { recog_operand[1] = x2; return 46; }
  1997. goto L72;
  1998. L221:
  1999. x2 = XEXP (x1, 0);
  2000. if (general_operand (x2, HImode))
  2001. { recog_operand[1] = x2; goto L222; }
  2002. goto L72;
  2003. L222:
  2004. x2 = XEXP (x1, 1);
  2005. if (general_operand (x2, HImode))
  2006. { recog_operand[2] = x2; return 52; }
  2007. goto L72;
  2008. L246:
  2009. x2 = XEXP (x1, 0);
  2010. if (general_operand (x2, HImode))
  2011. { recog_operand[1] = x2; goto L247; }
  2012. goto L72;
  2013. L247:
  2014. x2 = XEXP (x1, 1);
  2015. if (general_operand (x2, HImode))
  2016. { recog_operand[2] = x2; return 57; }
  2017. goto L72;
  2018. L271:
  2019. x2 = XEXP (x1, 0);
  2020. if (general_operand (x2, HImode))
  2021. { recog_operand[1] = x2; goto L272; }
  2022. goto L72;
  2023. L272:
  2024. x2 = XEXP (x1, 1);
  2025. if (general_operand (x2, HImode))
  2026. { recog_operand[2] = x2; return 62; }
  2027. goto L72;
  2028. L296:
  2029. x2 = XEXP (x1, 0);
  2030. if (general_operand (x2, HImode))
  2031. { recog_operand[1] = x2; goto L297; }
  2032. goto L72;
  2033. L297:
  2034. x2 = XEXP (x1, 1);
  2035. if (general_operand (x2, HImode))
  2036. { recog_operand[2] = x2; return 67; }
  2037. goto L72;
  2038. L312:
  2039. x2 = XEXP (x1, 0);
  2040. if (general_operand (x2, HImode))
  2041. { recog_operand[1] = x2; goto L313; }
  2042. goto L72;
  2043. L313:
  2044. x2 = XEXP (x1, 1);
  2045. if (GET_CODE (x2) == NOT && GET_MODE (x2) == HImode && 1)
  2046. goto L314;
  2047. L330:
  2048. if (general_operand (x2, HImode))
  2049. { recog_operand[2] = x2; if (GET_CODE (operands[2]) == CONST_INT) return 73; }
  2050. goto L72;
  2051. L314:
  2052. x3 = XEXP (x2, 0);
  2053. if (general_operand (x3, HImode))
  2054. { recog_operand[2] = x3; return 70; }
  2055. goto L330;
  2056. L344:
  2057. x2 = XEXP (x1, 0);
  2058. if (general_operand (x2, HImode))
  2059. { recog_operand[1] = x2; goto L345; }
  2060. goto L72;
  2061. L345:
  2062. x2 = XEXP (x1, 1);
  2063. if (general_operand (x2, HImode))
  2064. { recog_operand[2] = x2; return 76; }
  2065. goto L72;
  2066. L359:
  2067. x2 = XEXP (x1, 0);
  2068. if (general_operand (x2, HImode))
  2069. { recog_operand[1] = x2; goto L360; }
  2070. goto L72;
  2071. L360:
  2072. x2 = XEXP (x1, 1);
  2073. if (general_operand (x2, HImode))
  2074. { recog_operand[2] = x2; return 79; }
  2075. goto L72;
  2076. L381:
  2077. x2 = XEXP (x1, 0);
  2078. if (general_operand (x2, HImode))
  2079. { recog_operand[1] = x2; return 84; }
  2080. goto L72;
  2081. L393:
  2082. x2 = XEXP (x1, 0);
  2083. if (general_operand (x2, HImode))
  2084. { recog_operand[1] = x2; return 87; }
  2085. goto L72;
  2086. L129:
  2087. x1 = XEXP (x0, 1);
  2088. switch (GET_CODE (x1))
  2089. {
  2090. case TRUNCATE:
  2091. if (GET_MODE (x1) == QImode && 1)
  2092. goto L130;
  2093. break;
  2094. case FIX:
  2095. if (GET_MODE (x1) == QImode && 1)
  2096. goto L162;
  2097. break;
  2098. case PLUS:
  2099. if (GET_MODE (x1) == QImode && 1)
  2100. goto L226;
  2101. break;
  2102. case MINUS:
  2103. if (GET_MODE (x1) == QImode && 1)
  2104. goto L251;
  2105. break;
  2106. case MULT:
  2107. if (GET_MODE (x1) == QImode && 1)
  2108. goto L276;
  2109. break;
  2110. case DIV:
  2111. if (GET_MODE (x1) == QImode && 1)
  2112. goto L301;
  2113. break;
  2114. case AND:
  2115. if (GET_MODE (x1) == QImode && 1)
  2116. goto L318;
  2117. break;
  2118. case IOR:
  2119. if (GET_MODE (x1) == QImode && 1)
  2120. goto L349;
  2121. break;
  2122. case XOR:
  2123. if (GET_MODE (x1) == QImode && 1)
  2124. goto L364;
  2125. break;
  2126. case NEG:
  2127. if (GET_MODE (x1) == QImode && 1)
  2128. goto L385;
  2129. break;
  2130. case NOT:
  2131. if (GET_MODE (x1) == QImode && 1)
  2132. goto L397;
  2133. break;
  2134. }
  2135. L75:
  2136. if (general_operand (x1, QImode))
  2137. { recog_operand[1] = x1; return 19; }
  2138. goto ret0;
  2139. L130:
  2140. x2 = XEXP (x1, 0);
  2141. if (general_operand (x2, HImode))
  2142. { recog_operand[1] = x2; return 30; }
  2143. L146:
  2144. if (general_operand (x2, SImode))
  2145. { recog_operand[1] = x2; return 34; }
  2146. goto L75;
  2147. L162:
  2148. x2 = XEXP (x1, 0);
  2149. if (general_operand (x2, SFmode))
  2150. { recog_operand[1] = x2; return 38; }
  2151. L178:
  2152. if (general_operand (x2, DFmode))
  2153. { recog_operand[1] = x2; return 42; }
  2154. goto L75;
  2155. L226:
  2156. x2 = XEXP (x1, 0);
  2157. if (general_operand (x2, QImode))
  2158. { recog_operand[1] = x2; goto L227; }
  2159. goto L75;
  2160. L227:
  2161. x2 = XEXP (x1, 1);
  2162. if (general_operand (x2, QImode))
  2163. { recog_operand[2] = x2; return 53; }
  2164. goto L75;
  2165. L251:
  2166. x2 = XEXP (x1, 0);
  2167. if (general_operand (x2, QImode))
  2168. { recog_operand[1] = x2; goto L252; }
  2169. goto L75;
  2170. L252:
  2171. x2 = XEXP (x1, 1);
  2172. if (general_operand (x2, QImode))
  2173. { recog_operand[2] = x2; return 58; }
  2174. goto L75;
  2175. L276:
  2176. x2 = XEXP (x1, 0);
  2177. if (general_operand (x2, QImode))
  2178. { recog_operand[1] = x2; goto L277; }
  2179. goto L75;
  2180. L277:
  2181. x2 = XEXP (x1, 1);
  2182. if (general_operand (x2, QImode))
  2183. { recog_operand[2] = x2; return 63; }
  2184. goto L75;
  2185. L301:
  2186. x2 = XEXP (x1, 0);
  2187. if (general_operand (x2, QImode))
  2188. { recog_operand[1] = x2; goto L302; }
  2189. goto L75;
  2190. L302:
  2191. x2 = XEXP (x1, 1);
  2192. if (general_operand (x2, QImode))
  2193. { recog_operand[2] = x2; return 68; }
  2194. goto L75;
  2195. L318:
  2196. x2 = XEXP (x1, 0);
  2197. if (general_operand (x2, QImode))
  2198. { recog_operand[1] = x2; goto L319; }
  2199. goto L75;
  2200. L319:
  2201. x2 = XEXP (x1, 1);
  2202. if (GET_CODE (x2) == NOT && GET_MODE (x2) == QImode && 1)
  2203. goto L320;
  2204. L335:
  2205. if (general_operand (x2, QImode))
  2206. { recog_operand[2] = x2; if (GET_CODE (operands[2]) == CONST_INT) return 74; }
  2207. goto L75;
  2208. L320:
  2209. x3 = XEXP (x2, 0);
  2210. if (general_operand (x3, QImode))
  2211. { recog_operand[2] = x3; return 71; }
  2212. goto L335;
  2213. L349:
  2214. x2 = XEXP (x1, 0);
  2215. if (general_operand (x2, QImode))
  2216. { recog_operand[1] = x2; goto L350; }
  2217. goto L75;
  2218. L350:
  2219. x2 = XEXP (x1, 1);
  2220. if (general_operand (x2, QImode))
  2221. { recog_operand[2] = x2; return 77; }
  2222. goto L75;
  2223. L364:
  2224. x2 = XEXP (x1, 0);
  2225. if (general_operand (x2, QImode))
  2226. { recog_operand[1] = x2; goto L365; }
  2227. goto L75;
  2228. L365:
  2229. x2 = XEXP (x1, 1);
  2230. if (general_operand (x2, QImode))
  2231. { recog_operand[2] = x2; return 80; }
  2232. goto L75;
  2233. L385:
  2234. x2 = XEXP (x1, 0);
  2235. if (general_operand (x2, QImode))
  2236. { recog_operand[1] = x2; return 85; }
  2237. goto L75;
  2238. L397:
  2239. x2 = XEXP (x1, 0);
  2240. if (general_operand (x2, QImode))
  2241. { recog_operand[1] = x2; return 88; }
  2242. goto L75;
  2243. L77:
  2244. x1 = XVECEXP (x0, 0, 0);
  2245. if (GET_CODE (x1) == SET && 1)
  2246. goto L78;
  2247. goto L849;
  2248. L78:
  2249. x2 = XEXP (x1, 0);
  2250. if (general_operand (x2, BLKmode))
  2251. { recog_operand[0] = x2; goto L79; }
  2252. goto L849;
  2253. L79:
  2254. x2 = XEXP (x1, 1);
  2255. if (general_operand (x2, BLKmode))
  2256. { recog_operand[1] = x2; goto L80; }
  2257. goto L849;
  2258. L80:
  2259. x1 = XVECEXP (x0, 0, 1);
  2260. if (GET_CODE (x1) == USE && 1)
  2261. goto L81;
  2262. goto L849;
  2263. L81:
  2264. x2 = XEXP (x1, 0);
  2265. if (general_operand (x2, HImode))
  2266. { recog_operand[2] = x2; goto L82; }
  2267. goto L849;
  2268. L82:
  2269. x1 = XVECEXP (x0, 0, 2);
  2270. if (GET_CODE (x1) == CLOBBER && 1)
  2271. goto L83;
  2272. goto L849;
  2273. L83:
  2274. x2 = XEXP (x1, 0);
  2275. if (1)
  2276. goto L84;
  2277. goto L849;
  2278. L84:
  2279. x1 = XVECEXP (x0, 0, 3);
  2280. if (GET_CODE (x1) == CLOBBER && 1)
  2281. goto L85;
  2282. goto L849;
  2283. L85:
  2284. x2 = XEXP (x1, 0);
  2285. if (GET_CODE (x2) == REG && XINT (x2, 0) == 0 && 1)
  2286. goto L86;
  2287. goto L849;
  2288. L86:
  2289. x1 = XVECEXP (x0, 0, 4);
  2290. if (GET_CODE (x1) == CLOBBER && 1)
  2291. goto L87;
  2292. goto L849;
  2293. L87:
  2294. x2 = XEXP (x1, 0);
  2295. if (GET_CODE (x2) == REG && XINT (x2, 0) == 1 && 1)
  2296. goto L88;
  2297. goto L849;
  2298. L88:
  2299. x1 = XVECEXP (x0, 0, 5);
  2300. if (GET_CODE (x1) == CLOBBER && 1)
  2301. goto L89;
  2302. goto L849;
  2303. L89:
  2304. x2 = XEXP (x1, 0);
  2305. if (GET_CODE (x2) == REG && XINT (x2, 0) == 2 && 1)
  2306. goto L90;
  2307. goto L849;
  2308. L90:
  2309. x1 = XVECEXP (x0, 0, 6);
  2310. if (GET_CODE (x1) == CLOBBER && 1)
  2311. goto L91;
  2312. goto L849;
  2313. L91:
  2314. x2 = XEXP (x1, 0);
  2315. if (GET_CODE (x2) == REG && XINT (x2, 0) == 3 && 1)
  2316. goto L92;
  2317. goto L849;
  2318. L92:
  2319. x1 = XVECEXP (x0, 0, 7);
  2320. if (GET_CODE (x1) == CLOBBER && 1)
  2321. goto L93;
  2322. goto L849;
  2323. L93:
  2324. x2 = XEXP (x1, 0);
  2325. if (GET_CODE (x2) == REG && XINT (x2, 0) == 4 && 1)
  2326. goto L94;
  2327. goto L849;
  2328. L94:
  2329. x1 = XVECEXP (x0, 0, 8);
  2330. if (GET_CODE (x1) == CLOBBER && 1)
  2331. goto L95;
  2332. goto L849;
  2333. L95:
  2334. x2 = XEXP (x1, 0);
  2335. if (GET_CODE (x2) == REG && XINT (x2, 0) == 5 && 1)
  2336. return 20;
  2337. goto L849;
  2338. L850:
  2339. x1 = XVECEXP (x0, 0, 0);
  2340. if (GET_CODE (x1) == SET && 1)
  2341. goto L851;
  2342. goto ret0;
  2343. L851:
  2344. x2 = XEXP (x1, 0);
  2345. if (x2 == pc_rtx && 1)
  2346. goto L852;
  2347. goto ret0;
  2348. L852:
  2349. x2 = XEXP (x1, 1);
  2350. if (GET_CODE (x2) == IF_THEN_ELSE && 1)
  2351. goto L853;
  2352. goto ret0;
  2353. L853:
  2354. x3 = XEXP (x2, 0);
  2355. switch (GET_CODE (x3))
  2356. {
  2357. case GT:
  2358. if (1)
  2359. goto L854;
  2360. break;
  2361. case GE:
  2362. if (1)
  2363. goto L871;
  2364. break;
  2365. case LE:
  2366. if (1)
  2367. goto L888;
  2368. break;
  2369. case LT:
  2370. if (1)
  2371. goto L905;
  2372. break;
  2373. }
  2374. goto ret0;
  2375. L854:
  2376. x4 = XEXP (x3, 0);
  2377. if (GET_CODE (x4) != MINUS)
  2378. goto ret0;
  2379. if (GET_MODE (x4) == SImode && 1)
  2380. goto L855;
  2381. L979:
  2382. if (1)
  2383. goto L980;
  2384. goto ret0;
  2385. L855:
  2386. x5 = XEXP (x4, 0);
  2387. if (general_operand (x5, SImode))
  2388. { recog_operand[0] = x5; goto L856; }
  2389. goto L979;
  2390. L856:
  2391. x5 = XEXP (x4, 1);
  2392. if (x5 == const1_rtx && 1)
  2393. goto L857;
  2394. goto L979;
  2395. L857:
  2396. x4 = XEXP (x3, 1);
  2397. if (x4 == const0_rtx && 1)
  2398. goto L858;
  2399. x4 = XEXP (x3, 0);
  2400. goto L979;
  2401. L858:
  2402. x3 = XEXP (x2, 1);
  2403. if (GET_CODE (x3) == LABEL_REF && 1)
  2404. goto L859;
  2405. x3 = XEXP (x2, 0);
  2406. x4 = XEXP (x3, 0);
  2407. goto L979;
  2408. L859:
  2409. x4 = XEXP (x3, 0);
  2410. if (1)
  2411. { recog_operand[1] = x4; goto L860; }
  2412. x3 = XEXP (x2, 0);
  2413. x4 = XEXP (x3, 0);
  2414. goto L979;
  2415. L860:
  2416. x3 = XEXP (x2, 2);
  2417. if (x3 == pc_rtx && 1)
  2418. goto L861;
  2419. x3 = XEXP (x2, 0);
  2420. x4 = XEXP (x3, 0);
  2421. goto L979;
  2422. L861:
  2423. x1 = XVECEXP (x0, 0, 1);
  2424. if (GET_CODE (x1) == SET && 1)
  2425. goto L862;
  2426. x1 = XVECEXP (x0, 0, 0);
  2427. x2 = XEXP (x1, 1);
  2428. x3 = XEXP (x2, 0);
  2429. x4 = XEXP (x3, 0);
  2430. goto L979;
  2431. L862:
  2432. x2 = XEXP (x1, 0);
  2433. if (rtx_equal_p (x2, recog_operand[0]) && 1)
  2434. goto L863;
  2435. x1 = XVECEXP (x0, 0, 0);
  2436. x2 = XEXP (x1, 1);
  2437. x3 = XEXP (x2, 0);
  2438. x4 = XEXP (x3, 0);
  2439. goto L979;
  2440. L863:
  2441. x2 = XEXP (x1, 1);
  2442. if (GET_CODE (x2) == MINUS && GET_MODE (x2) == SImode && 1)
  2443. goto L864;
  2444. x1 = XVECEXP (x0, 0, 0);
  2445. x2 = XEXP (x1, 1);
  2446. x3 = XEXP (x2, 0);
  2447. x4 = XEXP (x3, 0);
  2448. goto L979;
  2449. L864:
  2450. x3 = XEXP (x2, 0);
  2451. if (rtx_equal_p (x3, recog_operand[0]) && 1)
  2452. goto L865;
  2453. x1 = XVECEXP (x0, 0, 0);
  2454. x2 = XEXP (x1, 1);
  2455. x3 = XEXP (x2, 0);
  2456. x4 = XEXP (x3, 0);
  2457. goto L979;
  2458. L865:
  2459. x3 = XEXP (x2, 1);
  2460. if (x3 == const1_rtx && 1)
  2461. if (!TARGET_UNIX_ASM) return 139;
  2462. x1 = XVECEXP (x0, 0, 0);
  2463. x2 = XEXP (x1, 1);
  2464. x3 = XEXP (x2, 0);
  2465. x4 = XEXP (x3, 0);
  2466. goto L979;
  2467. L980:
  2468. x5 = XEXP (x4, 0);
  2469. if (GET_CODE (x5) == PLUS && GET_MODE (x5) == SImode && 1)
  2470. goto L981;
  2471. goto ret0;
  2472. L981:
  2473. x6 = XEXP (x5, 0);
  2474. if (general_operand (x6, SImode))
  2475. { recog_operand[0] = x6; goto L982; }
  2476. goto ret0;
  2477. L982:
  2478. x6 = XEXP (x5, 1);
  2479. if (x6 == const1_rtx && 1)
  2480. goto L983;
  2481. goto ret0;
  2482. L983:
  2483. x5 = XEXP (x4, 1);
  2484. if (general_operand (x5, SImode))
  2485. { recog_operand[1] = x5; goto L984; }
  2486. goto ret0;
  2487. L984:
  2488. x4 = XEXP (x3, 1);
  2489. if (x4 == const0_rtx && 1)
  2490. goto L985;
  2491. goto ret0;
  2492. L985:
  2493. x3 = XEXP (x2, 1);
  2494. if (x3 == pc_rtx && 1)
  2495. goto L986;
  2496. goto ret0;
  2497. L986:
  2498. x3 = XEXP (x2, 2);
  2499. if (GET_CODE (x3) == LABEL_REF && 1)
  2500. goto L987;
  2501. goto ret0;
  2502. L987:
  2503. x4 = XEXP (x3, 0);
  2504. if (1)
  2505. { recog_operand[2] = x4; goto L988; }
  2506. goto ret0;
  2507. L988:
  2508. x1 = XVECEXP (x0, 0, 1);
  2509. if (GET_CODE (x1) == SET && 1)
  2510. goto L989;
  2511. goto ret0;
  2512. L989:
  2513. x2 = XEXP (x1, 0);
  2514. if (rtx_equal_p (x2, recog_operand[0]) && 1)
  2515. goto L990;
  2516. goto ret0;
  2517. L990:
  2518. x2 = XEXP (x1, 1);
  2519. if (GET_CODE (x2) == PLUS && GET_MODE (x2) == SImode && 1)
  2520. goto L991;
  2521. goto ret0;
  2522. L991:
  2523. x3 = XEXP (x2, 0);
  2524. if (rtx_equal_p (x3, recog_operand[0]) && 1)
  2525. goto L992;
  2526. goto ret0;
  2527. L992:
  2528. x3 = XEXP (x2, 1);
  2529. if (x3 == const1_rtx && 1)
  2530. if (!TARGET_UNIX_ASM) return 146;
  2531. goto ret0;
  2532. L871:
  2533. x4 = XEXP (x3, 0);
  2534. if (GET_CODE (x4) != MINUS)
  2535. goto ret0;
  2536. if (GET_MODE (x4) == SImode && 1)
  2537. goto L872;
  2538. L960:
  2539. if (1)
  2540. goto L961;
  2541. goto ret0;
  2542. L872:
  2543. x5 = XEXP (x4, 0);
  2544. if (general_operand (x5, SImode))
  2545. { recog_operand[0] = x5; goto L873; }
  2546. goto L960;
  2547. L873:
  2548. x5 = XEXP (x4, 1);
  2549. if (x5 == const1_rtx && 1)
  2550. goto L874;
  2551. goto L960;
  2552. L874:
  2553. x4 = XEXP (x3, 1);
  2554. if (x4 == const0_rtx && 1)
  2555. goto L875;
  2556. x4 = XEXP (x3, 0);
  2557. goto L960;
  2558. L875:
  2559. x3 = XEXP (x2, 1);
  2560. if (GET_CODE (x3) == LABEL_REF && 1)
  2561. goto L876;
  2562. x3 = XEXP (x2, 0);
  2563. x4 = XEXP (x3, 0);
  2564. goto L960;
  2565. L876:
  2566. x4 = XEXP (x3, 0);
  2567. if (1)
  2568. { recog_operand[1] = x4; goto L877; }
  2569. x3 = XEXP (x2, 0);
  2570. x4 = XEXP (x3, 0);
  2571. goto L960;
  2572. L877:
  2573. x3 = XEXP (x2, 2);
  2574. if (x3 == pc_rtx && 1)
  2575. goto L878;
  2576. x3 = XEXP (x2, 0);
  2577. x4 = XEXP (x3, 0);
  2578. goto L960;
  2579. L878:
  2580. x1 = XVECEXP (x0, 0, 1);
  2581. if (GET_CODE (x1) == SET && 1)
  2582. goto L879;
  2583. x1 = XVECEXP (x0, 0, 0);
  2584. x2 = XEXP (x1, 1);
  2585. x3 = XEXP (x2, 0);
  2586. x4 = XEXP (x3, 0);
  2587. goto L960;
  2588. L879:
  2589. x2 = XEXP (x1, 0);
  2590. if (rtx_equal_p (x2, recog_operand[0]) && 1)
  2591. goto L880;
  2592. x1 = XVECEXP (x0, 0, 0);
  2593. x2 = XEXP (x1, 1);
  2594. x3 = XEXP (x2, 0);
  2595. x4 = XEXP (x3, 0);
  2596. goto L960;
  2597. L880:
  2598. x2 = XEXP (x1, 1);
  2599. if (GET_CODE (x2) == MINUS && GET_MODE (x2) == SImode && 1)
  2600. goto L881;
  2601. x1 = XVECEXP (x0, 0, 0);
  2602. x2 = XEXP (x1, 1);
  2603. x3 = XEXP (x2, 0);
  2604. x4 = XEXP (x3, 0);
  2605. goto L960;
  2606. L881:
  2607. x3 = XEXP (x2, 0);
  2608. if (rtx_equal_p (x3, recog_operand[0]) && 1)
  2609. goto L882;
  2610. x1 = XVECEXP (x0, 0, 0);
  2611. x2 = XEXP (x1, 1);
  2612. x3 = XEXP (x2, 0);
  2613. x4 = XEXP (x3, 0);
  2614. goto L960;
  2615. L882:
  2616. x3 = XEXP (x2, 1);
  2617. if (x3 == const1_rtx && 1)
  2618. if (!TARGET_UNIX_ASM) return 140;
  2619. x1 = XVECEXP (x0, 0, 0);
  2620. x2 = XEXP (x1, 1);
  2621. x3 = XEXP (x2, 0);
  2622. x4 = XEXP (x3, 0);
  2623. goto L960;
  2624. L961:
  2625. x5 = XEXP (x4, 0);
  2626. if (GET_CODE (x5) == PLUS && GET_MODE (x5) == SImode && 1)
  2627. goto L962;
  2628. goto ret0;
  2629. L962:
  2630. x6 = XEXP (x5, 0);
  2631. if (general_operand (x6, SImode))
  2632. { recog_operand[0] = x6; goto L963; }
  2633. goto ret0;
  2634. L963:
  2635. x6 = XEXP (x5, 1);
  2636. if (x6 == const1_rtx && 1)
  2637. goto L964;
  2638. goto ret0;
  2639. L964:
  2640. x5 = XEXP (x4, 1);
  2641. if (general_operand (x5, SImode))
  2642. { recog_operand[1] = x5; goto L965; }
  2643. goto ret0;
  2644. L965:
  2645. x4 = XEXP (x3, 1);
  2646. if (x4 == const0_rtx && 1)
  2647. goto L966;
  2648. goto ret0;
  2649. L966:
  2650. x3 = XEXP (x2, 1);
  2651. if (x3 == pc_rtx && 1)
  2652. goto L967;
  2653. goto ret0;
  2654. L967:
  2655. x3 = XEXP (x2, 2);
  2656. if (GET_CODE (x3) == LABEL_REF && 1)
  2657. goto L968;
  2658. goto ret0;
  2659. L968:
  2660. x4 = XEXP (x3, 0);
  2661. if (1)
  2662. { recog_operand[2] = x4; goto L969; }
  2663. goto ret0;
  2664. L969:
  2665. x1 = XVECEXP (x0, 0, 1);
  2666. if (GET_CODE (x1) == SET && 1)
  2667. goto L970;
  2668. goto ret0;
  2669. L970:
  2670. x2 = XEXP (x1, 0);
  2671. if (rtx_equal_p (x2, recog_operand[0]) && 1)
  2672. goto L971;
  2673. goto ret0;
  2674. L971:
  2675. x2 = XEXP (x1, 1);
  2676. if (GET_CODE (x2) == PLUS && GET_MODE (x2) == SImode && 1)
  2677. goto L972;
  2678. goto ret0;
  2679. L972:
  2680. x3 = XEXP (x2, 0);
  2681. if (rtx_equal_p (x3, recog_operand[0]) && 1)
  2682. goto L973;
  2683. goto ret0;
  2684. L973:
  2685. x3 = XEXP (x2, 1);
  2686. if (x3 == const1_rtx && 1)
  2687. if (!TARGET_UNIX_ASM) return 145;
  2688. goto ret0;
  2689. L888:
  2690. x4 = XEXP (x3, 0);
  2691. if (GET_CODE (x4) != MINUS)
  2692. goto ret0;
  2693. if (GET_MODE (x4) == SImode && 1)
  2694. goto L889;
  2695. L941:
  2696. if (1)
  2697. goto L942;
  2698. goto ret0;
  2699. L889:
  2700. x5 = XEXP (x4, 0);
  2701. if (general_operand (x5, SImode))
  2702. { recog_operand[0] = x5; goto L890; }
  2703. goto L941;
  2704. L890:
  2705. x5 = XEXP (x4, 1);
  2706. if (x5 == const1_rtx && 1)
  2707. goto L891;
  2708. goto L941;
  2709. L891:
  2710. x4 = XEXP (x3, 1);
  2711. if (x4 == const0_rtx && 1)
  2712. goto L892;
  2713. x4 = XEXP (x3, 0);
  2714. goto L941;
  2715. L892:
  2716. x3 = XEXP (x2, 1);
  2717. if (x3 == pc_rtx && 1)
  2718. goto L893;
  2719. x3 = XEXP (x2, 0);
  2720. x4 = XEXP (x3, 0);
  2721. goto L941;
  2722. L893:
  2723. x3 = XEXP (x2, 2);
  2724. if (GET_CODE (x3) == LABEL_REF && 1)
  2725. goto L894;
  2726. x3 = XEXP (x2, 0);
  2727. x4 = XEXP (x3, 0);
  2728. goto L941;
  2729. L894:
  2730. x4 = XEXP (x3, 0);
  2731. if (1)
  2732. { recog_operand[1] = x4; goto L895; }
  2733. x3 = XEXP (x2, 0);
  2734. x4 = XEXP (x3, 0);
  2735. goto L941;
  2736. L895:
  2737. x1 = XVECEXP (x0, 0, 1);
  2738. if (GET_CODE (x1) == SET && 1)
  2739. goto L896;
  2740. x1 = XVECEXP (x0, 0, 0);
  2741. x2 = XEXP (x1, 1);
  2742. x3 = XEXP (x2, 0);
  2743. x4 = XEXP (x3, 0);
  2744. goto L941;
  2745. L896:
  2746. x2 = XEXP (x1, 0);
  2747. if (rtx_equal_p (x2, recog_operand[0]) && 1)
  2748. goto L897;
  2749. x1 = XVECEXP (x0, 0, 0);
  2750. x2 = XEXP (x1, 1);
  2751. x3 = XEXP (x2, 0);
  2752. x4 = XEXP (x3, 0);
  2753. goto L941;
  2754. L897:
  2755. x2 = XEXP (x1, 1);
  2756. if (GET_CODE (x2) == MINUS && GET_MODE (x2) == SImode && 1)
  2757. goto L898;
  2758. x1 = XVECEXP (x0, 0, 0);
  2759. x2 = XEXP (x1, 1);
  2760. x3 = XEXP (x2, 0);
  2761. x4 = XEXP (x3, 0);
  2762. goto L941;
  2763. L898:
  2764. x3 = XEXP (x2, 0);
  2765. if (rtx_equal_p (x3, recog_operand[0]) && 1)
  2766. goto L899;
  2767. x1 = XVECEXP (x0, 0, 0);
  2768. x2 = XEXP (x1, 1);
  2769. x3 = XEXP (x2, 0);
  2770. x4 = XEXP (x3, 0);
  2771. goto L941;
  2772. L899:
  2773. x3 = XEXP (x2, 1);
  2774. if (x3 == const1_rtx && 1)
  2775. if (!TARGET_UNIX_ASM) return 141;
  2776. x1 = XVECEXP (x0, 0, 0);
  2777. x2 = XEXP (x1, 1);
  2778. x3 = XEXP (x2, 0);
  2779. x4 = XEXP (x3, 0);
  2780. goto L941;
  2781. L942:
  2782. x5 = XEXP (x4, 0);
  2783. if (GET_CODE (x5) == PLUS && GET_MODE (x5) == SImode && 1)
  2784. goto L943;
  2785. goto ret0;
  2786. L943:
  2787. x6 = XEXP (x5, 0);
  2788. if (general_operand (x6, SImode))
  2789. { recog_operand[0] = x6; goto L944; }
  2790. goto ret0;
  2791. L944:
  2792. x6 = XEXP (x5, 1);
  2793. if (x6 == const1_rtx && 1)
  2794. goto L945;
  2795. goto ret0;
  2796. L945:
  2797. x5 = XEXP (x4, 1);
  2798. if (general_operand (x5, SImode))
  2799. { recog_operand[1] = x5; goto L946; }
  2800. goto ret0;
  2801. L946:
  2802. x4 = XEXP (x3, 1);
  2803. if (x4 == const0_rtx && 1)
  2804. goto L947;
  2805. goto ret0;
  2806. L947:
  2807. x3 = XEXP (x2, 1);
  2808. if (GET_CODE (x3) == LABEL_REF && 1)
  2809. goto L948;
  2810. goto ret0;
  2811. L948:
  2812. x4 = XEXP (x3, 0);
  2813. if (1)
  2814. { recog_operand[2] = x4; goto L949; }
  2815. goto ret0;
  2816. L949:
  2817. x3 = XEXP (x2, 2);
  2818. if (x3 == pc_rtx && 1)
  2819. goto L950;
  2820. goto ret0;
  2821. L950:
  2822. x1 = XVECEXP (x0, 0, 1);
  2823. if (GET_CODE (x1) == SET && 1)
  2824. goto L951;
  2825. goto ret0;
  2826. L951:
  2827. x2 = XEXP (x1, 0);
  2828. if (rtx_equal_p (x2, recog_operand[0]) && 1)
  2829. goto L952;
  2830. goto ret0;
  2831. L952:
  2832. x2 = XEXP (x1, 1);
  2833. if (GET_CODE (x2) == PLUS && GET_MODE (x2) == SImode && 1)
  2834. goto L953;
  2835. goto ret0;
  2836. L953:
  2837. x3 = XEXP (x2, 0);
  2838. if (rtx_equal_p (x3, recog_operand[0]) && 1)
  2839. goto L954;
  2840. goto ret0;
  2841. L954:
  2842. x3 = XEXP (x2, 1);
  2843. if (x3 == const1_rtx && 1)
  2844. if (!TARGET_UNIX_ASM) return 144;
  2845. goto ret0;
  2846. L905:
  2847. x4 = XEXP (x3, 0);
  2848. if (GET_CODE (x4) != MINUS)
  2849. goto ret0;
  2850. if (GET_MODE (x4) == SImode && 1)
  2851. goto L906;
  2852. L922:
  2853. if (1)
  2854. goto L923;
  2855. goto ret0;
  2856. L906:
  2857. x5 = XEXP (x4, 0);
  2858. if (general_operand (x5, SImode))
  2859. { recog_operand[0] = x5; goto L907; }
  2860. goto L922;
  2861. L907:
  2862. x5 = XEXP (x4, 1);
  2863. if (x5 == const1_rtx && 1)
  2864. goto L908;
  2865. goto L922;
  2866. L908:
  2867. x4 = XEXP (x3, 1);
  2868. if (x4 == const0_rtx && 1)
  2869. goto L909;
  2870. x4 = XEXP (x3, 0);
  2871. goto L922;
  2872. L909:
  2873. x3 = XEXP (x2, 1);
  2874. if (x3 == pc_rtx && 1)
  2875. goto L910;
  2876. x3 = XEXP (x2, 0);
  2877. x4 = XEXP (x3, 0);
  2878. goto L922;
  2879. L910:
  2880. x3 = XEXP (x2, 2);
  2881. if (GET_CODE (x3) == LABEL_REF && 1)
  2882. goto L911;
  2883. x3 = XEXP (x2, 0);
  2884. x4 = XEXP (x3, 0);
  2885. goto L922;
  2886. L911:
  2887. x4 = XEXP (x3, 0);
  2888. if (1)
  2889. { recog_operand[1] = x4; goto L912; }
  2890. x3 = XEXP (x2, 0);
  2891. x4 = XEXP (x3, 0);
  2892. goto L922;
  2893. L912:
  2894. x1 = XVECEXP (x0, 0, 1);
  2895. if (GET_CODE (x1) == SET && 1)
  2896. goto L913;
  2897. x1 = XVECEXP (x0, 0, 0);
  2898. x2 = XEXP (x1, 1);
  2899. x3 = XEXP (x2, 0);
  2900. x4 = XEXP (x3, 0);
  2901. goto L922;
  2902. L913:
  2903. x2 = XEXP (x1, 0);
  2904. if (rtx_equal_p (x2, recog_operand[0]) && 1)
  2905. goto L914;
  2906. x1 = XVECEXP (x0, 0, 0);
  2907. x2 = XEXP (x1, 1);
  2908. x3 = XEXP (x2, 0);
  2909. x4 = XEXP (x3, 0);
  2910. goto L922;
  2911. L914:
  2912. x2 = XEXP (x1, 1);
  2913. if (GET_CODE (x2) == MINUS && GET_MODE (x2) == SImode && 1)
  2914. goto L915;
  2915. x1 = XVECEXP (x0, 0, 0);
  2916. x2 = XEXP (x1, 1);
  2917. x3 = XEXP (x2, 0);
  2918. x4 = XEXP (x3, 0);
  2919. goto L922;
  2920. L915:
  2921. x3 = XEXP (x2, 0);
  2922. if (rtx_equal_p (x3, recog_operand[0]) && 1)
  2923. goto L916;
  2924. x1 = XVECEXP (x0, 0, 0);
  2925. x2 = XEXP (x1, 1);
  2926. x3 = XEXP (x2, 0);
  2927. x4 = XEXP (x3, 0);
  2928. goto L922;
  2929. L916:
  2930. x3 = XEXP (x2, 1);
  2931. if (x3 == const1_rtx && 1)
  2932. if (!TARGET_UNIX_ASM) return 142;
  2933. x1 = XVECEXP (x0, 0, 0);
  2934. x2 = XEXP (x1, 1);
  2935. x3 = XEXP (x2, 0);
  2936. x4 = XEXP (x3, 0);
  2937. goto L922;
  2938. L923:
  2939. x5 = XEXP (x4, 0);
  2940. if (GET_CODE (x5) == PLUS && GET_MODE (x5) == SImode && 1)
  2941. goto L924;
  2942. goto ret0;
  2943. L924:
  2944. x6 = XEXP (x5, 0);
  2945. if (general_operand (x6, SImode))
  2946. { recog_operand[0] = x6; goto L925; }
  2947. goto ret0;
  2948. L925:
  2949. x6 = XEXP (x5, 1);
  2950. if (x6 == const1_rtx && 1)
  2951. goto L926;
  2952. goto ret0;
  2953. L926:
  2954. x5 = XEXP (x4, 1);
  2955. if (general_operand (x5, SImode))
  2956. { recog_operand[1] = x5; goto L927; }
  2957. goto ret0;
  2958. L927:
  2959. x4 = XEXP (x3, 1);
  2960. if (x4 == const0_rtx && 1)
  2961. goto L928;
  2962. goto ret0;
  2963. L928:
  2964. x3 = XEXP (x2, 1);
  2965. if (GET_CODE (x3) == LABEL_REF && 1)
  2966. goto L929;
  2967. goto ret0;
  2968. L929:
  2969. x4 = XEXP (x3, 0);
  2970. if (1)
  2971. { recog_operand[2] = x4; goto L930; }
  2972. goto ret0;
  2973. L930:
  2974. x3 = XEXP (x2, 2);
  2975. if (x3 == pc_rtx && 1)
  2976. goto L931;
  2977. goto ret0;
  2978. L931:
  2979. x1 = XVECEXP (x0, 0, 1);
  2980. if (GET_CODE (x1) == SET && 1)
  2981. goto L932;
  2982. goto ret0;
  2983. L932:
  2984. x2 = XEXP (x1, 0);
  2985. if (rtx_equal_p (x2, recog_operand[0]) && 1)
  2986. goto L933;
  2987. goto ret0;
  2988. L933:
  2989. x2 = XEXP (x1, 1);
  2990. if (GET_CODE (x2) == PLUS && GET_MODE (x2) == SImode && 1)
  2991. goto L934;
  2992. goto ret0;
  2993. L934:
  2994. x3 = XEXP (x2, 0);
  2995. if (rtx_equal_p (x3, recog_operand[0]) && 1)
  2996. goto L935;
  2997. goto ret0;
  2998. L935:
  2999. x3 = XEXP (x2, 1);
  3000. if (x3 == const1_rtx && 1)
  3001. if (!TARGET_UNIX_ASM) return 143;
  3002. goto ret0;
  3003. L994:
  3004. x1 = XEXP (x0, 0);
  3005. if (general_operand (x1, QImode))
  3006. { recog_operand[0] = x1; goto L995; }
  3007. goto ret0;
  3008. L995:
  3009. x1 = XEXP (x0, 1);
  3010. if (general_operand (x1, QImode))
  3011. { recog_operand[1] = x1; return 147; }
  3012. goto ret0;
  3013. ret0: return -1;
  3014. }