Searched defs:andl (Results 1 – 3 of 3) sorted by relevance
438 __ andl(rax, Immediate(0xFF)); in AssembleArchInstruction() local475 __ andl(i.OutputRegister(), i.OutputRegister()); // clear upper bits. in AssembleArchInstruction() local
1033 __ andl(dividend, Immediate(mask)); in DoModByPowerOf2I() local1042 __ andl(dividend, Immediate(mask)); in DoModByPowerOf2I() local1518 __ andl(ToRegister(left), Immediate(right_operand)); in DoBitI() local1538 __ andl(ToRegister(left), ToOperand(right)); in DoBitI() local1566 __ andl(ToRegister(left), ToRegister(right)); in DoBitI() local4974 __ andl(input_reg, Immediate(1)); in DoDeferredTaggedToI() local
187 __ andl(rcx, Immediate(HeapNumber::kExponentMask)); in Generate() local