HomeSort by relevance Sort by last modified time
    Searched full:frip (Results 1 - 25 of 36) sorted by null

1 2

  /external/valgrind/none/tests/ppc32/
power5+_round.stdout.exp 31 frip inf inf 0 PASS
32 frip 1.9 2 0 PASS
33 frip 1.1 2 0 PASS
34 frip 0 0 0 PASS
35 frip -0 -0 0 PASS
36 frip -1.1 -1 0 PASS
37 frip -1.9 -1 0 PASS
38 frip -inf -inf 0 PASS
39 frip nan nan 0 PASS
40 frip 0.9 1 0 PAS
    [all...]
power5+_round.c 87 double frip[] = { inf, 2.0, 2.0, 0, neg0, -1.0, -1.0, -inf, nan }; local
114 DO_TEST(frip, set, frip, fprf);
115 DO_TEST(frip, set2, frip2, frip2rf);
  /prebuilts/go/darwin-x86/src/math/
floor_ppc64x.s 17 FRIP F0, F0
  /prebuilts/go/linux-x86/src/math/
floor_ppc64x.s 17 FRIP F0, F0
  /external/llvm/test/CodeGen/PowerPC/
rounding-ops.ll 59 ; CHECK: frip 1, 1
61 ; CHECK-VSX: frip 1, 1
71 ; CHECK: frip 1, 1
vec_rounding.ll 38 ; CHECK: frip
39 ; CHECK: frip
48 ; CHECK: frip
49 ; CHECK: frip
50 ; CHECK: frip
51 ; CHECK: frip
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 239 "FRIP",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 239 "FRIP",
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 322 # CHECK-BE: frip 2, 3 # encoding: [0xfc,0x40,0x1b,0x90]
323 # CHECK-LE: frip 2, 3 # encoding: [0x90,0x1b,0x40,0xfc]
324 frip 2, 3
325 # CHECK-BE: frip. 2, 3 # encoding: [0xfc,0x40,0x1b,0x91]
326 # CHECK-LE: frip. 2, 3 # encoding: [0x91,0x1b,0x40,0xfc]
327 frip. 2, 3
  /external/capstone/suite/MC/PowerPC/
ppc64-encoding-fp.s.cs 99 0xfc,0x40,0x1b,0x90 = frip 2, 3
100 0xfc,0x40,0x1b,0x91 = frip. 2, 3
  /external/llvm/test/MC/Disassembler/PowerPC/
ppc64-encoding-fp.txt 294 # CHECK: frip 2, 3
297 # CHECK: frip. 2, 3
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
476.s 175 frip 10,11
176 frip. 10,11
a2.s 212 frip. 20,21
213 frip 20,21
476.d 182 2b0: (fd 40 5b 90|90 5b 40 fd) frip f10,f11
183 2b4: (fd 40 5b 91|91 5b 40 fd) frip\. f10,f11
a2.d 237 344: (fe 80 ab 91|91 ab 80 fe) frip\. f20,f21
238 348: (fe 80 ab 90|90 ab 80 fe) frip f20,f21
  /external/v8/src/ppc/
disasm-ppc.cc 1036 case FRIP: {
1037 Format(instr, "frip. 'Dt, 'Db");
    [all...]
assembler-ppc.cc 2221 void Assembler::frip(const DoubleRegister frt, const DoubleRegister frb, function in class:v8::internal::Assembler
    [all...]
constants-ppc.h     [all...]
assembler-ppc.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 250 {name: "FCEIL", argLength: 1, reg: fp11, asm: "FRIP"}, // ceil(arg0), float64
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 250 {name: "FCEIL", argLength: 1, reg: fp11, asm: "FRIP"}, // ceil(arg0), float64
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 402 FRIP
1729 FRIP: "frip",
1730 FRIP_: "frip.",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 402 FRIP
1729 FRIP: "frip",
1730 FRIP_: "frip.",
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ChangeLog-2005 129 * ppc-opc.c (powerpc_opcodes): Add frin,friz,frip,frim. Correct
    [all...]

Completed in 563 milliseconds

1 2