Lines Matching +full:non +full:- +full:pc
4 | fpsp_fline --- FPSP handler for fline exception
8 | Next, determine if the instruction is an fmovecr with a non-zero
10 | must be a real F-line exception.
34 | check for unimplemented vector first. Use EXC_VEC-4 because
38 cmpw #UNIMP_VEC,EXC_VEC-4(%a7)
42 | fmovecr with non-zero <ea> handling here
44 subl #4,%a7 |4 accounts for 2-word difference
47 link %a6,#-LOCAL_SIZE
48 fsave -(%a7)
49 moveml %d0-%d1/%a0-%a1,USER_DA(%a6)
70 subl #UNIMP_40_SIZE-4,%a7 |emulate an orig fsave
72 moveb #UNIMP_40_SIZE-4,1(%a7)
78 subl #UNIMP_41_SIZE-4,%a7 |emulate a rev fsave
80 moveb #UNIMP_41_SIZE-4,1(%a7)
84 movel EXC_PC+4(%a6),EXC_PC(%a6) |move stacked pc to new position
87 addl %d1,EXC_PC(%a6) |increment stacked pc value to next inst
93 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 |restore data registers
97 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 |restore data registers