Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 @hex: | 1 @hex: |
| 2 # Test if we recognize lzcnt as a bsr with REP prefix. | 2 # Make sure that lzcnt is not decoded as bsr with REP prefix. |
| 3 # lzcnt %ebx,%eax | |
| 3 f3 0f bd c3 | 4 f3 0f bd c3 |
| 5 @dis: | |
| 6 0: f3 0f bd c3 lzcnt %ebx,%eax | |
| 4 @rdfa_output: | 7 @rdfa_output: |
| 5 return code: 0 | 8 return code: 0 |
| 9 @spec: | |
| 10 0: unrecognized instruction 'lzcnt %ebx,%eax' | |
| OLD | NEW |