brintos

brintos / llvm-project-archived public Read only

0
0
Text · 351 B · 79cd2cb Raw
13 lines · plain
1; RUN: llc < %s -mtriple=i686-- -no-integrated-as | FileCheck %s2 3; If the target does not have 64-bit integer registers, emit 32-bit register4; names.5 6; CHECK: movq (%e{{[abcd]}}x, %ebx, 4)7 8define void @q_modifier(ptr %p) {9entry:10  tail call void asm sideeffect "movq (${0:q}, %ebx, 4), %mm0", "r,~{dirflag},~{fpsr},~{flags}"(ptr %p)11  ret void12}13