Searched defs:x87_set_control_word (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86.h213 x87_set_control_word(unsigned short mode) { function
224 x87_set_control_word(unsigned short mode) { function
237 #define x87_set_control_word vpx_winx64_fldcw macro
241 x87_set_control_word(unsigned short mode) { function
255 x87_set_control_word((mode&~0x300) | 0x200);
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h213 x87_set_control_word(unsigned short mode) { function
224 x87_set_control_word(unsigned short mode) { function
237 #define x87_set_control_word vpx_winx64_fldcw macro
241 x87_set_control_word(unsigned short mode) { function
255 x87_set_control_word((mode&~0x300) | 0x200);

Completed in 186 milliseconds