Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86_test.cc307 DriverStr(RepeatA(&x86::X86Assembler::fistps, "fistpl {mem}"), "fistps"); in TEST_F()
Dassembler_x86.h662 void fistps(const Address& dst);
Dassembler_x86.cc2819 void X86Assembler::fistps(const Address& dst) { in fistps() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h700 void fistps(const Address& dst);
Dassembler_x86_64_test.cc2041 DriverStr(RepeatA(&x86_64::X86_64Assembler::fistps, in TEST_F()
Dassembler_x86_64.cc3745 void X86_64Assembler::fistps(const Address& dst) { in fistps() function in art::x86_64::X86_64Assembler