/external/llvm/test/CodeGen/ARM/ |
reg_sequence.ll | 208 %2 = fmul <4 x float> %1, undef ; <<4 x float>> [#uses=1] 209 %3 = fmul <4 x float> undef, %2 ; <<4 x float>> [#uses=1] 286 %7 = fmul <4 x float> undef, %6 ; <<4 x float>> [#uses=1] 290 %11 = fmul <4 x float> %10, <float 5.000000e-01, float 5.000000e-01, float 5.000000e-01, float 5.000000e-01> ; <<4 x float>> [#uses=1] 293 %14 = fmul <4 x float> %13, undef ; <<4 x float>> [#uses=1] 296 %17 = fmul <4 x float> %16, undef ; <<4 x float>> [#uses=1]
|
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding-fp.s | 130 # CHECK-BE: fmul 2, 3, 4 # encoding: [0xfc,0x43,0x01,0x32] 131 # CHECK-LE: fmul 2, 3, 4 # encoding: [0x32,0x01,0x43,0xfc] 132 fmul 2, 3, 4 133 # CHECK-BE: fmul. 2, 3, 4 # encoding: [0xfc,0x43,0x01,0x33] 134 # CHECK-LE: fmul. 2, 3, 4 # encoding: [0x33,0x01,0x43,0xfc] 135 fmul. 2, 3, 4
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/arch/ |
sh2a-or-sh4.s | 36 fmul dr4,dr2 ;!/* 1111nnn0mmm00010 fmul <D_REG_M>,<D_REG_N>*/{"fmul",{D_REG_M,D_REG_N},{HEX_F,REG_N,REG_M,HEX_2}, arch_sh2a_or_sh4_up} 228 fmul fr2,fr1 ;!/* 1111nnnnmmmm0010 fmul <F_REG_M>,<F_REG_N>*/{"fmul",{F_REG_M,F_REG_N},{HEX_F,REG_N,REG_M,HEX_2}, arch_sh2e_up}
|
sh4.s | [all...] |
sh4a.s | [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/arch/ |
sh2a-or-sh4.s | 36 fmul dr4,dr2 ;!/* 1111nnn0mmm00010 fmul <D_REG_M>,<D_REG_N>*/{"fmul",{D_REG_M,D_REG_N},{HEX_F,REG_N,REG_M,HEX_2}, arch_sh2a_or_sh4_up} 228 fmul fr2,fr1 ;!/* 1111nnnnmmmm0010 fmul <F_REG_M>,<F_REG_N>*/{"fmul",{F_REG_M,F_REG_N},{HEX_F,REG_N,REG_M,HEX_2}, arch_sh2e_up}
|
sh4.s | [all...] |
sh4a.s | [all...] |
/external/javassist/src/main/javassist/bytecode/ |
Opcode.java | 101 int FMUL = 106; 350 -1, // fmul, 106
|
/external/llvm/docs/tutorial/ |
OCamlLangImpl3.rst | 428 %multmp = fmul double %a, %a 429 %multmp1 = fmul double 2.000000e+00, %a 430 %multmp2 = fmul double %multmp1, %b 432 %multmp3 = fmul double %b, %b 485 %multmp = fmul double %a, %a 486 %multmp1 = fmul double 2.000000e+00, %a 487 %multmp2 = fmul double %multmp1, %b 489 %multmp3 = fmul double %b, %b [all...] |
/external/llvm/test/CodeGen/Thumb2/ |
float-ops.ll | 49 %0 = fmul float %a, %b 59 %0 = fmul double %a, %b
|
constant-islands.ll | 275 %mul = fmul float 0x3FC3333340000000, %3 277 %mul2 = fmul float 0x3FC99999A0000000, %4 289 %mul6 = fmul float 0x3FC3333340000000, %7 291 %mul7 = fmul float 0x3FD1EB8520000000, %8 303 %mul15 = fmul float 0x3FB99999A0000000, %11 305 %mul16 = fmul float 0x3FA99999A0000000, %12 317 %mul24 = fmul float 0x3FB1EB8520000000, %15 319 %mul25 = fmul float 0x3FDCCCCCC0000000, %16 331 %mul33 = fmul float 0x3FA99999A0000000, %19 333 %mul34 = fmul float 0x3FD7AE1480000000, %2 [all...] |
/external/llvm/test/MC/Disassembler/Mips/msa/ |
test_3rf.txt | 45 0x78 0x8f 0x78 0xdb # CHECK: fmul.w $w3, $w15, $w15 46 0x78 0xaa 0xf2 0x5b # CHECK: fmul.d $w9, $w30, $w10
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
ppc64-encoding-fp.txt | 114 # CHECK: fmul 2, 3, 4 117 # CHECK: fmul. 2, 3, 4
|
/external/llvm/test/Transforms/BBVectorize/ |
simple-ldstr-ptrs.ll | 25 %r = fmul double %av, %av5 42 ; CHECK: %r = fmul double %av, %av5
|
/external/llvm/test/Transforms/InstCombine/ |
pow-1.ll | 130 ; CHECK-NEXT: [[SQUARE:%[a-z0-9]+]] = fmul float %x, %x 138 ; CHECK-NEXT: [[SQUARE:%[a-z0-9]+]] = fmul double %x, %x
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
consecutive-access.ll | 147 %mul1 = fmul double 7.000000e+00, %2 152 %mul5 = fmul double 7.000000e+00, %3
|
/dalvik/dx/tests/032-bb-live-code/ |
blort.j | 266 fmul
|
/external/llvm/include/llvm/IR/ |
Instruction.def | 129 HANDLE_BINARY_INST(16, FMul , BinaryOperator)
|
/external/llvm/lib/IR/ |
Instruction.cpp | 216 case FMul: return "fmul"; 504 case FMul: 524 case FMul:
|
/external/llvm/lib/Target/Mips/ |
MipsOs16.cpp | 86 case Instruction::FMul:
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyInstrFloat.td | 21 defm MUL : BinaryFP<fmul, "mul ">;
|
/external/llvm/test/Analysis/BranchProbabilityInfo/ |
pr22718.ll | 34 %mul = fmul double %conv, 1.000000e+02
|
/external/llvm/test/Analysis/ScalarEvolution/ |
nsw-offset-assume.ll | 60 %13 = fmul double %3, %12 ; <double> [#uses=1]
|
nsw-offset.ll | 58 %13 = fmul double %3, %12 ; <double> [#uses=1]
|