Searched refs:fnstcw (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/x86/ | ||
D | assembler_x86.h | 346 void fnstcw(const Address& dst); |
D | assembler_x86.cc | 851 void X86Assembler::fnstcw(const Address& dst) { in fnstcw() function in art::x86::X86Assembler |
/art/compiler/utils/x86_64/ | ||
D | assembler_x86_64.h | 455 void fnstcw(const Address& dst); |
D | assembler_x86_64.cc | 1055 void X86_64Assembler::fnstcw(const Address& dst) { in fnstcw() function in art::x86_64::X86_64Assembler |