Commit 0528427a authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Change to src/x64/assembler-x64.h missing from r3740

TBR=lrn@chromium.org

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3741 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 8ced9b99
......@@ -745,6 +745,9 @@ class Assembler : public Malloced {
arithmetic_op_32(0x23, dst, src);
}
void andb(Register dst, Immediate src) {
immediate_arithmetic_op_8(0x4, dst, src);
}
void decq(Register dst);
void decq(const Operand& dst);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment