Home
last modified time | relevance | path

Searched refs:testl (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/art/runtime/interpreter/mterp/x86/
H A Dcontrol_flow.S17 testl rINST, rINST
36 testl rINST, rINST
52 testl rINST, rINST
64 testl rINST, rINST
81 testl rINST, rINST
138 testl %eax, %eax
152 testl $$(THREAD_SUSPEND_OR_CHECKPOINT_REQUEST), THREAD_FLAGS_OFFSET(%eax)
168 testl $$(THREAD_SUSPEND_OR_CHECKPOINT_REQUEST), THREAD_FLAGS_OFFSET(%eax)
185 testl $$(THREAD_SUSPEND_OR_CHECKPOINT_REQUEST), THREAD_FLAGS_OFFSET(%eax)
204 testl %eax, %eax
H A Darray.S13 testl %eax, %eax # null array object?
64 testl %eax, %eax # null array object?
85 testl %eax, %eax # null array object?
133 testl %eax, %eax # null array object?
149 testl %ecx, %ecx # is null?
H A Darithmetic.S12 testl %ecx, %ecx
16 testl $$0xFFFFFF00, %edx # If both arguments are less
19 testl $$0xFFFF0000, %edx # If both arguments are less
65 testl %ecx, %ecx
97 testl %ecx, %ecx
124 testl %ecx, %ecx
/aosp12/art/runtime/arch/x86/
H A Djni_entrypoints_x86.S32 testl LITERAL(ACCESS_FLAGS_METHOD_IS_FAST_NATIVE | ACCESS_FLAGS_METHOD_IS_CRITICAL_NATIVE), \
41 testl %eax, %eax // Check if returned method code is null.
51 testl LITERAL(1), %eax
103 testl LITERAL(ACCESS_FLAGS_METHOD_IS_NATIVE), ART_METHOD_ACCESS_FLAGS_OFFSET(%ebx)
H A Dquick_entrypoints_x86.S877 testl %eax, %eax // eax == 0 ?
885 testl %eax, %eax // eax == 0 ?
1211 testl %eax, %eax // null check object/eax
1280 testl %eax, %eax // null check object/eax
1361 testl %ecx, %ecx
1368 testl %eax, %eax
1498 testl %eax, %eax
1824 testl %ebx, %ebx
1916 testl %eax, %eax
1974 testl %eax, %eax // Check if we returned error.
[all …]
/aosp12/art/runtime/interpreter/mterp/x86_64/
H A Dcontrol_flow.S133 testl %eax, %eax
147 testl $$(THREAD_SUSPEND_OR_CHECKPOINT_REQUEST), THREAD_FLAGS_OFFSET(OUT_ARG0)
161 testl $$(THREAD_SUSPEND_OR_CHECKPOINT_REQUEST), THREAD_FLAGS_OFFSET(OUT_ARG0)
176 testl $$(THREAD_SUSPEND_OR_CHECKPOINT_REQUEST), THREAD_FLAGS_OFFSET(OUT_ARG0)
H A Darray.S13 testl %eax, %eax # null array object?
72 testl %eax, %eax # null array object?
121 testl %ecx, %ecx # is null?
/aosp12/art/runtime/interpreter/mterp/x86_64ng/
H A Darray.S13 testl %edi, %edi # null array object?
68 testl %edi, %edi # null array object?
101 testl %edi, %edi # null array object?
116 testl %ecx, %ecx # is null?
H A Dinvoke.S37 testl MACRO_LITERAL(1), %eax
90 testl $$3, %eax
98 testl $$1, %eax
H A Dmain.S387 testl %ebx, %ebx
826 testl $$(THREAD_SUSPEND_OR_CHECKPOINT_REQUEST), rSELF:THREAD_FLAGS_OFFSET
994 testl %edi, %edi
1319 testl %r9d, %r9d
1630 testl %ecx, %ecx # is object null?
1648 testl %eax, %eax
1695 testl %r14d, %r14d
1718 testl $$ART_METHOD_IS_STATIC_FLAG, ART_METHOD_ACCESS_FLAGS_OFFSET(%rdi)
1773 testl $$ART_METHOD_IS_STATIC_FLAG, ART_METHOD_ACCESS_FLAGS_OFFSET(%rdi)
1967 testl rINST, rINST # is object null?
[all …]
/aosp12/bionic/libc/arch-x86/bionic/
H A Dsetjmp.S97 testl $1,%eax
149 testl $1,%eax
200 testl %eax,%eax
H A D__bionic_clone.S34 testl %eax, %eax
/aosp12/bionic/libm/x86/
H A De_hypot.S170 testl %edx, %edx
174 testl $1, %eax
176 testl $2, %eax
H A Dlibm_sincos_huge.S243 testl %ebx, %ebx
267 testl %ebx, %ebx
301 testl %ebx, %ebx
347 testl %ebx, %ebx
404 testl %ebx, %ebx
452 testl %ebx, %ebx
H A Dlibm_tancot_huge.S303 testl %edi, %edi
420 testl %edi, %edi
536 testl %edi, %edi
/aosp12/bionic/libc/arch-x86/kabylake/string/
H A Davx2-wmemset-kbl.S44 testl %ecx, %ecx
110 testl %edi, %edi
/aosp12/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc646 __ testl(pos_reg, pos_reg); in CheckPosition() local
651 __ testl(pos_reg, pos_reg); in CheckPosition() local
696 __ testl(src, src); in VisitSystemArrayCopyChar() local
700 __ testl(dest, dest); in VisitSystemArrayCopyChar() local
877 __ testl(src, src); in VisitSystemArrayCopy() local
883 __ testl(dest, dest); in VisitSystemArrayCopy() local
1165 __ testl(argument, argument); in VisitStringCompareTo() local
1211 __ testl(arg, arg); in VisitStringEquals() local
1490 __ testl(byte_array, byte_array); in VisitStringNewStringFromBytes() local
2783 __ testl(out, out); in VisitThreadInterrupted() local
[all …]
H A Dintrinsics_x86.cc903 __ testl(src, src); in VisitSystemArrayCopyChar() local
907 __ testl(dest, dest); in VisitSystemArrayCopyChar() local
1023 __ testl(arg, arg); in VisitStringEquals() local
2413 __ testl(src_hi, src_hi); in GenLeadingZeros() local
2697 __ testl(src, src); in VisitSystemArrayCopy() local
2703 __ testl(dest, dest); in VisitSystemArrayCopy() local
2880 __ testl(temp1, temp1); in VisitSystemArrayCopy() local
3200 __ testl(out, out); in VisitReferenceRefersTo() local
3243 __ testl(out, out); in VisitThreadInterrupted() local
3423 __ testl(temp, temp); in GenerateSubTypeObjectCheck() local
[all …]
/aosp12/art/runtime/arch/x86_64/
H A Djni_entrypoints_x86_64.S48 testl LITERAL(ACCESS_FLAGS_METHOD_IS_FAST_NATIVE | ACCESS_FLAGS_METHOD_IS_CRITICAL_NATIVE), \
201 testl LITERAL(ACCESS_FLAGS_METHOD_IS_NATIVE), ART_METHOD_ACCESS_FLAGS_OFFSET(%r10)
H A Dquick_entrypoints_x86_64.S734 testl %eax, %eax // If result is null, deliver the OOME.
758 testl %eax, %eax // eax == 0 ?
1072 testl %edi, %edi // Null check object/rdi.
1121 testl %edi, %edi // null check object/edi
1173 testl %esi, %esi
1262 testl %edx, %edx // store of null
1926 testl LITERAL(LOCK_WORD_MARK_BIT_MASK_SHIFTED), MIRROR_OBJECT_LOCK_WORD_OFFSET(REG_VAR(reg))
/aosp12/bionic/libc/arch-x86/silvermont/string/
H A Dsse2-memmove-slm.S228 testl %ecx, %ecx
291 testl %ecx, %ecx
457 testl %ecx, %ecx
/aosp12/bionic/libc/arch-x86/generic/string/
H A Dstrncmp.S20 testl %edx,%edx
/aosp12/bionic/libm/x86_64/
H A De_hypot.S148 testl %edx, %edx
/aosp12/bionic/libc/arch-x86_64/bionic/
H A Dsetjmp.S195 testl %eax,%eax
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.h715 void testl(Register reg1, Register reg2);
716 void testl(Register reg, const Immediate& imm);
717 void testl(Register reg1, const Address& address);
720 void testl(const Address& dst, const Immediate& imm);

12