[BACK]Return to tbldo.sa CVS log [TXT][DIR] Up to [local] / sys / arch / m68k / fpsp

Annotation of sys/arch/m68k/fpsp/tbldo.sa, Revision 1.1

1.1     ! nbrk        1: *      $OpenBSD: tbldo.sa,v 1.2 1996/05/29 21:05:45 niklas Exp $
        !             2: *      $NetBSD: tbldo.sa,v 1.2 1994/10/26 07:50:18 cgd Exp $
        !             3:
        !             4: *      MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
        !             5: *      M68000 Hi-Performance Microprocessor Division
        !             6: *      M68040 Software Package
        !             7: *
        !             8: *      M68040 Software Package Copyright (c) 1993, 1994 Motorola Inc.
        !             9: *      All rights reserved.
        !            10: *
        !            11: *      THE SOFTWARE is provided on an "AS IS" basis and without warranty.
        !            12: *      To the maximum extent permitted by applicable law,
        !            13: *      MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED,
        !            14: *      INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
        !            15: *      PARTICULAR PURPOSE and any warranty against infringement with
        !            16: *      regard to the SOFTWARE (INCLUDING ANY MODIFIED VERSIONS THEREOF)
        !            17: *      and any accompanying written materials.
        !            18: *
        !            19: *      To the maximum extent permitted by applicable law,
        !            20: *      IN NO EVENT SHALL MOTOROLA BE LIABLE FOR ANY DAMAGES WHATSOEVER
        !            21: *      (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
        !            22: *      PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR
        !            23: *      OTHER PECUNIARY LOSS) ARISING OF THE USE OR INABILITY TO USE THE
        !            24: *      SOFTWARE.  Motorola assumes no responsibility for the maintenance
        !            25: *      and support of the SOFTWARE.
        !            26: *
        !            27: *      You are hereby granted a copyright license to use, modify, and
        !            28: *      distribute the SOFTWARE so long as this entire notice is retained
        !            29: *      without alteration in any modified and/or redistributed versions,
        !            30: *      and that such modified versions are clearly identified as such.
        !            31: *      No licenses are granted by implication, estoppel or otherwise
        !            32: *      under any patents or trademarks of Motorola, Inc.
        !            33:
        !            34: *
        !            35: *      tbldo.sa 3.1 12/10/90
        !            36: *
        !            37: * Modified:
        !            38: *      8/16/90 chinds  The table was constructed to use only one level
        !            39: *                      of indirection in do_func for monoadic
        !            40: *                      functions.  Dyadic functions require two
        !            41: *                      levels, and the tables are still contained
        !            42: *                      in do_func.  The table is arranged for
        !            43: *                      index with a 10-bit index, with the first
        !            44: *                      7 bits the opcode, and the remaining 3
        !            45: *                      the stag.  For dyadic functions, all
        !            46: *                      valid addresses are to the generic entry
        !            47: *                      point.
        !            48: *
        !            49:
        !            50: TBLDO  IDNT    2,1 Motorola 040 Floating Point Software Package
        !            51:
        !            52:        section 8
        !            53:
        !            54:        xref    ld_pinf,ld_pone,ld_ppi2
        !            55:        xref    t_dz2,t_operr
        !            56:        xref    serror,sone,szero,sinf,snzrinx
        !            57:        xref    sopr_inf,spi_2,src_nan,szr_inf
        !            58:
        !            59:        xref    smovcr
        !            60:        xref    pmod,prem,pscale
        !            61:        xref    satanh,satanhd
        !            62:        xref    sacos,sacosd,sasin,sasind,satan,satand
        !            63:        xref    setox,setoxd,setoxm1,setoxm1d,setoxm1i
        !            64:        xref    sgetexp,sgetexpd,sgetman,sgetmand
        !            65:        xref    sint,sintd,sintrz
        !            66:        xref    ssincos,ssincosd,ssincosi,ssincosnan,ssincosz
        !            67:        xref    scos,scosd,ssin,ssind,stan,stand
        !            68:        xref    scosh,scoshd,ssinh,ssinhd,stanh,stanhd
        !            69:        xref    sslog10,sslog2,sslogn,sslognp1
        !            70:        xref    sslog10d,sslog2d,sslognd,slognp1d
        !            71:        xref    stentox,stentoxd,stwotox,stwotoxd
        !            72:
        !            73: *      instruction             ;opcode-stag Notes
        !            74:        xdef    tblpre
        !            75: tblpre:
        !            76:        dc.l    smovcr          ;$00-0 fmovecr all
        !            77:        dc.l    smovcr          ;$00-1 fmovecr all
        !            78:        dc.l    smovcr          ;$00-2 fmovecr all
        !            79:        dc.l    smovcr          ;$00-3 fmovecr all
        !            80:        dc.l    smovcr          ;$00-4 fmovecr all
        !            81:        dc.l    smovcr          ;$00-5 fmovecr all
        !            82:        dc.l    smovcr          ;$00-6 fmovecr all
        !            83:        dc.l    smovcr          ;$00-7 fmovecr all
        !            84:
        !            85:        dc.l    sint            ;$01-0 fint norm
        !            86:        dc.l    szero           ;$01-1 fint zero
        !            87:        dc.l    sinf            ;$01-2 fint inf
        !            88:        dc.l    src_nan         ;$01-3 fint nan
        !            89:        dc.l    sintd           ;$01-4 fint denorm inx
        !            90:        dc.l    serror          ;$01-5 fint ERROR
        !            91:        dc.l    serror          ;$01-6 fint ERROR
        !            92:        dc.l    serror          ;$01-7 fint ERROR
        !            93:
        !            94:        dc.l    ssinh           ;$02-0 fsinh norm
        !            95:        dc.l    szero           ;$02-1 fsinh zero
        !            96:        dc.l    sinf            ;$02-2 fsinh inf
        !            97:        dc.l    src_nan         ;$02-3 fsinh nan
        !            98:        dc.l    ssinhd          ;$02-4 fsinh denorm
        !            99:        dc.l    serror          ;$02-5 fsinh ERROR
        !           100:        dc.l    serror          ;$02-6 fsinh ERROR
        !           101:        dc.l    serror          ;$02-7 fsinh ERROR
        !           102:
        !           103:        dc.l    sintrz          ;$03-0 fintrz norm
        !           104:        dc.l    szero           ;$03-1 fintrz zero
        !           105:        dc.l    sinf            ;$03-2 fintrz inf
        !           106:        dc.l    src_nan         ;$03-3 fintrz nan
        !           107:        dc.l    snzrinx         ;$03-4 fintrz denorm inx
        !           108:        dc.l    serror          ;$03-5 fintrz ERROR
        !           109:        dc.l    serror          ;$03-6 fintrz ERROR
        !           110:        dc.l    serror          ;$03-7 fintrz ERROR
        !           111:
        !           112:        dc.l    serror          ;$04-0 ERROR - illegal extension
        !           113:        dc.l    serror          ;$04-1 ERROR - illegal extension
        !           114:        dc.l    serror          ;$04-2 ERROR - illegal extension
        !           115:        dc.l    serror          ;$04-3 ERROR - illegal extension
        !           116:        dc.l    serror          ;$04-4 ERROR - illegal extension
        !           117:        dc.l    serror          ;$04-5 ERROR - illegal extension
        !           118:        dc.l    serror          ;$04-6 ERROR - illegal extension
        !           119:        dc.l    serror          ;$04-7 ERROR - illegal extension
        !           120:
        !           121:        dc.l    serror          ;$05-0 ERROR - illegal extension
        !           122:        dc.l    serror          ;$05-1 ERROR - illegal extension
        !           123:        dc.l    serror          ;$05-2 ERROR - illegal extension
        !           124:        dc.l    serror          ;$05-3 ERROR - illegal extension
        !           125:        dc.l    serror          ;$05-4 ERROR - illegal extension
        !           126:        dc.l    serror          ;$05-5 ERROR - illegal extension
        !           127:        dc.l    serror          ;$05-6 ERROR - illegal extension
        !           128:        dc.l    serror          ;$05-7 ERROR - illegal extension
        !           129:
        !           130:        dc.l    sslognp1        ;$06-0 flognp1 norm
        !           131:        dc.l    szero           ;$06-1 flognp1 zero
        !           132:        dc.l    sopr_inf        ;$06-2 flognp1 inf
        !           133:        dc.l    src_nan         ;$06-3 flognp1 nan
        !           134:        dc.l    slognp1d        ;$06-4 flognp1 denorm
        !           135:        dc.l    serror          ;$06-5 flognp1 ERROR
        !           136:        dc.l    serror          ;$06-6 flognp1 ERROR
        !           137:        dc.l    serror          ;$06-7 flognp1 ERROR
        !           138:
        !           139:        dc.l    serror          ;$07-0 ERROR - illegal extension
        !           140:        dc.l    serror          ;$07-1 ERROR - illegal extension
        !           141:        dc.l    serror          ;$07-2 ERROR - illegal extension
        !           142:        dc.l    serror          ;$07-3 ERROR - illegal extension
        !           143:        dc.l    serror          ;$07-4 ERROR - illegal extension
        !           144:        dc.l    serror          ;$07-5 ERROR - illegal extension
        !           145:        dc.l    serror          ;$07-6 ERROR - illegal extension
        !           146:        dc.l    serror          ;$07-7 ERROR - illegal extension
        !           147:
        !           148:        dc.l    setoxm1         ;$08-0 fetoxm1 norm
        !           149:        dc.l    szero           ;$08-1 fetoxm1 zero
        !           150:        dc.l    setoxm1i        ;$08-2 fetoxm1 inf
        !           151:        dc.l    src_nan         ;$08-3 fetoxm1 nan
        !           152:        dc.l    setoxm1d        ;$08-4 fetoxm1 denorm
        !           153:        dc.l    serror          ;$08-5 fetoxm1 ERROR
        !           154:        dc.l    serror          ;$08-6 fetoxm1 ERROR
        !           155:        dc.l    serror          ;$08-7 fetoxm1 ERROR
        !           156:
        !           157:        dc.l    stanh           ;$09-0 ftanh norm
        !           158:        dc.l    szero           ;$09-1 ftanh zero
        !           159:        dc.l    sone            ;$09-2 ftanh inf
        !           160:        dc.l    src_nan         ;$09-3 ftanh nan
        !           161:        dc.l    stanhd          ;$09-4 ftanh denorm
        !           162:        dc.l    serror          ;$09-5 ftanh ERROR
        !           163:        dc.l    serror          ;$09-6 ftanh ERROR
        !           164:        dc.l    serror          ;$09-7 ftanh ERROR
        !           165:
        !           166:        dc.l    satan           ;$0a-0 fatan norm
        !           167:        dc.l    szero           ;$0a-1 fatan zero
        !           168:        dc.l    spi_2           ;$0a-2 fatan inf
        !           169:        dc.l    src_nan         ;$0a-3 fatan nan
        !           170:        dc.l    satand          ;$0a-4 fatan denorm
        !           171:        dc.l    serror          ;$0a-5 fatan ERROR
        !           172:        dc.l    serror          ;$0a-6 fatan ERROR
        !           173:        dc.l    serror          ;$0a-7 fatan ERROR
        !           174:
        !           175:        dc.l    serror          ;$0b-0 ERROR - illegal extension
        !           176:        dc.l    serror          ;$0b-1 ERROR - illegal extension
        !           177:        dc.l    serror          ;$0b-2 ERROR - illegal extension
        !           178:        dc.l    serror          ;$0b-3 ERROR - illegal extension
        !           179:        dc.l    serror          ;$0b-4 ERROR - illegal extension
        !           180:        dc.l    serror          ;$0b-5 ERROR - illegal extension
        !           181:        dc.l    serror          ;$0b-6 ERROR - illegal extension
        !           182:        dc.l    serror          ;$0b-7 ERROR - illegal extension
        !           183:
        !           184:        dc.l    sasin           ;$0c-0 fasin norm
        !           185:        dc.l    szero           ;$0c-1 fasin zero
        !           186:        dc.l    t_operr         ;$0c-2 fasin inf
        !           187:        dc.l    src_nan         ;$0c-3 fasin nan
        !           188:        dc.l    sasind          ;$0c-4 fasin denorm
        !           189:        dc.l    serror          ;$0c-5 fasin ERROR
        !           190:        dc.l    serror          ;$0c-6 fasin ERROR
        !           191:        dc.l    serror          ;$0c-7 fasin ERROR
        !           192:
        !           193:        dc.l    satanh          ;$0d-0 fatanh norm
        !           194:        dc.l    szero           ;$0d-1 fatanh zero
        !           195:        dc.l    t_operr         ;$0d-2 fatanh inf
        !           196:        dc.l    src_nan         ;$0d-3 fatanh nan
        !           197:        dc.l    satanhd         ;$0d-4 fatanh denorm
        !           198:        dc.l    serror          ;$0d-5 fatanh ERROR
        !           199:        dc.l    serror          ;$0d-6 fatanh ERROR
        !           200:        dc.l    serror          ;$0d-7 fatanh ERROR
        !           201:
        !           202:        dc.l    ssin            ;$0e-0 fsin norm
        !           203:        dc.l    szero           ;$0e-1 fsin zero
        !           204:        dc.l    t_operr         ;$0e-2 fsin inf
        !           205:        dc.l    src_nan         ;$0e-3 fsin nan
        !           206:        dc.l    ssind           ;$0e-4 fsin denorm
        !           207:        dc.l    serror          ;$0e-5 fsin ERROR
        !           208:        dc.l    serror          ;$0e-6 fsin ERROR
        !           209:        dc.l    serror          ;$0e-7 fsin ERROR
        !           210:
        !           211:        dc.l    stan            ;$0f-0 ftan norm
        !           212:        dc.l    szero           ;$0f-1 ftan zero
        !           213:        dc.l    t_operr         ;$0f-2 ftan inf
        !           214:        dc.l    src_nan         ;$0f-3 ftan nan
        !           215:        dc.l    stand           ;$0f-4 ftan denorm
        !           216:        dc.l    serror          ;$0f-5 ftan ERROR
        !           217:        dc.l    serror          ;$0f-6 ftan ERROR
        !           218:        dc.l    serror          ;$0f-7 ftan ERROR
        !           219:
        !           220:        dc.l    setox           ;$10-0 fetox norm
        !           221:        dc.l    ld_pone         ;$10-1 fetox zero
        !           222:        dc.l    szr_inf         ;$10-2 fetox inf
        !           223:        dc.l    src_nan         ;$10-3 fetox nan
        !           224:        dc.l    setoxd          ;$10-4 fetox denorm
        !           225:        dc.l    serror          ;$10-5 fetox ERROR
        !           226:        dc.l    serror          ;$10-6 fetox ERROR
        !           227:        dc.l    serror          ;$10-7 fetox ERROR
        !           228:
        !           229:        dc.l    stwotox         ;$11-0 ftwotox norm
        !           230:        dc.l    ld_pone         ;$11-1 ftwotox zero
        !           231:        dc.l    szr_inf         ;$11-2 ftwotox inf
        !           232:        dc.l    src_nan         ;$11-3 ftwotox nan
        !           233:        dc.l    stwotoxd        ;$11-4 ftwotox denorm
        !           234:        dc.l    serror          ;$11-5 ftwotox ERROR
        !           235:        dc.l    serror          ;$11-6 ftwotox ERROR
        !           236:        dc.l    serror          ;$11-7 ftwotox ERROR
        !           237:
        !           238:        dc.l    stentox         ;$12-0 ftentox norm
        !           239:        dc.l    ld_pone         ;$12-1 ftentox zero
        !           240:        dc.l    szr_inf         ;$12-2 ftentox inf
        !           241:        dc.l    src_nan         ;$12-3 ftentox nan
        !           242:        dc.l    stentoxd        ;$12-4 ftentox denorm
        !           243:        dc.l    serror          ;$12-5 ftentox ERROR
        !           244:        dc.l    serror          ;$12-6 ftentox ERROR
        !           245:        dc.l    serror          ;$12-7 ftentox ERROR
        !           246:
        !           247:        dc.l    serror          ;$13-0 ERROR - illegal extension
        !           248:        dc.l    serror          ;$13-1 ERROR - illegal extension
        !           249:        dc.l    serror          ;$13-2 ERROR - illegal extension
        !           250:        dc.l    serror          ;$13-3 ERROR - illegal extension
        !           251:        dc.l    serror          ;$13-4 ERROR - illegal extension
        !           252:        dc.l    serror          ;$13-5 ERROR - illegal extension
        !           253:        dc.l    serror          ;$13-6 ERROR - illegal extension
        !           254:        dc.l    serror          ;$13-7 ERROR - illegal extension
        !           255:
        !           256:        dc.l    sslogn          ;$14-0 flogn norm
        !           257:        dc.l    t_dz2           ;$14-1 flogn zero
        !           258:        dc.l    sopr_inf        ;$14-2 flogn inf
        !           259:        dc.l    src_nan         ;$14-3 flogn nan
        !           260:        dc.l    sslognd         ;$14-4 flogn denorm
        !           261:        dc.l    serror          ;$14-5 flogn ERROR
        !           262:        dc.l    serror          ;$14-6 flogn ERROR
        !           263:        dc.l    serror          ;$14-7 flogn ERROR
        !           264:
        !           265:        dc.l    sslog10         ;$15-0 flog10 norm
        !           266:        dc.l    t_dz2           ;$15-1 flog10 zero
        !           267:        dc.l    sopr_inf        ;$15-2 flog10 inf
        !           268:        dc.l    src_nan         ;$15-3 flog10 nan
        !           269:        dc.l    sslog10d        ;$15-4 flog10 denorm
        !           270:        dc.l    serror          ;$15-5 flog10 ERROR
        !           271:        dc.l    serror          ;$15-6 flog10 ERROR
        !           272:        dc.l    serror          ;$15-7 flog10 ERROR
        !           273:
        !           274:        dc.l    sslog2          ;$16-0 flog2 norm
        !           275:        dc.l    t_dz2           ;$16-1 flog2 zero
        !           276:        dc.l    sopr_inf        ;$16-2 flog2 inf
        !           277:        dc.l    src_nan         ;$16-3 flog2 nan
        !           278:        dc.l    sslog2d         ;$16-4 flog2 denorm
        !           279:        dc.l    serror          ;$16-5 flog2 ERROR
        !           280:        dc.l    serror          ;$16-6 flog2 ERROR
        !           281:        dc.l    serror          ;$16-7 flog2 ERROR
        !           282:
        !           283:        dc.l    serror          ;$17-0 ERROR - illegal extension
        !           284:        dc.l    serror          ;$17-1 ERROR - illegal extension
        !           285:        dc.l    serror          ;$17-2 ERROR - illegal extension
        !           286:        dc.l    serror          ;$17-3 ERROR - illegal extension
        !           287:        dc.l    serror          ;$17-4 ERROR - illegal extension
        !           288:        dc.l    serror          ;$17-5 ERROR - illegal extension
        !           289:        dc.l    serror          ;$17-6 ERROR - illegal extension
        !           290:        dc.l    serror          ;$17-7 ERROR - illegal extension
        !           291:
        !           292:        dc.l    serror          ;$18-0 ERROR - illegal extension
        !           293:        dc.l    serror          ;$18-1 ERROR - illegal extension
        !           294:        dc.l    serror          ;$18-2 ERROR - illegal extension
        !           295:        dc.l    serror          ;$18-3 ERROR - illegal extension
        !           296:        dc.l    serror          ;$18-4 ERROR - illegal extension
        !           297:        dc.l    serror          ;$18-5 ERROR - illegal extension
        !           298:        dc.l    serror          ;$18-6 ERROR - illegal extension
        !           299:        dc.l    serror          ;$18-7 ERROR - illegal extension
        !           300:
        !           301:        dc.l    scosh           ;$19-0 fcosh norm
        !           302:        dc.l    ld_pone         ;$19-1 fcosh zero
        !           303:        dc.l    ld_pinf         ;$19-2 fcosh inf
        !           304:        dc.l    src_nan         ;$19-3 fcosh nan
        !           305:        dc.l    scoshd          ;$19-4 fcosh denorm
        !           306:        dc.l    serror          ;$19-5 fcosh ERROR
        !           307:        dc.l    serror          ;$19-6 fcosh ERROR
        !           308:        dc.l    serror          ;$19-7 fcosh ERROR
        !           309:
        !           310:        dc.l    serror          ;$1a-0 ERROR - illegal extension
        !           311:        dc.l    serror          ;$1a-1 ERROR - illegal extension
        !           312:        dc.l    serror          ;$1a-2 ERROR - illegal extension
        !           313:        dc.l    serror          ;$1a-3 ERROR - illegal extension
        !           314:        dc.l    serror          ;$1a-4 ERROR - illegal extension
        !           315:        dc.l    serror          ;$1a-5 ERROR - illegal extension
        !           316:        dc.l    serror          ;$1a-6 ERROR - illegal extension
        !           317:        dc.l    serror          ;$1a-7 ERROR - illegal extension
        !           318:
        !           319:        dc.l    serror          ;$1b-0 ERROR - illegal extension
        !           320:        dc.l    serror          ;$1b-1 ERROR - illegal extension
        !           321:        dc.l    serror          ;$1b-2 ERROR - illegal extension
        !           322:        dc.l    serror          ;$1b-3 ERROR - illegal extension
        !           323:        dc.l    serror          ;$1b-4 ERROR - illegal extension
        !           324:        dc.l    serror          ;$1b-5 ERROR - illegal extension
        !           325:        dc.l    serror          ;$1b-6 ERROR - illegal extension
        !           326:        dc.l    serror          ;$1b-7 ERROR - illegal extension
        !           327:
        !           328:        dc.l    sacos           ;$1c-0 facos norm
        !           329:        dc.l    ld_ppi2         ;$1c-1 facos zero
        !           330:        dc.l    t_operr         ;$1c-2 facos inf
        !           331:        dc.l    src_nan         ;$1c-3 facos nan
        !           332:        dc.l    sacosd          ;$1c-4 facos denorm
        !           333:        dc.l    serror          ;$1c-5 facos ERROR
        !           334:        dc.l    serror          ;$1c-6 facos ERROR
        !           335:        dc.l    serror          ;$1c-7 facos ERROR
        !           336:
        !           337:        dc.l    scos            ;$1d-0 fcos norm
        !           338:        dc.l    ld_pone         ;$1d-1 fcos zero
        !           339:        dc.l    t_operr         ;$1d-2 fcos inf
        !           340:        dc.l    src_nan         ;$1d-3 fcos nan
        !           341:        dc.l    scosd           ;$1d-4 fcos denorm
        !           342:        dc.l    serror          ;$1d-5 fcos ERROR
        !           343:        dc.l    serror          ;$1d-6 fcos ERROR
        !           344:        dc.l    serror          ;$1d-7 fcos ERROR
        !           345:
        !           346:        dc.l    sgetexp         ;$1e-0 fgetexp norm
        !           347:        dc.l    szero           ;$1e-1 fgetexp zero
        !           348:        dc.l    t_operr         ;$1e-2 fgetexp inf
        !           349:        dc.l    src_nan         ;$1e-3 fgetexp nan
        !           350:        dc.l    sgetexpd        ;$1e-4 fgetexp denorm
        !           351:        dc.l    serror          ;$1e-5 fgetexp ERROR
        !           352:        dc.l    serror          ;$1e-6 fgetexp ERROR
        !           353:        dc.l    serror          ;$1e-7 fgetexp ERROR
        !           354:
        !           355:        dc.l    sgetman         ;$1f-0 fgetman norm
        !           356:        dc.l    szero           ;$1f-1 fgetman zero
        !           357:        dc.l    t_operr         ;$1f-2 fgetman inf
        !           358:        dc.l    src_nan         ;$1f-3 fgetman nan
        !           359:        dc.l    sgetmand        ;$1f-4 fgetman denorm
        !           360:        dc.l    serror          ;$1f-5 fgetman ERROR
        !           361:        dc.l    serror          ;$1f-6 fgetman ERROR
        !           362:        dc.l    serror          ;$1f-7 fgetman ERROR
        !           363:
        !           364:        dc.l    serror          ;$20-0 ERROR - illegal extension
        !           365:        dc.l    serror          ;$20-1 ERROR - illegal extension
        !           366:        dc.l    serror          ;$20-2 ERROR - illegal extension
        !           367:        dc.l    serror          ;$20-3 ERROR - illegal extension
        !           368:        dc.l    serror          ;$20-4 ERROR - illegal extension
        !           369:        dc.l    serror          ;$20-5 ERROR - illegal extension
        !           370:        dc.l    serror          ;$20-6 ERROR - illegal extension
        !           371:        dc.l    serror          ;$20-7 ERROR - illegal extension
        !           372:
        !           373:        dc.l    pmod            ;$21-0 fmod all
        !           374:        dc.l    pmod            ;$21-1 fmod all
        !           375:        dc.l    pmod            ;$21-2 fmod all
        !           376:        dc.l    pmod            ;$21-3 fmod all
        !           377:        dc.l    pmod            ;$21-4 fmod all
        !           378:        dc.l    serror          ;$21-5 fmod ERROR
        !           379:        dc.l    serror          ;$21-6 fmod ERROR
        !           380:        dc.l    serror          ;$21-7 fmod ERROR
        !           381:
        !           382:        dc.l    serror          ;$22-0 ERROR - illegal extension
        !           383:        dc.l    serror          ;$22-1 ERROR - illegal extension
        !           384:        dc.l    serror          ;$22-2 ERROR - illegal extension
        !           385:        dc.l    serror          ;$22-3 ERROR - illegal extension
        !           386:        dc.l    serror          ;$22-4 ERROR - illegal extension
        !           387:        dc.l    serror          ;$22-5 ERROR - illegal extension
        !           388:        dc.l    serror          ;$22-6 ERROR - illegal extension
        !           389:        dc.l    serror          ;$22-7 ERROR - illegal extension
        !           390:
        !           391:        dc.l    serror          ;$23-0 ERROR - illegal extension
        !           392:        dc.l    serror          ;$23-1 ERROR - illegal extension
        !           393:        dc.l    serror          ;$23-2 ERROR - illegal extension
        !           394:        dc.l    serror          ;$23-3 ERROR - illegal extension
        !           395:        dc.l    serror          ;$23-4 ERROR - illegal extension
        !           396:        dc.l    serror          ;$23-5 ERROR - illegal extension
        !           397:        dc.l    serror          ;$23-6 ERROR - illegal extension
        !           398:        dc.l    serror          ;$23-7 ERROR - illegal extension
        !           399:
        !           400:        dc.l    serror          ;$24-0 ERROR - illegal extension
        !           401:        dc.l    serror          ;$24-1 ERROR - illegal extension
        !           402:        dc.l    serror          ;$24-2 ERROR - illegal extension
        !           403:        dc.l    serror          ;$24-3 ERROR - illegal extension
        !           404:        dc.l    serror          ;$24-4 ERROR - illegal extension
        !           405:        dc.l    serror          ;$24-5 ERROR - illegal extension
        !           406:        dc.l    serror          ;$24-6 ERROR - illegal extension
        !           407:        dc.l    serror          ;$24-7 ERROR - illegal extension
        !           408:
        !           409:        dc.l    prem            ;$25-0 frem all
        !           410:        dc.l    prem            ;$25-1 frem all
        !           411:        dc.l    prem            ;$25-2 frem all
        !           412:        dc.l    prem            ;$25-3 frem all
        !           413:        dc.l    prem            ;$25-4 frem all
        !           414:        dc.l    serror          ;$25-5 frem ERROR
        !           415:        dc.l    serror          ;$25-6 frem ERROR
        !           416:        dc.l    serror          ;$25-7 frem ERROR
        !           417:
        !           418:        dc.l    pscale          ;$26-0 fscale all
        !           419:        dc.l    pscale          ;$26-1 fscale all
        !           420:        dc.l    pscale          ;$26-2 fscale all
        !           421:        dc.l    pscale          ;$26-3 fscale all
        !           422:        dc.l    pscale          ;$26-4 fscale all
        !           423:        dc.l    serror          ;$26-5 fscale ERROR
        !           424:        dc.l    serror          ;$26-6 fscale ERROR
        !           425:        dc.l    serror          ;$26-7 fscale ERROR
        !           426:
        !           427:        dc.l    serror          ;$27-0 ERROR - illegal extension
        !           428:        dc.l    serror          ;$27-1 ERROR - illegal extension
        !           429:        dc.l    serror          ;$27-2 ERROR - illegal extension
        !           430:        dc.l    serror          ;$27-3 ERROR - illegal extension
        !           431:        dc.l    serror          ;$27-4 ERROR - illegal extension
        !           432:        dc.l    serror          ;$27-5 ERROR - illegal extension
        !           433:        dc.l    serror          ;$27-6 ERROR - illegal extension
        !           434:        dc.l    serror          ;$27-7 ERROR - illegal extension
        !           435:
        !           436:        dc.l    serror          ;$28-0 ERROR - illegal extension
        !           437:        dc.l    serror          ;$28-1 ERROR - illegal extension
        !           438:        dc.l    serror          ;$28-2 ERROR - illegal extension
        !           439:        dc.l    serror          ;$28-3 ERROR - illegal extension
        !           440:        dc.l    serror          ;$28-4 ERROR - illegal extension
        !           441:        dc.l    serror          ;$28-5 ERROR - illegal extension
        !           442:        dc.l    serror          ;$28-6 ERROR - illegal extension
        !           443:        dc.l    serror          ;$28-7 ERROR - illegal extension
        !           444:
        !           445:        dc.l    serror          ;$29-0 ERROR - illegal extension
        !           446:        dc.l    serror          ;$29-1 ERROR - illegal extension
        !           447:        dc.l    serror          ;$29-2 ERROR - illegal extension
        !           448:        dc.l    serror          ;$29-3 ERROR - illegal extension
        !           449:        dc.l    serror          ;$29-4 ERROR - illegal extension
        !           450:        dc.l    serror          ;$29-5 ERROR - illegal extension
        !           451:        dc.l    serror          ;$29-6 ERROR - illegal extension
        !           452:        dc.l    serror          ;$29-7 ERROR - illegal extension
        !           453:
        !           454:        dc.l    serror          ;$2a-0 ERROR - illegal extension
        !           455:        dc.l    serror          ;$2a-1 ERROR - illegal extension
        !           456:        dc.l    serror          ;$2a-2 ERROR - illegal extension
        !           457:        dc.l    serror          ;$2a-3 ERROR - illegal extension
        !           458:        dc.l    serror          ;$2a-4 ERROR - illegal extension
        !           459:        dc.l    serror          ;$2a-5 ERROR - illegal extension
        !           460:        dc.l    serror          ;$2a-6 ERROR - illegal extension
        !           461:        dc.l    serror          ;$2a-7 ERROR - illegal extension
        !           462:
        !           463:        dc.l    serror          ;$2b-0 ERROR - illegal extension
        !           464:        dc.l    serror          ;$2b-1 ERROR - illegal extension
        !           465:        dc.l    serror          ;$2b-2 ERROR - illegal extension
        !           466:        dc.l    serror          ;$2b-3 ERROR - illegal extension
        !           467:        dc.l    serror          ;$2b-4 ERROR - illegal extension
        !           468:        dc.l    serror          ;$2b-5 ERROR - illegal extension
        !           469:        dc.l    serror          ;$2b-6 ERROR - illegal extension
        !           470:        dc.l    serror          ;$2b-7 ERROR - illegal extension
        !           471:
        !           472:        dc.l    serror          ;$2c-0 ERROR - illegal extension
        !           473:        dc.l    serror          ;$2c-1 ERROR - illegal extension
        !           474:        dc.l    serror          ;$2c-2 ERROR - illegal extension
        !           475:        dc.l    serror          ;$2c-3 ERROR - illegal extension
        !           476:        dc.l    serror          ;$2c-4 ERROR - illegal extension
        !           477:        dc.l    serror          ;$2c-5 ERROR - illegal extension
        !           478:        dc.l    serror          ;$2c-6 ERROR - illegal extension
        !           479:        dc.l    serror          ;$2c-7 ERROR - illegal extension
        !           480:
        !           481:        dc.l    serror          ;$2d-0 ERROR - illegal extension
        !           482:        dc.l    serror          ;$2d-1 ERROR - illegal extension
        !           483:        dc.l    serror          ;$2d-2 ERROR - illegal extension
        !           484:        dc.l    serror          ;$2d-3 ERROR - illegal extension
        !           485:        dc.l    serror          ;$2d-4 ERROR - illegal extension
        !           486:        dc.l    serror          ;$2d-5 ERROR - illegal extension
        !           487:        dc.l    serror          ;$2d-6 ERROR - illegal extension
        !           488:        dc.l    serror          ;$2d-7 ERROR - illegal extension
        !           489:
        !           490:        dc.l    serror          ;$2e-0 ERROR - illegal extension
        !           491:        dc.l    serror          ;$2e-1 ERROR - illegal extension
        !           492:        dc.l    serror          ;$2e-2 ERROR - illegal extension
        !           493:        dc.l    serror          ;$2e-3 ERROR - illegal extension
        !           494:        dc.l    serror          ;$2e-4 ERROR - illegal extension
        !           495:        dc.l    serror          ;$2e-5 ERROR - illegal extension
        !           496:        dc.l    serror          ;$2e-6 ERROR - illegal extension
        !           497:        dc.l    serror          ;$2e-7 ERROR - illegal extension
        !           498:
        !           499:        dc.l    serror          ;$2f-0 ERROR - illegal extension
        !           500:        dc.l    serror          ;$2f-1 ERROR - illegal extension
        !           501:        dc.l    serror          ;$2f-2 ERROR - illegal extension
        !           502:        dc.l    serror          ;$2f-3 ERROR - illegal extension
        !           503:        dc.l    serror          ;$2f-4 ERROR - illegal extension
        !           504:        dc.l    serror          ;$2f-5 ERROR - illegal extension
        !           505:        dc.l    serror          ;$2f-6 ERROR - illegal extension
        !           506:        dc.l    serror          ;$2f-7 ERROR - illegal extension
        !           507:
        !           508:        dc.l    ssincos         ;$30-0 fsincos norm
        !           509:        dc.l    ssincosz        ;$30-1 fsincos zero
        !           510:        dc.l    ssincosi        ;$30-2 fsincos inf
        !           511:        dc.l    ssincosnan      ;$30-3 fsincos nan
        !           512:        dc.l    ssincosd        ;$30-4 fsincos denorm
        !           513:        dc.l    serror          ;$30-5 fsincos ERROR
        !           514:        dc.l    serror          ;$30-6 fsincos ERROR
        !           515:        dc.l    serror          ;$30-7 fsincos ERROR
        !           516:
        !           517:        dc.l    ssincos         ;$31-0 fsincos norm
        !           518:        dc.l    ssincosz        ;$31-1 fsincos zero
        !           519:        dc.l    ssincosi        ;$31-2 fsincos inf
        !           520:        dc.l    ssincosnan      ;$31-3 fsincos nan
        !           521:        dc.l    ssincosd        ;$31-4 fsincos denorm
        !           522:        dc.l    serror          ;$31-5 fsincos ERROR
        !           523:        dc.l    serror          ;$31-6 fsincos ERROR
        !           524:        dc.l    serror          ;$31-7 fsincos ERROR
        !           525:
        !           526:        dc.l    ssincos         ;$32-0 fsincos norm
        !           527:        dc.l    ssincosz        ;$32-1 fsincos zero
        !           528:        dc.l    ssincosi        ;$32-2 fsincos inf
        !           529:        dc.l    ssincosnan      ;$32-3 fsincos nan
        !           530:        dc.l    ssincosd        ;$32-4 fsincos denorm
        !           531:        dc.l    serror          ;$32-5 fsincos ERROR
        !           532:        dc.l    serror          ;$32-6 fsincos ERROR
        !           533:        dc.l    serror          ;$32-7 fsincos ERROR
        !           534:
        !           535:        dc.l    ssincos         ;$33-0 fsincos norm
        !           536:        dc.l    ssincosz        ;$33-1 fsincos zero
        !           537:        dc.l    ssincosi        ;$33-2 fsincos inf
        !           538:        dc.l    ssincosnan      ;$33-3 fsincos nan
        !           539:        dc.l    ssincosd        ;$33-4 fsincos denorm
        !           540:        dc.l    serror          ;$33-5 fsincos ERROR
        !           541:        dc.l    serror          ;$33-6 fsincos ERROR
        !           542:        dc.l    serror          ;$33-7 fsincos ERROR
        !           543:
        !           544:        dc.l    ssincos         ;$34-0 fsincos norm
        !           545:        dc.l    ssincosz        ;$34-1 fsincos zero
        !           546:        dc.l    ssincosi        ;$34-2 fsincos inf
        !           547:        dc.l    ssincosnan      ;$34-3 fsincos nan
        !           548:        dc.l    ssincosd        ;$34-4 fsincos denorm
        !           549:        dc.l    serror          ;$34-5 fsincos ERROR
        !           550:        dc.l    serror          ;$34-6 fsincos ERROR
        !           551:        dc.l    serror          ;$34-7 fsincos ERROR
        !           552:
        !           553:        dc.l    ssincos         ;$35-0 fsincos norm
        !           554:        dc.l    ssincosz        ;$35-1 fsincos zero
        !           555:        dc.l    ssincosi        ;$35-2 fsincos inf
        !           556:        dc.l    ssincosnan      ;$35-3 fsincos nan
        !           557:        dc.l    ssincosd        ;$35-4 fsincos denorm
        !           558:        dc.l    serror          ;$35-5 fsincos ERROR
        !           559:        dc.l    serror          ;$35-6 fsincos ERROR
        !           560:        dc.l    serror          ;$35-7 fsincos ERROR
        !           561:
        !           562:        dc.l    ssincos         ;$36-0 fsincos norm
        !           563:        dc.l    ssincosz        ;$36-1 fsincos zero
        !           564:        dc.l    ssincosi        ;$36-2 fsincos inf
        !           565:        dc.l    ssincosnan      ;$36-3 fsincos nan
        !           566:        dc.l    ssincosd        ;$36-4 fsincos denorm
        !           567:        dc.l    serror          ;$36-5 fsincos ERROR
        !           568:        dc.l    serror          ;$36-6 fsincos ERROR
        !           569:        dc.l    serror          ;$36-7 fsincos ERROR
        !           570:
        !           571:        dc.l    ssincos         ;$37-0 fsincos norm
        !           572:        dc.l    ssincosz        ;$37-1 fsincos zero
        !           573:        dc.l    ssincosi        ;$37-2 fsincos inf
        !           574:        dc.l    ssincosnan      ;$37-3 fsincos nan
        !           575:        dc.l    ssincosd        ;$37-4 fsincos denorm
        !           576:        dc.l    serror          ;$37-5 fsincos ERROR
        !           577:        dc.l    serror          ;$37-6 fsincos ERROR
        !           578:        dc.l    serror          ;$37-7 fsincos ERROR
        !           579:
        !           580:        end

CVSweb