Home | History | Annotate | Download | only in amd64-linux

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
18 # these are instructions with similar encodings to fldcw
29 # check some varied ways of calling fldcw
35 fldcw 2(%rsp)
42 fldcw 0(%rax) # rax
44 fldcw 0(%rbx) # rbx
46 fldcw 0(%rcx) # rcx
48 fldcw 0(%rdx) # rdx
53 # cannot assemble 32-bit fldcw on 64-bit systems
61 # fldcw 0(%eax) # eax
66 # fldcw 0(%ebx) # ebx
71 # fldcw 0(%ecx) # ecx
76 # fldcw 0(%edx) # edx
84 # fldcw 32(%eax) # eax + 8 bit offset
88 # fldcw 32(%ebx) # ebx + 8 bit offset
93 # fldcw 32(%ecx) # ecx + 8 bit offset
98 # fldcw 32(%edx) # edx + 8 bit offset
107 # fldcw 30000(%eax) # eax + 16 bit offset
112 # fldcw 30000(%ebx) # ebx + 16 bit offset
117 # fldcw 30000(%ecx) # ecx + 16 bit offset
122 # fldcw 30000(%edx) # edx + 16 bit offset
136 fldcw cw # save new rounding mode
138 fldcw saved_cw # restore old cw