Home
last modified time | relevance | path

Searched defs:andl (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86.cc3203 __ andl(EAX, Immediate(kC2ConditionMask)); in GenerateRemFP() local
6618 __ andl(first.AsRegister<Register>(), second.AsRegister<Register>()); in HandleBitwiseOperation() local
6627 __ andl(first.AsRegister<Register>(), in HandleBitwiseOperation() local
6639 __ andl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation() local
6651 __ andl(first.AsRegisterPairLow<Register>(), second.AsRegisterPairLow<Register>()); in HandleBitwiseOperation() local
6652 __ andl(first.AsRegisterPairHigh<Register>(), second.AsRegisterPairHigh<Register>()); in HandleBitwiseOperation() local
6663 __ andl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation() local
6664 __ andl(first.AsRegisterPairHigh<Register>(), in HandleBitwiseOperation() local
6689 __ andl(first_low, low); in HandleBitwiseOperation() local
6694 __ andl(first_high, high); in HandleBitwiseOperation() local
[all …]
Dcode_generator_x86_64.cc3252 __ andl(CpuRegister(RAX), Immediate(kC2ConditionMask)); in GenerateRemFP() local
5631 __ andl(out, Immediate(1)); in VisitInstanceOf() local
6099 __ andl(first.AsRegister<CpuRegister>(), second.AsRegister<CpuRegister>()); in HandleBitwiseOperation() local
6109 __ andl(first.AsRegister<CpuRegister>(), imm); in HandleBitwiseOperation() local
6119 __ andl(first.AsRegister<CpuRegister>(), address); in HandleBitwiseOperation() local
6377 __ andl(temp_reg, Immediate(LockWord::kReadBarrierStateMask)); in GenerateReferenceLoadWithBakerReadBarrier() local
Dintrinsics_x86_64.cc2314 __ andl(temp, imm_mask); in SwapBits() local
2315 __ andl(reg, imm_mask); in SwapBits() local
2544 __ andl(out, tmp); in GenOneBit() local
Dintrinsics_x86.cc2298 __ andl(temp, imm_mask); in SwapBits() local
2299 __ andl(reg, imm_mask); in SwapBits() local
/art/compiler/utils/x86/
Dassembler_x86.cc1126 void X86Assembler::andl(Register dst, Register src) { in andl() function in art::x86::X86Assembler
1133 void X86Assembler::andl(Register reg, const Address& address) { in andl() function in art::x86::X86Assembler
1140 void X86Assembler::andl(Register dst, const Immediate& imm) { in andl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1382 void X86_64Assembler::andl(CpuRegister dst, CpuRegister src) { in andl() function in art::x86_64::X86_64Assembler
1390 void X86_64Assembler::andl(CpuRegister reg, const Address& address) { in andl() function in art::x86_64::X86_64Assembler
1398 void X86_64Assembler::andl(CpuRegister dst, const Immediate& imm) { in andl() function in art::x86_64::X86_64Assembler