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

  /external/valgrind/none/tests/ppc32/
power5+_round.stdout.exp 46 frim inf inf 0 PASS
47 frim 1.9 1 0 PASS
48 frim 1.1 1 0 PASS
49 frim 0 0 0 PASS
50 frim -0 -0 0 PASS
51 frim -1.1 -2 0 PASS
52 frim -1.9 -2 0 PASS
53 frim -inf -inf 0 PASS
54 frim nan nan 0 PASS
55 frim 0.9 0 0 PAS
    [all...]
power5+_round.c 88 double frim[] = { inf, 1.0, 1.0, 0, neg0, -2.0, -2.0, -inf, nan }; local
116 DO_TEST(frim, set, frim, fprf);
117 DO_TEST(frim, set2, frim2, frim2rf);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
476.s 171 frim 10,11
172 frim. 10,11
a2.s 208 frim. 20,21
209 frim 20,21
476.d 178 2a0: (fd 40 5b d0|d0 5b 40 fd) frim f10,f11
179 2a4: (fd 40 5b d1|d1 5b 40 fd) frim\. f10,f11
a2.d 233 334: (fe 80 ab d1|d1 ab 80 fe) frim\. f20,f21
234 338: (fe 80 ab d0|d0 ab 80 fe) frim f20,f21
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 334 # CHECK-BE: frim 2, 3 # encoding: [0xfc,0x40,0x1b,0xd0]
335 # CHECK-LE: frim 2, 3 # encoding: [0xd0,0x1b,0x40,0xfc]
336 frim 2, 3
337 # CHECK-BE: frim. 2, 3 # encoding: [0xfc,0x40,0x1b,0xd1]
338 # CHECK-LE: frim. 2, 3 # encoding: [0xd1,0x1b,0x40,0xfc]
339 frim. 2, 3
  /external/v8/src/ppc/
assembler-ppc.h     [all...]
constants-ppc.h     [all...]
assembler-ppc.cc 63 // Detect whether frim instruction is supported (POWER5+)
2227 void Assembler::frim(const DoubleRegister frt, const DoubleRegister frb, function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 404 FRIM
1731 FRIM: "frim",
1732 FRIM_: "frim.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 404 FRIM
1731 FRIM: "frim",
1732 FRIM_: "frim.",
    [all...]

Completed in 1069 milliseconds