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

  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 252 # CHECK-BE: fctid 2, 3 # encoding: [0xfc,0x40,0x1e,0x5c]
253 # CHECK-LE: fctid 2, 3 # encoding: [0x5c,0x1e,0x40,0xfc]
254 fctid 2, 3
255 # CHECK-BE: fctid. 2, 3 # encoding: [0xfc,0x40,0x1e,0x5d]
256 # CHECK-LE: fctid. 2, 3 # encoding: [0x5d,0x1e,0x40,0xfc]
257 fctid. 2, 3
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 258 # CHECK-BE: fctid 2, 3 # encoding: [0xfc,0x40,0x1e,0x5c]
259 # CHECK-LE: fctid 2, 3 # encoding: [0x5c,0x1e,0x40,0xfc]
260 fctid 2, 3
261 # CHECK-BE: fctid. 2, 3 # encoding: [0xfc,0x40,0x1e,0x5d]
262 # CHECK-LE: fctid. 2, 3 # encoding: [0x5d,0x1e,0x40,0xfc]
263 fctid. 2, 3
  /external/v8/src/ppc/
disasm-ppc.cc 1014 case FCTID: {
1015 Format(instr, "fctid 'Dt, 'Db");
    [all...]
assembler-ppc.h     [all...]
assembler-ppc.cc 1857 void Assembler::fctid(const DoubleRegister frt, const DoubleRegister frb, function in class:v8::internal::Assembler
    [all...]
constants-ppc.h     [all...]
macro-assembler-ppc.cc 729 fctid(double_dst, double_input);
    [all...]

Completed in 111 milliseconds