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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
e500.s 54 #sync and lwsync handling
56 lwsync
e6500.d 64 d8: (7c 20 04 ac|ac 04 20 7c) lwsync
a2.d 550 828: (7c 20 04 ac|ac 04 20 7c) lwsync
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-bookII.s 157 # CHECK-BE: lwsync # encoding: [0x7c,0x20,0x04,0xac]
158 # CHECK-LE: lwsync # encoding: [0xac,0x04,0x20,0x7c]
159 lwsync
  /external/v8/src/ppc/
assembler-ppc.h 80 #define INSTR_AND_DATA_CACHE_COHERENCY LWSYNC
    [all...]
assembler-ppc.cc 80 supported_ |= (1u << LWSYNC);
101 supported_ |= (1u << LWSYNC);
1988 void Assembler::lwsync() { emit(EXT2 | SYNC | 1 * B21); } function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]

Completed in 60 milliseconds