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

  /external/llvm/test/MC/PowerPC/
ppc64-encoding-bookII.s 67 # CHECK-BE: isync # encoding: [0x4c,0x00,0x01,0x2c]
68 # CHECK-LE: isync # encoding: [0x2c,0x01,0x00,0x4c]
69 isync
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
476.s 206 isync
a2.s 253 isync
476.d 213 32c: (4c 00 01 2c|2c 01 00 4c) isync
a2.d 278 3e8: (4c 00 01 2c|2c 01 00 4c) isync
  /external/v8/src/ppc/
disasm-ppc.cc 506 case ISYNC: {
507 Format(instr, "isync (stuff)");
    [all...]
assembler-ppc.h     [all...]
assembler-ppc.cc 1951 void Assembler::isync() { emit(EXT1 | ISYNC); } function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 710 __ isync(); \
    [all...]

Completed in 147 milliseconds