Home
last modified time | relevance | path

Searched defs:fstp (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/MC/X86/
Dintel-syntax.s656 fstp tbyte ptr [rax] label
657 fstp xword ptr [rax] label
658 fstp qword ptr [rax] label
659 fstp dword ptr [rax] label
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DX87.cpp36 __ fstp(IceType_f32, in TEST_F() local
38 __ fstp(IceType_f64, Address(GPRRegister::Encoded_Reg_ebp, 0x10000, in TEST_F() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.cpp573 void AssemblerX8632::fstp(Type Ty, const AsmAddress &dst) { in fstp() function in Ice::X8632::AssemblerX8632
579 void AssemblerX8632::fstp(RegX8632::X87STRegister st) { in fstp() function in Ice::X8632::AssemblerX8632