Home | History | Annotate | Download | only in ia32

Lines Matching defs:mov

73   __ mov(ebp, Operand(esp));
78 __ mov(edx, Operand(eax));
96 __ mov(eax, 1);
105 __ mov(eax, Operand(edx));
107 __ mov(edx, Operand(ecx));
111 __ mov(esp, Operand(ebp));
450 // Convert 'push src; pop dst' to 'mov dst, src'.
477 // 0x71283c 396 890424 mov [esp],eax
487 PrintF("%d push/pop (mov-pop) eliminated\n", pc_offset());
515 // b8XXffffff mov eax,0xffffffXX
521 // b8XX000000 mov eax,0x000000XX
535 // b8XXXXXXXX mov eax,0xXXXXXXXX
543 // 0x712716 102 890424 mov [esp], eax
544 // 0x712719 105 8b1424 mov edx, [esp]
621 void Assembler::mov(Register dst, int32_t imm32) {
629 void Assembler::mov(Register dst, const Immediate& x) {
637 void Assembler::mov(Register dst, Handle<Object> handle) {
645 void Assembler::mov(Register dst, const Operand& src) {
653 void Assembler::mov(Register dst, Register src) {
661 void Assembler::mov(const Operand& dst, const Immediate& x) {
670 void Assembler::mov(const Operand& dst, Handle<Object> handle) {
679 void Assembler::mov(const Operand& dst, Register src) {