Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/mterp/x86_64/
H A Dcontrol_flow.S17 testq rINSTq, rINSTq
36 testq rINSTq, rINSTq
52 testq rINSTq, rINSTq
64 testq rINSTq, rINSTq
79 testq rINSTq, rINSTq
H A Dother.S109 testq %rax, %rax
131 testq %rax, %rax
/aosp12/bionic/libc/arch-x86_64/string/
H A Davx2-wmemset-kbl.S39 testq %rdx, %rdx
62 testq %r9, %r9
108 testq %r9, %r9
/aosp12/bionic/libm/x86_64/
H A De_hypot.S152 testq $1, %rax
154 testq $2, %rax
/aosp12/bionic/libc/arch-x86_64/bionic/
H A Dsetjmp.S99 testq $1,%rax
152 testq $1, %rdi
/aosp12/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S321 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)
H A Djni_entrypoints_x86_64.S72 testq %rax, %rax // check if returned method code is null
82 testq LITERAL(1), %rax
H A Dasm_support_x86_64.S484 testq %rcx, %rcx // rcx == 0 ?
/aosp12/art/runtime/interpreter/mterp/x86_64ng/
H A Dmain.S255 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)
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h734 void testq(CpuRegister reg1, CpuRegister reg2);
735 void testq(CpuRegister reg, const Address& address);
H A Dassembler_x86_64.cc4017 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
H A Dassembler_x86_64_test.cc1065 DriverStr(RepeatRA(&x86_64::X86_64Assembler::testq, "testq {mem}, %{reg}"), "testq"); in TEST_F()
/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc1533 __ 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