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

1 2

  /external/llvm/test/CodeGen/PowerPC/
fp_to_uint.ll 1 ; RUN: llc < %s -mattr=-vsx -march=ppc32 | grep fctiwz | count 1
stfiwx-2.ll 8 ; CHECK: fctiwz 0, 1
no-extra-fp-conv-ldst.ll 39 ; CHECK-DAG: fctiwz [[REG2:[0-9]+]], 1
55 ; CHECK-DAG: fctiwz [[REG2:[0-9]+]], 1
fast-isel-conversion.ll 385 ; ELF64: fctiwz
388 ; ELF64LE: fctiwz
391 ; PPC970: fctiwz
425 ; ELF64: fctiwz
428 ; ELF64LE: fctiwz
431 ; PPC970: fctiwz
fast-isel-conversion-p5.ll 62 ; ELF64: fctiwz
86 ; ELF64: fctiwz
float-to-int.ll 80 ; CHECK: fctiwz [[REG:[0-9]+]], 1
97 ; CHECK: fctiwz [[REG:[0-9]+]], 1
  /external/valgrind/none/tests/ppc32/
jm-fp.stdout.exp     [all...]
jm-fp.stdout.exp-BE2     [all...]
  /external/valgrind/none/tests/ppc64/
jm-fp.stdout.exp     [all...]
jm-fp.stdout.exp-BE2     [all...]
jm-fp.stdout.exp-LE     [all...]
jm-fp.stdout.exp-LE2     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
anames.go 79 "FCTIWZ",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
anames.go 79 "FCTIWZ",
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
anames.go 82 "FCTIWZ",
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
anames.go 82 "FCTIWZ",
  /external/valgrind/auxprogs/
ppcfround.c 185 INSN(fctiwz, "fctiwz %%f4, %%f1");
186 INSN(fctiwz_, "fctiwz. %%f4, %%f1");
487 do_N_unary("fctiwz", insn_fctiwz, args, nargs, 0xFFFFFFFF00000000ULL);
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 278 # CHECK-BE: fctiwz 2, 3 # encoding: [0xfc,0x40,0x18,0x1e]
279 # CHECK-LE: fctiwz 2, 3 # encoding: [0x1e,0x18,0x40,0xfc]
280 fctiwz 2, 3
281 # CHECK-BE: fctiwz. 2, 3 # encoding: [0xfc,0x40,0x18,0x1f]
282 # CHECK-LE: fctiwz. 2, 3 # encoding: [0x1f,0x18,0x40,0xfc]
283 fctiwz. 2, 3
  /external/llvm/test/MC/Disassembler/PowerPC/
ppc64-encoding-fp.txt 252 # CHECK: fctiwz 2, 3
255 # CHECK: fctiwz. 2, 3
  /external/valgrind/docs/internals/
3_3_BUGSTATUS.txt 56 158730 Wont pend ppc: illegal opcode crash on instruction fctiwz
57 Not sure this does have anything to do with fctiwz.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
476.s 135 fctiwz 10,11
136 fctiwz. 10,11
a2.s 164 fctiwz. 20,21
165 fctiwz 20,21
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 44 /// FCTI[D,W]Z - The FCTIDZ and FCTIWZ instructions, taking an f32 or f64
47 FCTIDZ, FCTIWZ,
    [all...]
  /external/v8/src/ppc/
disasm-ppc.cc 976 case FCTIWZ: {
977 Format(instr, "fctiwz'. 'Dt, 'Db");
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 469 * fctiwz - Floating Convert to Integer Word with Round toward Zero
480 __asm__ ("fctiwz %0, %1"

Completed in 7064 milliseconds

1 2