brintos

brintos / llvm-project-archived public Read only

0
0
Text · 787 B · 0fe7189 Raw
22 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 22; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+movdir64b | FileCheck %s --check-prefix=X863 4define void @test_movdir64b() {5; X86-LABEL: test_movdir64b:6; X86:       # %bb.0: # %entry7; X86-NEXT:    subl $4000, %esp # imm = 0xFA08; X86-NEXT:    .cfi_def_cfa_offset 40049; X86-NEXT:    #APP10; X86-EMPTY:11; X86-NEXT:    movdir64b (%esp), %eax12; X86-EMPTY:13; X86-NEXT:    #NO_APP14; X86-NEXT:    addl $4000, %esp # imm = 0xFA015; X86-NEXT:    .cfi_def_cfa_offset 416; X86-NEXT:    retl17entry:18  %arr = alloca [1000 x i32], align 419  call void asm sideeffect inteldialect "movdir64b eax, zmmword ptr $0", "*m,~{dirflag},~{fpsr},~{flags}"(ptr elementtype([1000 x i32]) %arr)20  ret void21}22