Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86_test.cc302 DriverStr(RepeatA(&x86::X86Assembler::fistps, "fistpl {mem}"), "fistps"); in TEST_F()
Dassembler_x86.h587 void fistps(const Address& dst);
/art/compiler/utils/x86_64/
Dassembler_x86_64.h630 void fistps(const Address& dst);
Dassembler_x86_64.cc2064 void X86_64Assembler::fistps(const Address& dst) { in fistps() function in art::x86_64::X86_64Assembler