HomeSort by relevance Sort by last modified time
    Searched refs:fistps (Results 1 - 21 of 21) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
X87-32.s 802 // CHECK: fistps -485498096(%edx,%eax,4)
804 fistps -485498096(%edx,%eax,4) label
806 // CHECK: fistps 485498096(%edx,%eax,4)
808 fistps 485498096(%edx,%eax,4) label
810 // CHECK: fistps 485498096(%edx)
812 fistps 485498096(%edx) label
814 // CHECK: fistps 485498096
816 fistps 485498096 label
818 // CHECK: fistps 64(%edx,%eax)
820 fistps 64(%edx,%eax) label
824 fistps (%edx) label
    [all...]
X87-64.s 802 // CHECK: fistps 485498096
804 fistps 485498096 label
806 // CHECK: fistps 64(%rdx)
808 fistps 64(%rdx) label
810 // CHECK: fistps -64(%rdx,%rax,4)
812 fistps -64(%rdx,%rax,4) label
814 // CHECK: fistps 64(%rdx,%rax,4)
816 fistps 64(%rdx,%rax,4) label
818 // CHECK: fistps 64(%rdx,%rax)
820 fistps 64(%rdx,%rax) label
824 fistps (%rdx) label
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Atom/
resources-x87.s 85 fistps (%edx) label
272 # CHECK-NEXT: 1 6 3.00 * U fistps (%edx)
431 # CHECK-NEXT: 3.00 3.00 fistps (%edx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/
resources-x87.s 85 fistps (%edx) label
272 # CHECK-NEXT: 3 4 1.00 * U fistps (%edx)
439 # CHECK-NEXT: - - - 1.00 0.33 0.33 1.00 - - 0.33 fistps (%edx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
resources-x87.s 85 fistps (%edx) label
272 # CHECK-NEXT: 1 1 1.00 * U fistps (%edx)
443 # CHECK-NEXT: - - - - - - - - - 1.00 - - - - fistps (%edx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/
resources-x87.s 85 fistps (%edx) label
272 # CHECK-NEXT: 4 9 1.00 * U fistps (%edx)
437 # CHECK-NEXT: - - - 1.00 1.00 - 1.00 1.00 fistps (%edx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/
resources-x87.s 85 fistps (%edx) label
272 # CHECK-NEXT: 3 4 1.00 * U fistps (%edx)
439 # CHECK-NEXT: - - - 1.00 0.33 0.33 1.00 - - 0.33 fistps (%edx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/
resources-x87.s 85 fistps (%edx) label
272 # CHECK-NEXT: 1 1 1.00 * U fistps (%edx)
437 # CHECK-NEXT: - - - - - 0.50 0.50 1.00 fistps (%edx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/
resources-x87.s 85 fistps (%edx) label
272 # CHECK-NEXT: 4 9 1.00 * U fistps (%edx)
437 # CHECK-NEXT: - - - 1.00 1.00 - 1.00 1.00 fistps (%edx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/
resources-x87.s 85 fistps (%edx) label
272 # CHECK-NEXT: 3 4 1.00 * U fistps (%edx)
439 # CHECK-NEXT: - - - - 0.33 0.33 1.00 1.00 - 0.33 fistps (%edx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/
resources-x87.s 85 fistps (%edx) label
272 # CHECK-NEXT: 3 4 1.00 * U fistps (%edx)
439 # CHECK-NEXT: - - - - 0.33 0.33 1.00 1.00 - 0.33 fistps (%edx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
resources-x87.s 85 fistps (%edx) label
272 # CHECK-NEXT: 1 12 0.50 * U fistps (%edx)
441 # CHECK-NEXT: 0.50 0.50 - - - - - - - 0.50 0.50 - fistps (%edx)
  /art/compiler/utils/x86/
assembler_x86_test.cc 303 DriverStr(RepeatA(&x86::X86Assembler::fistps, "fistpl {mem}"), "fistps");
assembler_x86.h 601 void fistps(const Address& dst);
assembler_x86.cc 2058 void X86Assembler::fistps(const Address& dst) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 640 void fistps(const Address& dst);
    [all...]
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc 2256 void X86_64Assembler::fistps(const Address& dst) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 551 void fistps(const typename T::Address &dst);
    [all...]
IceAssemblerX86BaseImpl.h 2524 void AssemblerX86Base<TraitsType>::fistps(const typename T::Address &dst) { function in class:Ice::X86NAMESPACE::AssemblerX86Base
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 736 #define FISTP_W(a) CHOICE(fistp a, fistps a, fistps a)
    [all...]

Completed in 2559 milliseconds