Home
last modified time | relevance | path

Searched refs:fldcw (Results 1 – 6 of 6) sorted by relevance

/art/runtime/interpreter/mterp/x86/
Dcvtfp_int.S22 fldcw LOCAL0+2(%esp) # set "to zero" rounding mode
29 fldcw LOCAL0(%esp) # restore previous rounding mode
/art/compiler/utils/x86/
Dassembler_x86.h464 void fldcw(const Address& src);
Dassembler_x86.cc934 void X86Assembler::fldcw(const Address& src) { in fldcw() function in art::x86::X86Assembler
/art/runtime/interpreter/mterp/out/
Dmterp_x86.S3565 fldcw LOCAL0+2(%esp) # set "to zero" rounding mode
3572 fldcw LOCAL0(%esp) # restore previous rounding mode
3632 fldcw LOCAL0+2(%esp) # set "to zero" rounding mode
3639 fldcw LOCAL0(%esp) # restore previous rounding mode
3722 fldcw LOCAL0+2(%esp) # set "to zero" rounding mode
3729 fldcw LOCAL0(%esp) # restore previous rounding mode
3789 fldcw LOCAL0+2(%esp) # set "to zero" rounding mode
3796 fldcw LOCAL0(%esp) # restore previous rounding mode
/art/compiler/utils/x86_64/
Dassembler_x86_64.h490 void fldcw(const Address& src);
Dassembler_x86_64.cc1090 void X86_64Assembler::fldcw(const Address& src) { in fldcw() function in art::x86_64::X86_64Assembler