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

  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 272 # CHECK-BE: fctiw 2, 3 # encoding: [0xfc,0x40,0x18,0x1c]
273 # CHECK-LE: fctiw 2, 3 # encoding: [0x1c,0x18,0x40,0xfc]
274 fctiw 2, 3
275 # CHECK-BE: fctiw. 2, 3 # encoding: [0xfc,0x40,0x18,0x1d]
276 # CHECK-LE: fctiw. 2, 3 # encoding: [0x1d,0x18,0x40,0xfc]
277 fctiw. 2, 3
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 286 # CHECK-BE: fctiw 2, 3 # encoding: [0xfc,0x40,0x18,0x1c]
287 # CHECK-LE: fctiw 2, 3 # encoding: [0x1c,0x18,0x40,0xfc]
288 fctiw 2, 3
289 # CHECK-BE: fctiw. 2, 3 # encoding: [0xfc,0x40,0x18,0x1d]
290 # CHECK-LE: fctiw. 2, 3 # encoding: [0x1d,0x18,0x40,0xfc]
291 fctiw. 2, 3
  /external/v8/src/ppc/
disasm-ppc.cc 1030 case FCTIW: {
1031 Format(instr, "fctiw'. 'Dt, 'Db");
    [all...]
assembler-ppc.h     [all...]
assembler-ppc.cc 1798 void Assembler::fctiw(const DoubleRegister frt, const DoubleRegister frb) { function in class:v8::internal::Assembler
    [all...]
constants-ppc.h     [all...]

Completed in 64 milliseconds