/aosp12/art/runtime/interpreter/mterp/x86_64ng/ |
H A D | invoke.S | 22 andq $$0xf, %r11 39 andq $$-2, %rdi // Remove the extra bit that marks it's a String.<init> method. 58 andq $$0xf, %r11 83 andq $$0xf, %r11 105 andq $$-4, %rax 156 andq $$0xf, %r11
|
H A D | main.S | 245 andq MACRO_LITERAL(-2), \reg 372 andq $$-16, %r10 429 andq MACRO_LITERAL(0xf), %rax 437 andq MACRO_LITERAL(0xf), %rax 443 andq MACRO_LITERAL(0xf), %rax 454 andq MACRO_LITERAL(0xf), %rax 460 andq MACRO_LITERAL(0xf), %rax 484 andq MACRO_LITERAL(0xf), %rax 490 andq MACRO_LITERAL(0xf), %rax 1278 andq $$0xf, %r11 [all …]
|
/aosp12/bionic/libc/arch-x86_64/string/ |
H A D | sse2-memset-slm.S | 112 andq $-64, %rcx 115 andq $-64, %rdx
|
H A D | avx2-wmemset-kbl.S | 50 andq $-32, %r8
|
/aosp12/bionic/libc/arch-x86_64/bionic/ |
H A D | setjmp.S | 113 andq $-2,%rax 164 andq $-2, %rcx
|
/aosp12/bionic/libm/x86_64/ |
H A D | s_cbrt.S | 89 andq $2047, %r9 154 andq $2047, %r9
|
H A D | s_cos.S | 206 andq $63, %rdx
|
H A D | s_tan.S | 137 andq $31, %rdx
|
/aosp12/art/runtime/arch/x86_64/ |
H A D | jni_entrypoints_x86_64.S | 46 andq LITERAL(0xfffffffffffffffe), %rax // ArtMethod** sp
|
H A D | quick_entrypoints_x86_64.S | 910 andq LITERAL(OBJECT_ALIGNMENT_MASK_TOGGLED64), %r9 968 andq MACRO_LITERAL(4), %rcx
|
/aosp12/art/compiler/utils/x86_64/ |
H A D | assembler_x86_64.h | 743 void andq(CpuRegister dst, const Immediate& imm); 744 void andq(CpuRegister dst, CpuRegister src); 745 void andq(CpuRegister reg, const Address& address);
|
H A D | assembler_x86_64_test.cc | 899 DriverStr(RepeatRR(&x86_64::X86_64Assembler::andq, "andq %{reg2}, %{reg1}"), "andq"); in TEST_F() 903 DriverStr(RepeatRI(&x86_64::X86_64Assembler::andq, in TEST_F() 1101 DriverStr(RepeatRA(&x86_64::X86_64Assembler::andq, "andq {mem}, %{reg}"), "andq"); in TEST_F()
|
H A D | assembler_x86_64.cc | 4075 void X86_64Assembler::andq(CpuRegister reg, const Immediate& imm) { in andq() function in art::x86_64::X86_64Assembler 4083 void X86_64Assembler::andq(CpuRegister dst, CpuRegister src) { in andq() function in art::x86_64::X86_64Assembler 4091 void X86_64Assembler::andq(CpuRegister dst, const Address& src) { in andq() function in art::x86_64::X86_64Assembler
|
/aosp12/art/compiler/optimizing/ |
H A D | intrinsics_x86_64.cc | 2234 __ andq(temp, temp_mask); in SwapBits64() local 2235 __ andq(reg, temp_mask); in SwapBits64() local 2418 __ andq(out, tmp); in GenOneBit() local
|
H A D | code_generator_x86_64.cc | 3887 __ andq(out, tmp); in RemByPowerOfTwo() local 7275 __ andq(first_reg, Immediate(static_cast<int32_t>(value))); in HandleBitwiseOperation() local 7277 __ andq(first_reg, codegen_->LiteralInt64Address(value)); in HandleBitwiseOperation() local 7280 __ andq(first_reg, Address(CpuRegister(RSP), second.GetStackIndex())); in HandleBitwiseOperation() local 7282 __ andq(first_reg, second.AsRegister<CpuRegister>()); in HandleBitwiseOperation() local
|