Lines Matching refs:address
369 void call(const Address& address);
373 void pushq(const Address& address);
377 void popq(const Address& address);
714 void xchgl(CpuRegister reg, const Address& address);
716 void cmpb(const Address& address, const Immediate& imm);
717 void cmpw(const Address& address, const Immediate& imm);
721 void cmpl(CpuRegister reg, const Address& address);
722 void cmpl(const Address& address, CpuRegister reg);
723 void cmpl(const Address& address, const Immediate& imm);
727 void cmpq(CpuRegister reg0, const Address& address);
728 void cmpq(const Address& address, const Immediate& imm);
731 void testl(CpuRegister reg, const Address& address);
735 void testq(CpuRegister reg, const Address& address);
737 void testb(const Address& address, const Immediate& imm);
738 void testl(const Address& address, const Immediate& imm);
742 void andl(CpuRegister reg, const Address& address);
745 void andq(CpuRegister reg, const Address& address);
746 void andw(const Address& address, const Immediate& imm);
750 void orl(CpuRegister reg, const Address& address);
753 void orq(CpuRegister reg, const Address& address);
757 void xorl(CpuRegister reg, const Address& address);
760 void xorq(CpuRegister reg, const Address& address);
764 void addl(CpuRegister reg, const Address& address);
765 void addl(const Address& address, CpuRegister reg);
766 void addl(const Address& address, const Immediate& imm);
767 void addw(const Address& address, const Immediate& imm);
771 void addq(CpuRegister dst, const Address& address);
775 void subl(CpuRegister reg, const Address& address);
779 void subq(CpuRegister dst, const Address& address);
792 void imull(CpuRegister reg, const Address& address);
797 void imulq(CpuRegister reg, const Address& address);
801 void imull(const Address& address);
804 void mull(const Address& address);
841 void jmp(const Address& address);
846 void cmpxchgl(const Address& address, CpuRegister reg);
847 void cmpxchgq(const Address& address, CpuRegister reg);
902 void LockCmpxchgl(const Address& address, CpuRegister reg) { in LockCmpxchgl() argument
903 lock()->cmpxchgl(address, reg); in LockCmpxchgl()
906 void LockCmpxchgq(const Address& address, CpuRegister reg) { in LockCmpxchgq() argument
907 lock()->cmpxchgq(address, reg); in LockCmpxchgq()