Lines Matching defs:movl
1234 __ movl(kScratchRegister, i.InputRegister(0)); in AssembleArchInstruction() local
1236 __ movl(kScratchRegister, i.InputOperand(0)); in AssembleArchInstruction() local
1242 __ movl(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
1249 __ movl(i.OutputRegister(), i.InputOperand(0, kDoubleSize / 2)); in AssembleArchInstruction() local
1431 __ movl(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
1433 __ movl(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
1436 __ movl(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1443 __ movl(operand, i.InputImmediate(index)); in AssembleArchInstruction() local
1445 __ movl(operand, i.InputRegister(index)); in AssembleArchInstruction() local
1485 __ movl(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
1709 __ movl(reg, Immediate(0)); in AssembleArchBoolean() local
1717 __ movl(reg, Immediate(1)); in AssembleArchBoolean() local
2001 __ movl(dst, Immediate(src_const)); in AssembleMove() local