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

Lines Matching refs:to

10 	# fldcw is most often used to set the rouding mode when doing
11 # floating point to integer conversions
18 # these are instructions with similar encodings to fldcw
54 # Hence the need to hand-code them
126 # in a loop to give a bigger count
132 fnstcw saved_cw # store control word to mem
134 movb $12, %ah # set cw for "round to zero"
135 movw %rax, cw # store back to memory
137 fistpl result # save stack value as integer to mem
140 loop big_loop # loop to make the count more obvious
142 movl result, %ebx # sanity check to see if the