HomeSort by relevance Sort by last modified time
    Searched full:sideeffect (Results 26 - 50 of 165) sorted by null

12 3 4 5 6 7

  /external/llvm/test/CodeGen/X86/
2008-10-20-AsmDoubleInI32.ll 8 call void asm sideeffect "$0", "r"(double 1.500000e+00) nounwind
2009-02-12-InlineAsm-nieZ-constraints.ll 19 call void asm sideeffect "foo $0", "n,~{dirflag},~{fpsr},~{flags}"(i32 -81920) nounwind
20 call void asm sideeffect "foo $0", "i,~{dirflag},~{fpsr},~{flags}"(i32 -81920) nounwind
21 call void asm sideeffect "foo $0", "e,~{dirflag},~{fpsr},~{flags}"(i32 -81920) nounwind
22 call void asm sideeffect "foo $0", "Z,~{dirflag},~{fpsr},~{flags}"(i64 4294885376) nounwind
2009-06-03-Win64SpillXMM.ll 8 tail call void asm sideeffect "", "~{xmm7},~{xmm8},~{dirflag},~{fpsr},~{flags}"() nounwind
inline-asm-modifier-n.ll 6 tail call void asm sideeffect "BORK ${0:n}", "i,~{dirflag},~{fpsr},~{flags}"(i32 -37) nounwind
2009-10-14-LiveVariablesBug.ll 12 call void asm sideeffect "# top of block", "~{dirflag},~{fpsr},~{flags},~{edi},~{esi},~{edx},~{ecx},~{eax}"() nounwind
13 %asmtmp = call i16 asm sideeffect "movw $1, $0", "=={ax},*m,~{dirflag},~{fpsr},~{flags},~{memory}"(i16* %source_addr) nounwind ; <i16> [#uses=0]
2006-07-12-InlineAsmQConstraint.ll 9 %tmp3.i.i = call i32 asm sideeffect "lock; cmpxchg $1,$2", "={ax},q,m,0,~{dirflag},~{fpsr},~{flags},~{memory}"( i32 0, i32* null, i32 0 ) ; <i32> [#uses=0]
2007-03-24-InlineAsmPModifier.ll 6 %tmp1 = tail call i32* asm sideeffect "mov %gs:${1:P}, $0", "=r,i,~{dirflag},~{fpsr},~{flags}"( i32 72 ) ; <%struct._pthread*> [#uses=1]
2007-03-24-InlineAsmXConstraint.ll 11 tail call void asm sideeffect "psrlw $0, %xmm0", "X,~{dirflag},~{fpsr},~{flags}"( i32 8 )
2010-07-15-Crash.ll 8 tail call void asm sideeffect "", "s,i,~{fpsr},~{flags}"(i8* getelementptr
asm-global-imm.ll 17 tail call void asm sideeffect "test1 $0", "i,~{dirflag},~{fpsr},~{flags}"( i32* @GV )
18 tail call void asm sideeffect "test2 ${0:c}", "i,~{dirflag},~{fpsr},~{flags}"( i32* @GV )
24 call void asm sideeffect "ud2\0A\09.word ${0:c}\0A\09.long ${1:c}\0A", "i,i,~{dirflag},~{fpsr},~{flags}"( i32 235, i8* getelementptr ([12 x i8]* @str, i32 0, i64 0) )
2007-03-24-InlineAsmVectorOp.ll 8 %tmp19 = tail call <2 x double> asm sideeffect "pcmpeqd $0, $0 \0A\09 cmpltsd $0, $0", "=x,0,~{dirflag},~{fpsr},~{flags}"( <2 x double> zeroinitializer ) ; <<2 x double>> [#uses=0]
2009-07-19-AsmExtraOperands.ll 6 %0 = call i8 asm sideeffect "\09lock ; \09\09\09cmpxchgq $2,$1 ;\09 sete\09$0 ;\09\091:\09\09\09\09# atomic_cmpset_long", "={ax},=*m,r,{ax},*m,~{memory},~{dirflag},~{fpsr},~{flags}"(i64* undef, i64 undef, i64 undef, i64* undef) nounwind ; <i8> [#uses=0]
fp-stack-set-st1.ll 5 %asmtmp = tail call { double, double } asm sideeffect "fmul\09%st(1),%st\0A\09fst\09%st(1)\0A\09frndint\0A\09fxch %st(1)\0A\09fsub\09%st(1),%st\0A\09f2xm1\0A\09", "={st},={st(1)},0,1,~{dirflag},~{fpsr},~{flags}"(double 0x4030FEFBD582097D, double 4.620000e+01) nounwind ; <{ double, double }> [#uses=0]
pr7882.ll 11 %tmp = call i32 asm sideeffect alignstack
  /external/clang/test/CodeGen/
arm-asm-variable.c 19 // CHECK: call { i32, i32 } asm sideeffect "ldrexd$0, $1, [$2]", "={r1},={r2},r,~{memory}"(i64*
29 // CHECK: call i32 asm sideeffect "sub $1, $1, #32", "={r2},{lr}"
asm_arm.c 27 // CHECK: call void asm sideeffect "vld1.32 {d8[],d9[]},
37 // CHECK: call void asm sideeffect "", "~{sp},~{lr},~{pc},~{sp},~{lr},~{pc}"()
43 // CHECK: call void asm sideeffect "", "
  /external/llvm/test/CodeGen/Generic/
2007-04-27-LargeMemObject.ll 9 call void asm sideeffect "fnstenv $0", "=*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %currfpu )
10 call void asm sideeffect "$0 $1", "=*m,*m,~{dirflag},~{fpsr},~{flags}"( %struct..0anon* %mxcsr, %struct..0anon* %currfpu )
2007-04-08-MultipleFrameIndices.ll 9 %A = call i32 asm sideeffect "inline asm $0 $2 $3 $4", "=r,0,i,m,m"( i32 0, i32 1, i8** %foo, i32** %bar )
  /external/llvm/test/CodeGen/ARM/
2009-05-18-InlineAsmMem.ll 7 %asmtmp = call i32 asm sideeffect "swp $0, $2, $3", "=&r,=*m,r,*m,~{memory}"(i32* %p, i32 %i, i32* %p) nounwind
inlineasm.ll 9 tail call void asm sideeffect "/* number: ${0:c} */", "i"( i32 1 )
inlineasm-imm-arm.ll 11 tail call void asm sideeffect ".word $0", "J"( i32 4080 ) nounwind
17 tail call void asm sideeffect ".word $0", "K"( i32 16777215 ) nounwind
23 tail call void asm sideeffect ".word $0", "L"( i32 -65280 ) nounwind
arm-modifier.ll 11 call void asm sideeffect "vmul.f32 q0, q0, ${0:y} \0A\09vmul.f32 q1, q1, ${0:y} \0A\09vmul.f32 q1, q0, ${1:y} \0A\09", "w,w,~{q0},~{q1}"(float %tmp, float %tmp1) nounwind
19 call void asm sideeffect ".word ${0:B} \0A\09", "i"(i32 0) nounwind
27 call void asm sideeffect ".word ${0:L} \0A\09", "i"(i32 -1) nounwind
38 call void asm sideeffect "ldr r0, [${0:m}]\0A\09", "*m,~{r0}"(i32** @f2_ptr) nounwind
54 %0 = call i64 asm sideeffect "stm ${0:m}, ${1:M}\0A\09adds $3, $1\0A\09", "=*m,=r,1,r"(i64** @f3_ptr, i64 %tmp, i64 %tmp1) nounwind
56 %1 = call i64 asm sideeffect "ldm ${1:m}, ${0:M}\0A\09", "=r,*m"(i64** @f3_ptr) nounwind
  /external/llvm/test/CodeGen/Thumb/
inlineasm-imm-thumb.ll 11 tail call void asm sideeffect ".word $0", "J"( i32 -255 ) nounwind
17 tail call void asm sideeffect ".word $0", "K"( i32 65280 ) nounwind
41 tail call void asm sideeffect "add sp, sp, $0; add sp, sp, $1", "O,O"( i32 -508, i32 508 ) nounwind
  /external/llvm/test/CodeGen/PowerPC/
2007-09-11-RegCoalescerAssert.ll 7 %tmp3 = call i32 asm sideeffect "1: lwarx $0, 0, $1\0A\09stwcx. $2, 0, $1\0A\09bne- 1b\0A\09isync", "=&r,=*r,r,1,~{dirflag},~{fpsr},~{flags},~{memory}"( i32** null, i32 1, i32* null ) ; <i32> [#uses=0]
  /external/llvm/test/Feature/
inlineasm.ll 10 call void asm sideeffect "eieio", ""( )

Completed in 690 milliseconds

12 3 4 5 6 7