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

  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 304 # CHECK-BE: fcfids 2, 3 # encoding: [0xec,0x40,0x1e,0x9c]
305 # CHECK-LE: fcfids 2, 3 # encoding: [0x9c,0x1e,0x40,0xec]
306 fcfids 2, 3
307 # CHECK-BE: fcfids. 2, 3 # encoding: [0xec,0x40,0x1e,0x9d]
308 # CHECK-LE: fcfids. 2, 3 # encoding: [0x9d,0x1e,0x40,0xec]
309 fcfids. 2, 3
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 324 # CHECK-BE: fcfids 2, 3 # encoding: [0xec,0x40,0x1e,0x9c]
325 # CHECK-LE: fcfids 2, 3 # encoding: [0x9c,0x1e,0x40,0xec]
326 fcfids 2, 3
327 # CHECK-BE: fcfids. 2, 3 # encoding: [0xec,0x40,0x1e,0x9d]
328 # CHECK-LE: fcfids. 2, 3 # encoding: [0x9d,0x1e,0x40,0xec]
329 fcfids. 2, 3
  /external/v8/src/ppc/
macro-assembler-ppc.cc 683 fcfids(dst, dst);
689 fcfids(dst, dst);
714 fcfids(double_dst, double_dst);
    [all...]
assembler-ppc.h     [all...]
assembler-ppc.cc 1851 void Assembler::fcfids(const DoubleRegister frt, const DoubleRegister frb, function in class:v8::internal::Assembler
    [all...]
constants-ppc.h     [all...]

Completed in 88 milliseconds