Searched refs:lzcntq (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/none/tests/amd64/ |
D | lzcnt64.stdout.exp | 1 lzcntq fedc192837475675 -> 0000000000000000 0040 2 lzcntq 8efcf23ad7e922f3 -> 0000000000000000 0040 3 lzcntq 7068b90cdf850938 -> 0000000000000001 0000 4 lzcntq 42db3e5ed85503a5 -> 0000000000000001 0000 5 lzcntq 35eea72efbea67d7 -> 0000000000000002 0000 6 lzcntq 232c23d3b476ef47 -> 0000000000000002 0000 7 lzcntq 1bf0c1bf27fbb3ab -> 0000000000000003 0000 8 lzcntq 11a1311a29a562ea -> 0000000000000003 0000 9 lzcntq 0e02582b8350ffd0 -> 0000000000000004 0000 10 lzcntq 0854b4408f5b9e17 -> 0000000000000004 0000 [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | lzcnt.ll | 33 ; CHECK: lzcntq 61 ; CHECK: lzcntq
|
D | peep-test-4.ll | 244 ; CHECK: lzcntq
|
/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 689 __ lzcntq(rax, rbx); in TEST() local 690 __ lzcntq(rax, Operand(rbx, rcx, times_4, 10000)); in TEST() local
|
D | test-assembler-x64.cc | 1811 __ lzcntq(r8, rcx); in TEST() local 1817 __ lzcntq(r8, Operand(rsp, 0)); in TEST() local
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1547 void lzcntq(Register dst, Register src); 1548 void lzcntq(Register dst, const Operand& src);
|
D | assembler-x64.cc | 3866 void Assembler::lzcntq(Register dst, Register src) { in lzcntq() function in v8::internal::Assembler 3877 void Assembler::lzcntq(Register dst, const Operand& src) { in lzcntq() function in v8::internal::Assembler
|
D | macro-assembler-x64.cc | 3234 lzcntq(dst, src); in Lzcntq() 3249 lzcntq(dst, src); in Lzcntq()
|
/external/llvm/test/MC/Disassembler/X86/ |
D | simple-tests.txt | 566 # CHECK: lzcntq %rax, %rax
|