Chromium Code Reviews| Index: src/x64/assembler-x64.h |
| =================================================================== |
| --- src/x64/assembler-x64.h (revision 2951) |
| +++ src/x64/assembler-x64.h (working copy) |
| @@ -687,6 +687,10 @@ |
| immediate_arithmetic_op(0x4, dst, src); |
| } |
| + void andl(Register dst, Immediate src) { |
| + immediate_arithmetic_op_32(0x4, dst, src); |
| + } |
| + |
| void decq(Register dst); |
| void decq(const Operand& dst); |
| void decl(Register dst); |