Home | History | Annotate | Download | only in x86

Lines Matching refs:fldcw

5         # This code tests for the fldcw "load floating point command word"
10 # fldcw is most often used to set the rouding mode when doing
20 # these are instructions with similar encodings to fldcw
31 # check some varied ways of calling fldcw
38 fldcw 2(%esp)
45 fldcw 0(%eax) # eax
47 fldcw 0(%ebx) # ebx
49 fldcw 0(%ecx) # ecx
51 fldcw 0(%edx) # edx
58 fldcw 32(%eax) # eax + 8 bit offset
60 fldcw 32(%ebx) # ebx + 8 bit offset
62 fldcw 32(%ecx) # ecx + 8 bit offset
64 fldcw 32(%edx) # edx + 8 bit offset
71 fldcw 30000(%eax) # eax + 16 bit offset
73 fldcw 30000(%ebx) # ebx + 16 bit offset
75 fldcw 30000(%ecx) # ecx + 16 bit offset
77 fldcw 30000(%edx) # edx + 16 bit offset
90 fldcw cw # save new rounding mode
92 fldcw saved_cw # restore old cw