Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64.h673 void andq(CpuRegister dst, const Immediate& imm);
674 void andq(CpuRegister dst, CpuRegister src);
675 void andq(CpuRegister reg, const Address& address);
Dassembler_x86_64.cc2394 void X86_64Assembler::andq(CpuRegister reg, const Immediate& imm) { in andq() function in art::x86_64::X86_64Assembler
2402 void X86_64Assembler::andq(CpuRegister dst, CpuRegister src) { in andq() function in art::x86_64::X86_64Assembler
2410 void X86_64Assembler::andq(CpuRegister dst, const Address& src) { in andq() function in art::x86_64::X86_64Assembler
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1146 andq LITERAL(OBJECT_ALIGNMENT_MASK_TOGGLED64), %r9
1204 andq MACRO_LITERAL(4), %rcx
/art/compiler/optimizing/
Dintrinsics_x86_64.cc2589 __ andq(temp, temp_mask); in SwapBits64() local
2590 __ andq(reg, temp_mask); in SwapBits64() local
2769 __ andq(out, tmp); in GenOneBit() local
Dcode_generator_x86_64.cc6426 __ andq(first_reg, Immediate(static_cast<int32_t>(value))); in HandleBitwiseOperation() local
6428 __ andq(first_reg, codegen_->LiteralInt64Address(value)); in HandleBitwiseOperation() local
6431 __ andq(first_reg, Address(CpuRegister(RSP), second.GetStackIndex())); in HandleBitwiseOperation() local
6433 __ andq(first_reg, second.AsRegister<CpuRegister>()); in HandleBitwiseOperation() local
/art/runtime/interpreter/mterp/out/
Dmterp_x86_64.S4153 andq (rFP,%rcx,4), %rax # ex: addq (rFP,%rcx,4),%rax
4864 andq %rax, (rFP,%rcx,4) # for ex: addq %rax,(rFP,%rcx,4)