Lines Matching defs:andl
3807 __ 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
8213 __ andl(first_high, high); in HandleBitwiseOperation() local