Home
last modified time | relevance | path

Searched refs:fnstcw (Results 1 – 5 of 5) sorted by relevance

/art/runtime/interpreter/mterp/x86/
Darithmetic.S282 fnstcw LOCAL0(%esp) # remember original rounding mode
/art/compiler/utils/x86/
Dassembler_x86.h658 void fnstcw(const Address& dst);
Dassembler_x86.cc2798 void X86Assembler::fnstcw(const Address& dst) { in fnstcw() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h696 void fnstcw(const Address& dst);
Dassembler_x86_64.cc3724 void X86_64Assembler::fnstcw(const Address& dst) { in fnstcw() function in art::x86_64::X86_64Assembler