Searched refs:testq (Results 1 – 10 of 10) 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 | 72 testq %rax, %rax // check if returned method code is null 82 testq LITERAL(1), %rax
|
D | quick_entrypoints_x86_64.S | 321 testq %rdi, %rdi 750 testq %rax, %rax // rax == 0 ? 828 testq %rax, %rax 1183 testq %rax, %rax 1311 testq %rax, %rax 1454 testq %r10, %r10 // If code pointer is null goto deliver pending exception. 1716 testq %rax, %rax 1745 testq %rax, %rax // Check if we have a return-pc to go to. If we don't then there was 1748 testq %rdx, %rdx 1922 testq REG_VAR(reg), REG_VAR(reg)
|
D | asm_support_x86_64.S | 484 testq %rcx, %rcx // rcx == 0 ?
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | main.S | 255 testq rINSTq, rINSTq 283 testq MACRO_LITERAL(1), \code_item 872 testq %rax, -STACK_OVERFLOW_RESERVED_BYTES(%rsp) 1558 testq MACRO_LITERAL(1), %rax 1685 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 | assembler_x86_64.cc | 4017 void X86_64Assembler::testq(CpuRegister reg1, CpuRegister reg2) { in testq() function in art::x86_64::X86_64Assembler 4025 void X86_64Assembler::testq(CpuRegister reg, const Address& address) { in testq() function in art::x86_64::X86_64Assembler
|
D | assembler_x86_64_test.cc | 1065 DriverStr(RepeatRA(&x86_64::X86_64Assembler::testq, "testq {mem}, %{reg}"), "testq"); in TEST_F()
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 1533 __ testq(CpuRegister(RAX), Address(CpuRegister(RSP), -static_cast<int32_t>(reserved_bytes))); in GenerateFrameEntry() local 3939 __ testq(numerator, numerator); in DivByPowerOfTwo() local 4530 __ testq(value.AsRegister<CpuRegister>(), value.AsRegister<CpuRegister>()); in VisitDivZeroCheck() local 7784 __ testq(dest, dest); in Compare64BitValue() local
|