Searched refs:testq (Results 1 - 5 of 5) sorted by relevance

/art/runtime/arch/x86_64/
H A Djni_entrypoints_x86_64.S71 testq %rax, %rax // check if returned method code is null
H A Dquick_entrypoints_x86_64.S338 testq %rdi, %rdi
728 testq %rax, %rax // rax == 0 ?
745 testq %rcx, %rcx // rcx == 0 ?
926 testq %rax, %rax
960 // testq %rdi, %rdi
1024 testq %rax, %rax
1173 testq %r10, %r10 // If code pointer is NULL goto deliver pending exception.
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h394 void testq(CpuRegister reg, const Address& address);
H A Dassembler_x86_64.cc953 void X86_64Assembler::testq(CpuRegister reg, const Address& address) { function in class:art::x86_64::X86_64Assembler
/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc227 __ testq(CpuRegister(RAX), Address(

Completed in 161 milliseconds