Home
last modified time | relevance | path

Searched refs:fstsw (Results 1 – 8 of 8) sorted by relevance

/art/runtime/interpreter/mterp/x86ng/
Dfloating_point.S182 fstsw %ax
199 fstsw %ax
215 fstsw %ax
232 fstsw %ax
/art/runtime/interpreter/mterp/x86_64ng/
Dfloating_point.S182 fstsw %ax
199 fstsw %ax
215 fstsw %ax
232 fstsw %ax
/art/compiler/utils/x86/
Dassembler_x86.h722 void fstsw();
Dassembler_x86.cc2827 void X86Assembler::fstsw() { in fstsw() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h760 void fstsw();
Dassembler_x86_64.cc3791 void X86_64Assembler::fstsw() { in fstsw() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86_64.cc4192 __ fstsw(); in GenerateRemFP()
Dcode_generator_x86.cc4084 __ fstsw(); in GenerateRemFP()