Home | History | Annotate | Download | only in x86

Lines Matching refs:to

10 	# fldcw is most often used to set the rouding mode when doing
11 # floating point to integer conversions
20 # these are instructions with similar encodings to fldcw
80 # in a loop to give a bigger count
86 fnstcw saved_cw # store control word to mem
88 movb $12, %ah # set cw for "round to zero"
89 movw %ax, cw # store back to memory
91 fistpl result # save stack value as integer to mem
94 loop big_loop # loop to make the count more obvious
96 movl result, %ebx # sanity check to see if the