Searched refs:tzcnt (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | lzcnt-tzcnt.ll | 232 ; CHECK: tzcnt 243 ; CHECK: tzcnt 254 ; CHECK: tzcnt 265 ; CHECK: tzcnt 276 ; CHECK: tzcnt 287 ; CHECK: tzcnt 298 ; CHECK: tzcnt 309 ; CHECK: tzcnt 320 ; CHECK: tzcnt 333 ; CHECK: tzcnt [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | x86inc.asm | 1134 ; tzcnt is equivalent to "rep bsf" and is backwards-compatible with bsf. 1135 ; This lets us use tzcnt without bumping the yasm version requirement yet. 1136 %define tzcnt rep bsf
|
/external/v8/test/cctest/ |
D | test-disasm-ia32.cc | 618 __ tzcnt(eax, ebx); in TEST() local 619 __ tzcnt(eax, Operand(ebx, ecx, times_4, 10000)); in TEST() local
|
D | test-assembler-ia32.cc | 1134 __ tzcnt(ebx, ecx); in TEST() local 1139 __ tzcnt(ebx, Operand(esp, 0)); in TEST() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1308 void tzcnt(Register dst, Register src) { tzcnt(dst, Operand(src)); } in tzcnt() function 1309 void tzcnt(Register dst, const Operand& src);
|
D | assembler-ia32.cc | 2668 void Assembler::tzcnt(Register dst, const Operand& src) { in tzcnt() function in v8::internal::Assembler
|
D | macro-assembler-ia32.cc | 2492 tzcnt(dst, src); in Tzcnt()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2147 "tzcnt{w}\t{$src, $dst|$dst, $src}", 2151 "tzcnt{w}\t{$src, $dst|$dst, $src}", 2156 "tzcnt{l}\t{$src, $dst|$dst, $src}", 2160 "tzcnt{l}\t{$src, $dst|$dst, $src}", 2165 "tzcnt{q}\t{$src, $dst|$dst, $src}", 2169 "tzcnt{q}\t{$src, $dst|$dst, $src}",
|