OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:saved_cw
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S
86
fnstcw
saved_cw
# store control word to mem
87
movzwl
saved_cw
, %eax # load cw from mem, zero extending
92
fldcw
saved_cw
# restore old cw
125
saved_cw
: .long 0
label
/external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S
132
fnstcw
saved_cw
# store control word to mem
133
movzwl
saved_cw
, %eax # load cw from mem, zero extending
138
fldcw
saved_cw
# restore old cw
161
saved_cw
: .long 0
label
Completed in 125 milliseconds