Home
last modified time | relevance | path

Searched refs:andq (Results 1 – 15 of 15) sorted by relevance

/aosp12/art/runtime/interpreter/mterp/x86_64ng/
H A Dinvoke.S22 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 Dmain.S245 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 Dsse2-memset-slm.S112 andq $-64, %rcx
115 andq $-64, %rdx
H A Davx2-wmemset-kbl.S50 andq $-32, %r8
/aosp12/bionic/libc/arch-x86_64/bionic/
H A Dsetjmp.S113 andq $-2,%rax
164 andq $-2, %rcx
/aosp12/bionic/libm/x86_64/
H A Ds_cbrt.S89 andq $2047, %r9
154 andq $2047, %r9
H A Ds_cos.S206 andq $63, %rdx
H A Ds_tan.S137 andq $31, %rdx
/aosp12/art/runtime/arch/x86_64/
H A Djni_entrypoints_x86_64.S46 andq LITERAL(0xfffffffffffffffe), %rax // ArtMethod** sp
H A Dquick_entrypoints_x86_64.S910 andq LITERAL(OBJECT_ALIGNMENT_MASK_TOGGLED64), %r9
968 andq MACRO_LITERAL(4), %rcx
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h743 void andq(CpuRegister dst, const Immediate& imm);
744 void andq(CpuRegister dst, CpuRegister src);
745 void andq(CpuRegister reg, const Address& address);
H A Dassembler_x86_64_test.cc899 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 Dassembler_x86_64.cc4075 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 Dintrinsics_x86_64.cc2234 __ andq(temp, temp_mask); in SwapBits64() local
2235 __ andq(reg, temp_mask); in SwapBits64() local
2418 __ andq(out, tmp); in GenOneBit() local
H A Dcode_generator_x86_64.cc3887 __ 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