Home
last modified time | relevance | path

Searched refs:fctiwz (Results 1 – 25 of 28) sorted by relevance

12

/external/capstone/suite/MC/PowerPC/
Dppc64-encoding-fp.s.cs85 0xfc,0x40,0x18,0x1e = fctiwz 2, 3
86 0xfc,0x40,0x18,0x1f = fctiwz. 2, 3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfast-isel-fpconv.ll3 ; The second fctiwz would use an incorrect input register due to wrong handling
13 ; CHECK: fctiwz {{[0-9]+}}, [[REG]]
D2008-10-28-f128-i32.ll95 ; CHECK-NEXT: fctiwz 0, 1
103 ; CHECK-NEXT: fctiwz 0, 0
215 ; CHECK-NEXT: fctiwz 0, 1
226 ; CHECK-NEXT: fctiwz 2, 2
270 ; CHECK-NEXT: fctiwz 0, 1
281 ; CHECK-NEXT: fctiwz 2, 2
Dfp_to_uint.ll1 ; RUN: llc -verify-machineinstrs < %s -mattr=-vsx -mtriple=ppc32-- | grep fctiwz | count 1
Dfast-isel-conversion-p5.ll62 ; ELF64: fctiwz
86 ; ELF64: fctiwz
Dstfiwx-2.ll8 ; CHECK: fctiwz 0, 1
Dfloat-to-int.ll109 ; CHECK: fctiwz [[REG:[0-9]+]], 1
126 ; CHECK: fctiwz [[REG:[0-9]+]], 1
Dfast-isel-conversion.ll326 ; CHECK: fctiwz
329 ; PPC970: fctiwz
359 ; CHECK: fctiwz
362 ; PPC970: fctiwz
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-fpconv.ll3 ; The second fctiwz would use an incorrect input register due to wrong handling
13 ; CHECK: fctiwz {{[0-9]+}}, [[REG]]
Dno-extra-fp-conv-ldst.ll39 ; CHECK-DAG: fctiwz [[REG2:[0-9]+]], 1
55 ; CHECK-DAG: fctiwz [[REG2:[0-9]+]], 1
Dfast-isel-conversion.ll385 ; ELF64: fctiwz
388 ; ELF64LE: fctiwz
391 ; PPC970: fctiwz
425 ; ELF64: fctiwz
428 ; ELF64LE: fctiwz
431 ; PPC970: fctiwz
Dfp_to_uint.ll1 ; RUN: llc < %s -mattr=-vsx -march=ppc32 | grep fctiwz | count 1
Dfast-isel-conversion-p5.ll62 ; ELF64: fctiwz
86 ; ELF64: fctiwz
Dstfiwx-2.ll8 ; CHECK: fctiwz 0, 1
Dfloat-to-int.ll80 ; CHECK: fctiwz [[REG:[0-9]+]], 1
97 ; CHECK: fctiwz [[REG:[0-9]+]], 1
/external/llvm/test/MC/PowerPC/
Dppc64-encoding-fp.s278 # 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-encoding-fp.s300 # CHECK-BE: fctiwz 2, 3 # encoding: [0xfc,0x40,0x18,0x1e]
301 # CHECK-LE: fctiwz 2, 3 # encoding: [0x1e,0x18,0x40,0xfc]
302 fctiwz 2, 3
303 # CHECK-BE: fctiwz. 2, 3 # encoding: [0xfc,0x40,0x18,0x1f]
304 # CHECK-LE: fctiwz. 2, 3 # encoding: [0x1f,0x18,0x40,0xfc]
305 fctiwz. 2, 3
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dfp_to_uint.ll1 ; RUN: llc < %s -march=ppc32 | grep fctiwz | count 1
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-fp.txt252 # CHECK: fctiwz 2, 3
255 # CHECK: fctiwz. 2, 3
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-fp.txt264 # CHECK: fctiwz 2, 3
267 # CHECK: fctiwz. 2, 3
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSchedule.td178 // fctiwz FPGeneral
DREADME.txt509 fctiwz f0, f1
/external/v8/src/ppc/
Dassembler-ppc.h1213 void fctiwz(const DoubleRegister frt, const DoubleRegister frb);
Dconstants-ppc.h1509 V(fctiwz, FCTIWZ, 0xFC00001E) \
Dassembler-ppc.cc1793 void Assembler::fctiwz(const DoubleRegister frt, const DoubleRegister frb) { in fctiwz() function in v8::internal::Assembler

12