Lines Matching full:rest
4 …triple=x86_64-unknown-linux-gnu -mcpu=x86-64 < %s | FileCheck -check-prefixes=CHECK,REST,X64 %s
5 …triple=x86_64-unknown-linux-gnu -mcpu=silvermont < %s | FileCheck -check-prefixes=CHECK,REST,SLM %s
6 …triple=x86_64-unknown-linux-gnu -mcpu=skylake < %s | FileCheck -check-prefixes=CHECK,REST,SKL %s
7 …triple=x86_64-unknown-linux-gnu -mcpu=goldmont < %s | FileCheck -check-prefixes=CHECK,REST,GMT %s
8 …triple=x86_64-unknown-linux-gnu -mcpu=gracemont < %s | FileCheck -check-prefixes=CHECK,REST,GMT %s
30 ; REST-LABEL: div32:
31 ; REST: # %bb.0: # %entry
32 ; REST-NEXT: movl %edi, %eax
33 ; REST-NEXT: cltd
34 ; REST-NEXT: idivl %esi
35 ; REST-NEXT: retq