Searched refs:testq (Results 1 – 5 of 5) sorted by relevance
/art/runtime/arch/x86_64/ |
D | jni_entrypoints_x86_64.S | 71 testq %rax, %rax // check if returned method code is null
|
D | quick_entrypoints_x86_64.S | 338 testq %rdi, %rdi 728 testq %rax, %rax // rax == 0 ? 745 testq %rcx, %rcx // rcx == 0 ? 926 testq %rax, %rax 1024 testq %rax, %rax 1173 testq %r10, %r10 // If code pointer is NULL goto deliver pending exception.
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 394 void testq(CpuRegister reg, const Address& address);
|
D | assembler_x86_64.cc | 953 void X86_64Assembler::testq(CpuRegister reg, const Address& address) { in testq() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 227 __ testq(CpuRegister(RAX), Address( in GenerateFrameEntry() local
|