Searched refs:lzcntl (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/none/tests/x86/ |
D | lzcnt32.stdout.exp | 1 lzcntl fedc1928 -> 00000000 0040 2 lzcntl 8efcf23a -> 00000000 0040 3 lzcntl 7068b90b -> 00000001 0000 4 lzcntl 42db3e5e -> 00000001 0000 5 lzcntl 35eea72d -> 00000002 0000 6 lzcntl 232c23d2 -> 00000002 0000 7 lzcntl 1bf0c1be -> 00000003 0000 8 lzcntl 11a13119 -> 00000003 0000 9 lzcntl 0e025829 -> 00000004 0000 10 lzcntl 0854b43e -> 00000004 0000 [all …]
|
/external/valgrind/none/tests/amd64/ |
D | lzcnt64.stdout.exp | 126 lzcntl fedc192837475675 -> 0000000000000002 0000 127 lzcntl 8efcf23ad7e922f3 -> 0000000000000000 0040 128 lzcntl 7068b90cdf850938 -> 0000000000000000 0040 129 lzcntl 42db3e5ed85503a5 -> 0000000000000000 0040 130 lzcntl 35eea72efbea67d7 -> 0000000000000000 0040 131 lzcntl 232c23d3b476ef47 -> 0000000000000000 0040 132 lzcntl 1bf0c1bf27fbb3ab -> 0000000000000002 0000 133 lzcntl 11a1311a29a562ea -> 0000000000000002 0000 134 lzcntl 0e02582b8350ffd0 -> 0000000000000000 0040 135 lzcntl 0854b4408f5b9e17 -> 0000000000000000 0040 [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | lzcnt.ll | 12 ; CHECK: lzcntl 26 ; CHECK: lzcntl 40 ; CHECK: lzcntl 54 ; CHECK: lzcntl
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | lzcnt.ll | 7 ; CHECK: lzcntl
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/X86/ |
D | x86-32.txt | 475 # CHECK: lzcntl %eax, %eax
|
D | simple-tests.txt | 492 # CHECK: lzcntl %eax, %eax
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-32.txt | 553 # CHECK: lzcntl %eax, %eax
|
D | simple-tests.txt | 566 # CHECK: lzcntl %eax, %eax
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1882 void lzcntl(Register dst, Register src); 1883 void lzcntl(Register dst, const Operand& src);
|
D | assembler-x64.cc | 4267 void Assembler::lzcntl(Register dst, Register src) { in lzcntl() function in v8::internal::Assembler 4278 void Assembler::lzcntl(Register dst, const Operand& src) { in lzcntl() function in v8::internal::Assembler
|
D | macro-assembler-x64.cc | 3360 lzcntl(dst, src); in Lzcntl() 3375 lzcntl(dst, src); in Lzcntl()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 3793 { X86::LZCNT32rr, "lzcntl", Convert__Reg1_1__Reg1_0, { MCK_GR32, MCK_GR32 }, 0}, 3794 { X86::LZCNT32rm, "lzcntl", Convert__Reg1_1__Mem5_0, { MCK_Mem, MCK_GR32 }, 0},
|
D | X86GenAsmWriter.inc | 3920 "xaddl\t\000lock\n\txaddq\t\000lock\n\txaddb\t\000lzcntw\t\000lzcntl\t\000"
|