Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 @hex: | 1 @hex: |
| 2 # tzcnt %ebx,%eax | 2 # tzcnt %ebx,%eax |
| 3 f3 0f bc c3 | 3 f3 0f bc c3 |
| 4 @dis: | 4 @dis: |
| 5 0: f3 0f bc c3 repz bsf %ebx,%eax | 5 0: f3 0f bc c3 repz bsf %ebx,%eax |
| 6 @rdfa_output: | 6 @rdfa_output: |
| 7 return code: 0 | 7 return code: 0 |
| 8 @spec: | |
| 9 SAFE | |
| OLD | NEW |