/external/llvm/test/CodeGen/PowerPC/ |
f32-to-i64.ll | 15 ; CHECK: fctiduz [[REG1:[0-9]+]], 1
|
fp-to-int-to-fp.ll | 51 ; FPCVT: fctiduz [[REG1:[0-9]+]], 1 64 ; FPCVT: fctiduz [[REG1:[0-9]+]], 1
|
fast-isel-conversion.ll | 487 ; ELF64: fctiduz 490 ; ELF64LE: fctiduz 493 ; PPC970-NOT: fctiduz 525 ; ELF64: fctiduz 528 ; ELF64LE: fctiduz 531 ; PPC970-NOT: fctiduz
|
float-to-int.ll | 46 ; CHECK: fctiduz [[REG:[0-9]+]], 1 63 ; CHECK: fctiduz [[REG:[0-9]+]], 1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
power7.s | 74 fctiduz 4,5 75 fctiduz. 4,5
|
power7.d | 81 11c: (fc 80 2f 5e|5e 2f 80 fc) fctiduz f4,f5 82 120: (fc 80 2f 5f|5f 2f 80 fc) fctiduz\. f4,f5
|
/external/valgrind/none/tests/ppc32/ |
test_isa_2_06_part2.stdout.exp | [all...] |
test_isa_2_06_part2.c | [all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding-fp.s | 266 # CHECK-BE: fctiduz 2, 3 # encoding: [0xfc,0x40,0x1f,0x5e] 267 # CHECK-LE: fctiduz 2, 3 # encoding: [0x5e,0x1f,0x40,0xfc] 268 fctiduz 2, 3 269 # CHECK-BE: fctiduz. 2, 3 # encoding: [0xfc,0x40,0x1f,0x5f] 270 # CHECK-LE: fctiduz. 2, 3 # encoding: [0x5f,0x1f,0x40,0xfc] 271 fctiduz. 2, 3
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
ppc64-encoding-fp.txt | 240 # CHECK: fctiduz 2, 3 243 # CHECK: fctiduz. 2, 3
|
/external/valgrind/none/tests/ppc64/ |
test_isa_2_06_part2.stdout.exp | [all...] |
/external/v8/src/ppc/ |
disasm-ppc.cc | 968 case FCTIDUZ: { 969 Format(instr, "fctiduz 'Dt, 'Db"); [all...] |
constants-ppc.h | 299 FCTIDUZ = 943 << 1, // ^^^ with round toward zero
|
assembler-ppc.cc | 2205 void Assembler::fctiduz(const DoubleRegister frt, const DoubleRegister frb, function in class:v8::internal::Assembler [all...] |
assembler-ppc.h | [all...] |
simulator-ppc.cc | [all...] |
macro-assembler-ppc.cc | 723 fctiduz(double_dst, double_input); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstr64Bit.td | [all...] |
PPCISelLowering.h | 51 FCTIDUZ, FCTIWUZ, [all...] |
PPCFastISel.cpp | [all...] |
PPCISelLowering.cpp | [all...] |
PPCInstrInfo.td | 91 def PPCfctiduz: SDNode<"PPCISD::FCTIDUZ",SDTFPUnaryOp, []>; [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
ChangeLog-2009 | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
ChangeLog-2009 | [all...] |
ppc-opc.c | [all...] |