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

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
X87-32.s 754 // CHECK: fistpl -485498096(%edx,%eax,4)
756 fistpl -485498096(%edx,%eax,4) label
758 // CHECK: fistpl 485498096(%edx,%eax,4)
760 fistpl 485498096(%edx,%eax,4) label
762 // CHECK: fistpl 485498096(%edx)
764 fistpl 485498096(%edx) label
766 // CHECK: fistpl 485498096
768 fistpl 485498096 label
770 // CHECK: fistpl 64(%edx,%eax)
772 fistpl 64(%edx,%eax) label
776 fistpl (%edx) label
    [all...]
X87-64.s 754 // CHECK: fistpl 485498096
756 fistpl 485498096 label
758 // CHECK: fistpl 64(%rdx)
760 fistpl 64(%rdx) label
762 // CHECK: fistpl -64(%rdx,%rax,4)
764 fistpl -64(%rdx,%rax,4) label
766 // CHECK: fistpl 64(%rdx,%rax,4)
768 fistpl 64(%rdx,%rax,4) label
770 // CHECK: fistpl 64(%rdx,%rax)
772 fistpl 64(%rdx,%rax) label
800 fistpl (%rdx) label
    [all...]
x86-32-coverage.s     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Atom/
resources-x87.s 86 fistpl (%ecx) label
273 # CHECK-NEXT: 1 6 3.00 * U fistpl (%ecx)
432 # CHECK-NEXT: 3.00 3.00 fistpl (%ecx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/
resources-x87.s 86 fistpl (%ecx) label
273 # CHECK-NEXT: 3 4 1.00 * U fistpl (%ecx)
440 # CHECK-NEXT: - - - 1.00 0.33 0.33 1.00 - - 0.33 fistpl (%ecx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
resources-x87.s 86 fistpl (%ecx) label
273 # CHECK-NEXT: 1 1 1.00 * U fistpl (%ecx)
444 # CHECK-NEXT: - - - - - - - - - 1.00 - - - - fistpl (%ecx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/
resources-x87.s 86 fistpl (%ecx) label
273 # CHECK-NEXT: 4 9 1.00 * U fistpl (%ecx)
438 # CHECK-NEXT: - - - 1.00 1.00 - 1.00 1.00 fistpl (%ecx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/
resources-x87.s 86 fistpl (%ecx) label
273 # CHECK-NEXT: 3 4 1.00 * U fistpl (%ecx)
440 # CHECK-NEXT: - - - 1.00 0.33 0.33 1.00 - - 0.33 fistpl (%ecx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/
resources-x87.s 86 fistpl (%ecx) label
273 # CHECK-NEXT: 1 1 1.00 * U fistpl (%ecx)
438 # CHECK-NEXT: - - - - - 0.50 0.50 1.00 fistpl (%ecx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/
resources-x87.s 86 fistpl (%ecx) label
273 # CHECK-NEXT: 4 9 1.00 * U fistpl (%ecx)
438 # CHECK-NEXT: - - - 1.00 1.00 - 1.00 1.00 fistpl (%ecx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/
resources-x87.s 86 fistpl (%ecx) label
273 # CHECK-NEXT: 3 4 1.00 * U fistpl (%ecx)
440 # CHECK-NEXT: - - - - 0.33 0.33 1.00 1.00 - 0.33 fistpl (%ecx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/
resources-x87.s 86 fistpl (%ecx) label
273 # CHECK-NEXT: 3 4 1.00 * U fistpl (%ecx)
440 # CHECK-NEXT: - - - - 0.33 0.33 1.00 1.00 - 0.33 fistpl (%ecx)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
resources-x87.s 86 fistpl (%ecx) label
273 # CHECK-NEXT: 1 12 0.50 * U fistpl (%ecx)
442 # CHECK-NEXT: 0.50 0.50 - - - - - - - 0.50 0.50 - fistpl (%ecx)
  /art/compiler/utils/x86/
assembler_x86_test.cc 303 DriverStr(RepeatA(&x86::X86Assembler::fistps, "fistpl {mem}"), "fistps");
307 DriverStr(RepeatA(&x86::X86Assembler::fistpl, "fistpll {mem}"), "fistpl");
assembler_x86.h 600 void fistpl(const Address& dst);
assembler_x86.cc 2051 void X86Assembler::fistpl(const Address& dst) { function in class:art::x86::X86Assembler
    [all...]
  /art/runtime/interpreter/mterp/x86/
arithmetic.S 291 fistpl VREG_ADDRESS(%ecx) # convert and store
  /art/compiler/utils/x86_64/
assembler_x86_64.h 639 void fistpl(const Address& dst);
    [all...]
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc 2249 void X86_64Assembler::fistpl(const Address& dst) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32-coverage.s 407 // CHECK: fistpl 3735928559(%ebx,%ecx,8)
408 fistpl 0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 735 #define FISTP_L(a) CHOICE(fistpl a, fistpl a, fistpl a)
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 548 void fistpl(const typename T::Address &dst);
    [all...]
IceAssemblerX86BaseImpl.h 2515 void AssemblerX86Base<TraitsType>::fistpl(const typename T::Address &dst) { function in class:Ice::X86NAMESPACE::AssemblerX86Base
    [all...]

Completed in 3322 milliseconds