• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: llvm-mc %s -triple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+sse2 | FileCheck %s
2
3	.text
4	.globl	mov1b
5	.align	16, 0x90
6	.type	mov1b,@function
7# CHECK-LABEL: mov1b
8# CHECK-NOT: callq __asan_report_load1@PLT
9# CHECK-NOT: callq __asan_report_store1@PLT
10mov1b:                                  # @mov1b
11	.cfi_startproc
12# BB#0:
13	#APP
14	movb	(%rsi), %al
15	movb	%al, (%rdi)
16
17	#NO_APP
18	retq
19.Ltmp0:
20	.size	mov1b, .Ltmp0-mov1b
21	.cfi_endproc
22
23	.ident	"clang version 3.5 "
24	.section	".note.GNU-stack","",@progbits
25