Searched refs:bswapq (Results 1 – 25 of 33) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | bswap-wide-int.ll | 28 ; X64-NEXT: bswapq %rdi 34 ; X64-MOVBE-NEXT: bswapq %rdi 82 ; X64-NEXT: bswapq %rsi 83 ; X64-NEXT: bswapq %rdi 90 ; X64-MOVBE-NEXT: bswapq %rsi 91 ; X64-MOVBE-NEXT: bswapq %rdi 152 ; X64-NEXT: bswapq %r8 153 ; X64-NEXT: bswapq %rcx 154 ; X64-NEXT: bswapq %rdx 155 ; X64-NEXT: bswapq %rsi
|
D | bswap-inline-asm.ll | 7 ; CHECK: bswapq 14 ; CHECK: bswapq 16 %asmtmp = tail call i64 asm "bswapq ${0:q}", "=r,0,~{dirflag},~{fpsr},~{flags}"(i64 %x) nounwind 77 ; CHECK: bswapq 84 ; CHECK: bswapq
|
D | bswap.ll | 56 ; CHECK64-NEXT: bswapq %rdi 193 ; CHECK64-NEXT: bswapq %rax
|
D | memcmp-optsize.ll | 364 ; X64-NEXT: bswapq %rcx 365 ; X64-NEXT: bswapq %rdx 464 ; X64-NEXT: bswapq %rcx 465 ; X64-NEXT: bswapq %rdx 504 ; X64-NEXT: bswapq %rcx 505 ; X64-NEXT: bswapq %rdx 511 ; X64-NEXT: bswapq %rcx 512 ; X64-NEXT: bswapq %rdx
|
D | memcmp.ll | 395 ; X64-NEXT: bswapq %rcx 396 ; X64-NEXT: bswapq %rdx 495 ; X64-NEXT: bswapq %rcx 496 ; X64-NEXT: bswapq %rdx 535 ; X64-NEXT: bswapq %rcx 536 ; X64-NEXT: bswapq %rdx 542 ; X64-NEXT: bswapq %rcx 543 ; X64-NEXT: bswapq %rdx
|
D | bitreverse.ll | 142 ; X64-NEXT: bswapq %rdi
|
D | load-combine.ll | 306 ; BSWAP64-NEXT: bswapq %rax
|
/external/llvm/test/CodeGen/X86/ |
D | bswap-inline-asm.ll | 7 ; CHECK: bswapq 14 ; CHECK: bswapq 16 %asmtmp = tail call i64 asm "bswapq ${0:q}", "=r,0,~{dirflag},~{fpsr},~{flags}"(i64 %x) nounwind 77 ; CHECK: bswapq 84 ; CHECK: bswapq
|
D | bswap.ll | 38 ; CHECK64: bswapq % 92 ; CHECK64-NOT: bswapq 115 ; CHECK64-NOT: bswapq 139 ; CHECK64: bswapq [[REG:%.*]]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | bswap-inline-asm.ll | 6 ; CHECK: bswapq 13 ; CHECK: bswapq 15 %asmtmp = tail call i64 asm "bswapq ${0:q}", "=r,0,~{dirflag},~{fpsr},~{flags}"(i64 %x) nounwind 76 ; CHECK: bswapq 83 ; CHECK: bswapq
|
/external/boringssl/mac-x86_64/crypto/fipsmodule/ |
D | sha512-x86_64.S | 75 bswapq %r12 116 bswapq %r12 157 bswapq %r12 198 bswapq %r12 239 bswapq %r12 280 bswapq %r12 321 bswapq %r12 362 bswapq %r12 403 bswapq %r12 444 bswapq %r12 [all …]
|
D | ghash-x86_64.S | 108 bswapq %r8 109 bswapq %r9 679 bswapq %r8 681 bswapq %r9
|
/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
D | sha512-x86_64.S | 76 bswapq %r12 117 bswapq %r12 158 bswapq %r12 199 bswapq %r12 240 bswapq %r12 281 bswapq %r12 322 bswapq %r12 363 bswapq %r12 404 bswapq %r12 445 bswapq %r12 [all …]
|
D | ghash-x86_64.S | 115 bswapq %r8 116 bswapq %r9 692 bswapq %r8 694 bswapq %r9
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/X86/ |
D | x86-64.txt | 574 # CHECK: bswapq %rbx
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeClient/ |
D | resources-x86_64.s | 828 # CHECK-NEXT: 2 2 0.50 bswapq %rax 1481 # CHECK-NEXT: - - 0.50 0.50 - - - 0.50 0.50 - bswapq %rax
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Atom/ |
D | resources-x86_64.s | 828 # CHECK-NEXT: 1 1 1.00 bswapq %rax 1473 # CHECK-NEXT: 1.00 - bswapq %rax
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SandyBridge/ |
D | resources-x86_64.s | 828 # CHECK-NEXT: 2 2 1.00 bswapq %rax 1479 # CHECK-NEXT: - - 0.50 1.00 - 0.50 - - bswapq %rax
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SLM/ |
D | resources-x86_64.s | 828 # CHECK-NEXT: 1 1 0.50 bswapq %rax 1479 # CHECK-NEXT: - - - - - 0.50 0.50 - bswapq %rax
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Haswell/ |
D | resources-x86_64.s | 828 # CHECK-NEXT: 2 2 0.50 bswapq %rax 1481 # CHECK-NEXT: - - 0.50 0.50 - - - 0.50 0.50 - bswapq %rax
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Broadwell/ |
D | resources-x86_64.s | 828 # CHECK-NEXT: 2 2 0.50 bswapq %rax 1481 # CHECK-NEXT: - - 0.50 0.50 - - - 0.50 0.50 - bswapq %rax
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Generic/ |
D | resources-x86_64.s | 828 # CHECK-NEXT: 2 2 1.00 bswapq %rax 1479 # CHECK-NEXT: - - 0.50 1.00 - 0.50 - - bswapq %rax
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/SkylakeServer/ |
D | resources-x86_64.s | 828 # CHECK-NEXT: 2 2 0.50 bswapq %rax 1481 # CHECK-NEXT: - - 0.50 0.50 - - - 0.50 0.50 - bswapq %rax
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/ |
D | resources-x86_64.s | 828 # CHECK-NEXT: 1 1 0.50 bswapq %rax 1485 …0 - - - - - - - - - - - - bswapq %rax
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/ |
D | resources-x86_64.s | 828 # CHECK-NEXT: 1 1 1.00 bswapq %rax 1483 …XT: - - 1.00 1.00 1.00 1.00 - - - - - - bswapq %rax
|
12