Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/x86_64ng/
Dinvoke.S22 andq $$0xf, %r11
36 andq $$-2, %rdi // Remove the extra bit that marks it's a String.<init> method.
54 andq $$0xf, %r11
78 andq $$0xf, %r11
139 andq $$0xf, %r11
162 andq $$0xf, %r11
Dmain.S239 andq MACRO_LITERAL(-2), \reg
295 andq $$-16, %r10
299 andq LITERAL(-__SIZEOF_POINTER__), \refs
352 andq MACRO_LITERAL(0xf), %rax
360 andq MACRO_LITERAL(0xf), %rax
366 andq MACRO_LITERAL(0xf), %rax
377 andq MACRO_LITERAL(0xf), %rax
383 andq MACRO_LITERAL(0xf), %rax
407 andq MACRO_LITERAL(0xf), %rax
413 andq MACRO_LITERAL(0xf), %rax
[all …]
/art/runtime/arch/x86_64/
Djni_entrypoints_x86_64.S46 andq LITERAL(0xfffffffffffffffe), %rax // ArtMethod** sp
Dquick_entrypoints_x86_64.S910 andq LITERAL(OBJECT_ALIGNMENT_MASK_TOGGLED64), %r9
968 andq MACRO_LITERAL(4), %rcx
/art/compiler/utils/x86_64/
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);
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()
1096 DriverStr(RepeatRA(&x86_64::X86_64Assembler::andq, "andq {mem}, %{reg}"), "andq"); in TEST_F()
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
/art/compiler/optimizing/
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
Dcode_generator_x86_64.cc3800 __ andq(out, tmp); in RemByPowerOfTwo() local
7136 __ andq(first_reg, Immediate(static_cast<int32_t>(value))); in HandleBitwiseOperation() local
7138 __ andq(first_reg, codegen_->LiteralInt64Address(value)); in HandleBitwiseOperation() local
7141 __ andq(first_reg, Address(CpuRegister(RSP), second.GetStackIndex())); in HandleBitwiseOperation() local
7143 __ andq(first_reg, second.AsRegister<CpuRegister>()); in HandleBitwiseOperation() local