Home | History | Annotate | Download | only in dist

Lines Matching refs:cas2

352 #	_compandset2() - emulate "cas2"					#
457 # cas2.w 0000 1100 11 111100 **** 000* **00 0*** #
459 # cas2.l 0000 1110 11 111100 **** 000* **00 0*** #
474 # (group2) movep, chk2, cmp2, cas2, cas
545 cmpi.b %d0,&0xfc # test for cas2
546 beq.b uieh_cas2 # go handle cas2
2723 # _compandset2(): routine to emulate cas2() #
2732 # _real_cas2() - "callout" to core cas2 emulation code #
2740 # see cas2 core emulation code #
2744 # see cas2 core emulation code #
2757 # Finally, branch to the core cas2 emulation code by calling the #
3004 # a0 is within the software package cas/cas2 emulation routines. This #
3006 # error during emulation was due to a cas/cas2 emulation access. #
3111 cmpi.b EXC_OPWORD+1(%a6),&0xfc # cas or cas2?
3112 beq.l cr_cas2 # cas2
3171 # This is the start of the cas and cas2 "core" emulation code. #
3188 # _isp_cas2(): "core" emulation code for the cas2 instruction #