Lines Matching refs:R
21 "push %"R "di \n\t"
22 "push %"R "si \n\t"
23 "push %"R "bp \n\t"
24 "push %"R "sp \n\t"
25 "push %"R "bx \n\t"
26 "push %"R "dx \n\t"
27 "push %"R "cx \n\t"
28 "push %"R "ax \n\t"
37 "pop %"R "ax \n\t"
38 "pop %"R "cx \n\t"
39 "pop %"R "dx \n\t"
40 "pop %"R "bx \n\t"
41 "pop %"R "bp \n\t"
42 "pop %"R "bp \n\t"
43 "pop %"R "si \n\t"
44 "pop %"R "di \n\t"
113 "orl $0x200, (%%"R "sp)\n\t" in handle_external_interrupt()