Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86.cc569 __ andl(out_lo, src_lo); in GenLowestOneBit() local
570 __ andl(out_hi, src_hi); in GenLowestOneBit() local
587 __ andl(out, src.AsRegister<Register>()); in GenLowestOneBit() local
589 __ andl(out, Address(ESP, src.GetStackIndex())); in GenLowestOneBit() local
2215 __ andl(temp, imm_mask); in SwapBits() local
2216 __ andl(reg, imm_mask); in SwapBits() local
4456 __ andl(left, right); in GenerateBitwiseOp() local
Dcode_generator_x86.cc3807 __ andl(EAX, Immediate(kC2ConditionMask)); in GenerateRemFP() local
3871 __ andl(out, Immediate(abs_imm-1)); in RemByPowerOfTwo() local
8137 __ andl(first.AsRegister<Register>(), second.AsRegister<Register>()); in HandleBitwiseOperation() local
8146 __ andl(first.AsRegister<Register>(), in HandleBitwiseOperation() local
8158 __ andl(first.AsRegister<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation() local
8170 __ andl(first.AsRegisterPairLow<Register>(), second.AsRegisterPairLow<Register>()); in HandleBitwiseOperation() local
8171 __ andl(first.AsRegisterPairHigh<Register>(), second.AsRegisterPairHigh<Register>()); in HandleBitwiseOperation() local
8182 __ andl(first.AsRegisterPairLow<Register>(), Address(ESP, second.GetStackIndex())); in HandleBitwiseOperation() local
8183 __ andl(first.AsRegisterPairHigh<Register>(), in HandleBitwiseOperation() local
8208 __ andl(first_low, low); in HandleBitwiseOperation() local
[all …]
Dcode_generator_x86_64.cc3794 __ andl(CpuRegister(RAX), Immediate(kC2ConditionMask)); in GenerateRemFP() local
3874 __ andl(out, Immediate(abs_imm-1)); in RemByPowerOfTwo() local
6677 __ andl(out, Immediate(1)); in VisitInstanceOf() local
6864 __ andl(out, Immediate(1)); in VisitInstanceOf() local
7233 __ andl(first.AsRegister<CpuRegister>(), second.AsRegister<CpuRegister>()); in HandleBitwiseOperation() local
7243 __ andl(first.AsRegister<CpuRegister>(), imm); in HandleBitwiseOperation() local
7253 __ andl(first.AsRegister<CpuRegister>(), address); in HandleBitwiseOperation() local
Dintrinsics_x86_64.cc2191 __ andl(temp, imm_mask); in SwapBits() local
2192 __ andl(reg, imm_mask); in SwapBits() local
2422 __ andl(out, tmp); in GenOneBit() local
/art/compiler/utils/x86/
Dassembler_x86.cc3043 void X86Assembler::andl(Register dst, Register src) { in andl() function in art::x86::X86Assembler
3050 void X86Assembler::andl(Register reg, const Address& address) { in andl() function in art::x86::X86Assembler
3057 void X86Assembler::andl(Register dst, const Immediate& imm) { in andl() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc4052 void X86_64Assembler::andl(CpuRegister dst, CpuRegister src) { in andl() function in art::x86_64::X86_64Assembler
4060 void X86_64Assembler::andl(CpuRegister reg, const Address& address) { in andl() function in art::x86_64::X86_64Assembler
4068 void X86_64Assembler::andl(CpuRegister dst, const Immediate& imm) { in andl() function in art::x86_64::X86_64Assembler