Lines Matching full:movl
88 __ movl(rdi, rdx); // Zero-extended to 64 bits.
100 __ movl(rax, Immediate(1));
829 movl(dst, src);
846 movl(dst, src);
1248 void Assembler::movl(Register dst, const Operand& src) {
1257 void Assembler::movl(Register dst, Register src) {
1266 void Assembler::movl(const Operand& dst, Register src) {
1275 void Assembler::movl(const Operand& dst, Immediate value) {
1285 void Assembler::movl(Register dst, Immediate value) {
1352 movl(dst, Immediate(static_cast<int32_t>(value)));
1388 void Assembler::movl(const Operand& dst, Label* src) {