/external/llvm/test/CodeGen/X86/ |
2007-09-27-LDIntrinsics.ll | 26 ; CHECK-NEXT: fmulp
|
/external/flac/libFLAC/ia32/ |
fixed_asm.nasm | 218 fmulp st1 ; ST = ln2*total_error_0/data_len 1.0 data_len 234 fmulp st1 ; ST = ln2*total_error_1/data_len 1.0 data_len 249 fmulp st1 ; ST = ln2*total_error_2/data_len 1.0 data_len 264 fmulp st1 ; ST = ln2*total_error_3/data_len 1.0 data_len 279 fmulp st1 ; ST = ln2*total_error_4/data_len 1.0 data_len
|
/bionic/libm/i387/ |
e_exp.S | 68 fmulp /* x * log2(e) */
|
/external/valgrind/main/none/tests/amd64/ |
insn_fpu.def | 291 fmulp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[10821520.2237464] 292 fmulp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[-10821520.2237464] 293 fmulp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-10821520.2237464] 294 fmulp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[10821520.2237464] 295 fmulp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[9449778125285.66] 296 fmulp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-9449778125285.66] 297 fmulp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-9449778125285.66] 298 fmulp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[9449778125285.66] 299 fmulp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[10821520.2237464] 300 fmulp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[-10821520.2237464 [all...] |
/external/valgrind/main/none/tests/x86/ |
insn_fpu.def | 291 fmulp st0.ps[1234.5678] st2.ps[8765.4321] => st1.ps[10821520.2237464] 292 fmulp st0.ps[-1234.5678] st2.ps[8765.4321] => st1.ps[-10821520.2237464] 293 fmulp st0.ps[1234.5678] st2.ps[-8765.4321] => st1.ps[-10821520.2237464] 294 fmulp st0.ps[-1234.5678] st2.ps[-8765.4321] => st1.ps[10821520.2237464] 295 fmulp st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st1.pd[9449778125285.66] 296 fmulp st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st1.pd[-9449778125285.66] 297 fmulp st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[-9449778125285.66] 298 fmulp st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st1.pd[9449778125285.66] 299 fmulp st0.ps[1234.5678] st1.ps[8765.4321] : => st0.ps[10821520.2237464] 300 fmulp st0.ps[-1234.5678] st1.ps[8765.4321] : => st0.ps[-10821520.2237464 [all...] |
/external/quake/quake/src/QW/client/ |
r_drawa.asm | 507 fmulp st(3),st(0)
557 fmulp st(3),st(0)
636 fmulp st(1),st(0)
654 fmulp st(3),st(0)
|
r_drawa.s | 565 fmulp %st(0),%st(3) // 0 | 1 | 2 658 fmulp %st(0),%st(3) // 0 | 1 | 2 784 fmulp %st(0),%st(1) // scale*x | lzi0 | y 812 fmulp %st(0),%st(3) // u0 | lzi0 | scale*y
|
d_polysa.asm | 357 fmulp st(6),st(0)
364 fmulp st(5),st(0)
370 fmulp st(2),st(0)
371 fmulp st(2),st(0)
809 fmulp st(3),st(0)
813 fmulp st(2),st(0)
|
d_polysa.s | 399 fmulp %st(0),%st(6) // t0 | t1 | ystepdenominv | xstepdenominv | 417 fmulp %st(0),%st(5) // t0*p10_minus_p20 | t1*p01_minus_p21 | 436 fmulp %st(0),%st(2) // ystepdenominv | 440 fmulp %st(0),%st(2) // (t1*p01_minus_p21 - t0*p11_minus_p21) * [all...] |
/external/quake/quake/src/WinQuake/ |
r_drawa.s | 565 fmulp %st(0),%st(3) // 0 | 1 | 2 658 fmulp %st(0),%st(3) // 0 | 1 | 2 784 fmulp %st(0),%st(1) // scale*x | lzi0 | y 812 fmulp %st(0),%st(3) // u0 | lzi0 | scale*y
|
d_polysa.s | 399 fmulp %st(0),%st(6) // t0 | t1 | ystepdenominv | xstepdenominv | 417 fmulp %st(0),%st(5) // t0*p10_minus_p20 | t1*p01_minus_p21 | 436 fmulp %st(0),%st(2) // ystepdenominv | 440 fmulp %st(0),%st(2) // (t1*p01_minus_p21 - t0*p11_minus_p21) * [all...] |
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.c | 689 {"fmulp", " fmulp", -2, emit_1_or_2_operandsl},
690 {"fmulps", " fmulp", -2, emit_1_or_2_operandsl},
|
/external/quake/quake/src/WinQuake/gas2masm/ |
gas2masm.c | 689 {"fmulp", " fmulp", -2, emit_1_or_2_operandsl},
690 {"fmulps", " fmulp", -2, emit_1_or_2_operandsl},
|
/external/libvpx/examples/includes/geshi/geshi/ |
asm.php | 85 'fmulp','fnclex','fndisi','fneni','fninit','fnop','fnsave','fnsavew','fnstcw','fnstenv',
|
/external/llvm/test/MC/X86/ |
x86-64.s | 293 // CHECK: fmulp 304 fmulp label 434 // CHECK: fmulp %st(2) 436 fmulp %st, %st(2) label
|
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 365 __ fmulp(3);
|
test-disasm-x64.cc | 345 __ fmulp(3);
|
/external/llvm/lib/Target/X86/ |
X86InstrInfo.td | [all...] |
X86InstrFPStack.td | 238 def MUL_FPrST0 : FPrST0PInst<0xC8, "fmulp\t$op">; [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | 949 void fmulp(int i = 1); [all...] |
assembler-ia32.cc | 1793 void Assembler::fmulp(int i) { function in class:v8::internal::Assembler [all...] |
code-stubs-ia32.cc | [all...] |
/external/valgrind/main/VEX/useful/ |
hd_fpu.c | [all...] |
/external/elfutils/tests/ |
testfile44.expect.bz2 | |
/external/elfutils/libcpu/defs/ |
i386 | 242 11011110,11001{freg}:fmulp %st,{freg} [all...] |