summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/itbl.s
blob: 085545be1cb88a50e3dc53e21b19afcddf94d85d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

    ; Test case for assembler option "itbl".
    ; Run as "as --itbl itbl itbl.s"
    ; or with stand-alone test case "itbl-test itbl itbl.s".

    ; Call mips coprocessor "cofun"s as defined in "itbl".

    fee $d3,$c2,0x1 	;  0x4ff07601
    fie 	  	;  0x4ff00000
    foh $2,0x100
    fum $d3,$c2     	;  0x4ff07601
    pig $2,0x100

    ; Call a mips coprocessor instruction with register "d1" 
    ; defined in "itbl".

    LWC1 $d1,0x100($2)