HomeSort by relevance Sort by last modified time
    Searched refs:fmadd (Results 1 - 19 of 19) sorted by null

  /external/valgrind/main/none/tests/ppc32/
jm-fp.stdout.exp 15 fmadd 0010000000000001, 0010000000000001, 0010000000000001 => 0010000000000000
16 fmadd 0010000000000001, 0010000000000001, bfe00094e0000359 => bfe00094e0000300
17 fmadd 0010000000000001, 80100094e0000359, 0010000000000001 => 0010000000000000
18 fmadd 0010000000000001, 80100094e0000359, bfe00094e0000359 => bfe00094e0000300
19 fmadd 3fe00094e0000359, 0010000000000001, 0010000000000001 => 0018004a70000100
20 fmadd 3fe00094e0000359, 0010000000000001, bfe00094e0000359 => bfe00094e0000300
21 fmadd 3fe00094e0000359, 80100094e0000359, 0010000000000001 => 0007ff6b1d4b5e00
22 fmadd 3fe00094e0000359, 80100094e0000359, bfe00094e0000359 => bfe00094e0000300
23 fmadd bfe0000000000001, 0010000000000001, 0010000000000001 => 0008000000000000
24 fmadd bfe0000000000001, 0010000000000001, bfe00094e0000359 => bfe00094e000030
    [all...]
  /external/llvm/test/MC/Mips/msa/
test_3rf.s 33 # CHECK: fmadd.w $w29, $w6, $w23 # encoding: [0x79,0x17,0x37,0x5b]
34 # CHECK: fmadd.d $w11, $w28, $w21 # encoding: [0x79,0x35,0xe2,0xdb]
116 fmadd.w $w29, $w6, $w23
117 fmadd.d $w11, $w28, $w21
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 194 # CHECK-BE: fmadd 2, 3, 4, 5 # encoding: [0xfc,0x43,0x29,0x3a]
195 # CHECK-LE: fmadd 2, 3, 4, 5 # encoding: [0x3a,0x29,0x43,0xfc]
196 fmadd 2, 3, 4, 5
197 # CHECK-BE: fmadd. 2, 3, 4, 5 # encoding: [0xfc,0x43,0x29,0x3b]
198 # CHECK-LE: fmadd. 2, 3, 4, 5 # encoding: [0x3b,0x29,0x43,0xfc]
199 fmadd. 2, 3, 4, 5
  /external/valgrind/main/none/tests/ppc64/
jm-fp.stdout.exp 15 fmadd 0010000000000001, 0010000000000001, 0010000000000001 => 0010000000000000
16 fmadd 0010000000000001, 0010000000000001, bfe00094e0000359 => bfe00094e0000300
17 fmadd 0010000000000001, 80100094e0000359, 0010000000000001 => 0010000000000000
18 fmadd 0010000000000001, 80100094e0000359, bfe00094e0000359 => bfe00094e0000300
19 fmadd 3fe00094e0000359, 0010000000000001, 0010000000000001 => 0018004a70000100
20 fmadd 3fe00094e0000359, 0010000000000001, bfe00094e0000359 => bfe00094e0000300
21 fmadd 3fe00094e0000359, 80100094e0000359, 0010000000000001 => 0007ff6b1d4b5e00
22 fmadd 3fe00094e0000359, 80100094e0000359, bfe00094e0000359 => bfe00094e0000300
23 fmadd bfe0000000000001, 0010000000000001, 0010000000000001 => 0008000000000000
24 fmadd bfe0000000000001, 0010000000000001, bfe00094e0000359 => bfe00094e000030
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-fp-encoding.s 26 fmadd s1, s2, s3, s4
27 fmadd d1, d2, d3, d4
29 ; CHECK: fmadd s1, s2, s3, s4 ; encoding: [0x41,0x10,0x03,0x1f]
30 ; CHECK: fmadd d1, d2, d3, d4 ; encoding: [0x41,0x10,0x43,0x1f]
basic-a64-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
  /external/valgrind/main/auxprogs/
ppcfround.c 117 /* Give an insn string such as "fmadd %%f4, %%f1,%%f2,%%f3". Args are
194 INSN(fmadd, "fmadd %%f4, %%f1,%%f2,%%f3");
195 INSN(fmadd_, "fmadd. %%f4, %%f1,%%f2,%%f3");
490 do_N_ternary("fmadd", insn_fmadd, macArgs, nMacArgs, SHOW_ALL);
  /external/vixl/test/
test-simulator-a64.cc     [all...]
test-disasm-a64.cc     [all...]
test-assembler-a64.cc     [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h     [all...]
macro-assembler-arm64-inl.h 648 void MacroAssembler::Fmadd(const FPRegister& fd,
653 fmadd(fd, fn, fm, fa);
    [all...]
assembler-arm64.cc 1602 void Assembler::fmadd(const FPRegister& fd, function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/a64/
assembler-a64.h     [all...]
macro-assembler-a64.h 663 void Fmadd(const FPRegister& fd,
668 fmadd(fd, fn, fm, fa);
    [all...]
assembler-a64.cc 1272 void Assembler::fmadd(const FPRegister& fd, function in class:vixl::Assembler
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc     [all...]
test-assembler-arm64.cc     [all...]

Completed in 258 milliseconds