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

  /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/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/v8/src/ppc/
disasm-ppc.cc 977 case FCTIDUZ: {
978 Format(instr, "fctiduz 'Dt, 'Db");
    [all...]
assembler-ppc.h     [all...]
assembler-ppc.cc 2236 void Assembler::fctiduz(const DoubleRegister frt, const DoubleRegister frb, function in class:v8::internal::Assembler
    [all...]
macro-assembler-ppc.cc 811 fctiduz(double_dst, double_input);
    [all...]

Completed in 59 milliseconds