Home
last modified time | relevance | path

Searched refs:testq (Results 1 – 9 of 9) sorted by relevance

/art/runtime/interpreter/mterp/x86_64/
Dcontrol_flow.S17 testq rINSTq, rINSTq
36 testq rINSTq, rINSTq
52 testq rINSTq, rINSTq
64 testq rINSTq, rINSTq
79 testq rINSTq, rINSTq
Dother.S109 testq %rax, %rax
131 testq %rax, %rax
/art/runtime/arch/x86_64/
Djni_entrypoints_x86_64.S74 testq %rax, %rax // check if returned method code is null
84 testq LITERAL(1), %r11
Dquick_entrypoints_x86_64.S323 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)
Dasm_support_x86_64.S428 testq %rcx, %rcx // rcx == 0 ?
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S250 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/
Dassembler_x86_64.h734 void testq(CpuRegister reg1, CpuRegister reg2);
735 void testq(CpuRegister reg, const Address& address);
Djni_macro_assembler_x86_64.cc647 __ testq(test.AsX86_64().AsCpuRegister(), test.AsX86_64().AsCpuRegister()); in Jump() local
Dassembler_x86_64_test.cc1049 DriverStr(RepeatRA(&x86_64::X86_64Assembler::testq, "testq {mem}, %{reg}"), "testq"); in TEST_F()