/external/compiler-rt/lib/x86_64/ |
H A D | floatundisf.S | 21 testq %rdi, %rdi
|
/external/valgrind/main/coregrind/ |
H A D | m_cpuid.S | 132 testq %rsi, %rsi 136 testq %rdi, %rdi 140 testq %r8, %r8 144 testq %r9, %r9
|
/external/valgrind/main/coregrind/m_syswrap/ |
H A D | syscall-amd64-linux.S | 123 testq %rax, %rax 165 testq %rax, %rax
|
/external/v8/test/cctest/ |
H A D | test-disasm-x64.cc | 167 __ testq(Operand(rbx, rcx, times_4, 10000), rdx); 230 __ testq(rdx, Immediate(12345)); 231 __ testq(Operand(rbx, rcx, times_8, 10000), rdx);
|
/external/v8/src/x64/ |
H A D | macro-assembler-x64.cc | 222 testq(scratch, Immediate(StoreBuffer::kStoreBufferOverflowBit)); 469 testq(rsp, Immediate(frame_alignment_mask)); 713 testq(rax, rax); 1024 testq(src, src); 1048 testq(dst, dst); 1462 testq(src, src); 1477 testq(src, src); 1657 testq(dst, dst); 1680 testq(dst, dst); 1705 testq(src [all...] |
H A D | regexp-macro-assembler-x64.cc | 452 __ testq(rax, rax); 779 __ testq(rax, rax); 907 __ testq(rax, rax); 953 __ testq(rax, rax);
|
H A D | builtins-x64.cc | 640 __ testq(rax, rax); 758 __ testq(rdx, rdx); 1082 __ testq(array_size, array_size); 1171 __ testq(rax, rax); 1454 __ testq(rax, rax);
|
H A D | assembler-x64.h | 1122 void testq(const Operand& op, Register reg); 1123 void testq(Register dst, Register src); 1124 void testq(Register dst, Immediate mask);
|
H A D | code-stubs-x64.cc | 1584 __ testq(rax, rax); 2366 __ testq(rbx, rbx); 2386 __ testq(rbx, rbx); 2436 __ testq(rbx, rbx); 2589 __ testq(rcx, rcx); 2620 __ testq(rcx, rcx); 2686 __ testq(kScratchRegister, kScratchRegister); 4063 __ testq(rax, rax); 5837 __ testq(r0, r0); 5894 __ testq(r [all...] |
H A D | full-codegen-x64.cc | 164 __ testq(rcx, rcx); 613 __ testq(result_register(), result_register()); 862 __ testq(rax, rax); 2500 __ testq(rcx, Immediate(kSmiTagMask)); 4133 __ testq(rax, rax); 4185 __ testq(rax, rax);
|
H A D | lithium-codegen-x64.cc | 144 __ testq(rcx, rcx); 1746 __ testq(rax, rax); 1916 __ testq(rax, rax); 2026 __ testq(kScratchRegister, kScratchRegister); 2046 __ testq(rax, rax); 2875 __ testq(output_reg, Immediate(1)); 2923 __ testq(output_reg, output_reg); 3731 __ testq(kScratchRegister, Immediate(1));
|
H A D | deoptimizer-x64.cc | 899 __ testq(rcx, rcx);
|
H A D | assembler-x64.cc | 2099 void Assembler::testq(const Operand& op, Register reg) { function in class:v8::internal::Assembler 2107 void Assembler::testq(Register dst, Register src) { function in class:v8::internal::Assembler 2121 void Assembler::testq(Register dst, Immediate mask) { function in class:v8::internal::Assembler
|
H A D | stub-cache-x64.cc | 1933 __ testq(rbx, rdi);
|
/external/llvm/test/MC/X86/ |
H A D | x86-64.s | 615 // CHECK: testq %rax, %rbx 617 testq %rax, %rbx label
|