Searched refs:testq (Results 1 – 9 of 9) sorted by relevance
/art/runtime/interpreter/mterp/x86_64/ |
D | control_flow.S | 17 testq rINSTq, rINSTq 36 testq rINSTq, rINSTq 52 testq rINSTq, rINSTq 64 testq rINSTq, rINSTq 79 testq rINSTq, rINSTq
|
D | other.S | 109 testq %rax, %rax 131 testq %rax, %rax
|
/art/runtime/arch/x86_64/ |
D | jni_entrypoints_x86_64.S | 74 testq %rax, %rax // check if returned method code is null 84 testq LITERAL(1), %r11
|
D | quick_entrypoints_x86_64.S | 323 testq %rdi, %rdi 752 testq %rax, %rax // rax == 0 ? 830 testq %rax, %rax 1185 testq %rax, %rax 1313 testq %rax, %rax 1536 testq %r10, %r10 // If code pointer is null goto deliver pending exception. 1790 testq %rax, %rax 1819 testq %rax, %rax // Check if we have a return-pc to go to. If we don't then there was 1822 testq %rdx, %rdx 1996 testq REG_VAR(reg), REG_VAR(reg)
|
D | asm_support_x86_64.S | 428 testq %rcx, %rcx // rcx == 0 ?
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | main.S | 250 testq rINSTq, rINSTq 786 testq %rax, -STACK_OVERFLOW_RESERVED_BYTES(%rsp) 1253 testq MACRO_LITERAL(1), %rax 1359 testq %rax, -STACK_OVERFLOW_RESERVED_BYTES(%rsp)
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 734 void testq(CpuRegister reg1, CpuRegister reg2); 735 void testq(CpuRegister reg, const Address& address);
|
D | jni_macro_assembler_x86_64.cc | 647 __ testq(test.AsX86_64().AsCpuRegister(), test.AsX86_64().AsCpuRegister()); in Jump() local
|
D | assembler_x86_64_test.cc | 1049 DriverStr(RepeatRA(&x86_64::X86_64Assembler::testq, "testq {mem}, %{reg}"), "testq"); in TEST_F()
|