HomeSort by relevance Sort by last modified time
    Searched refs:isync (Results 1 - 11 of 11) 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 507 case ISYNC: {
508 Format(instr, "isync (stuff)");
    [all...]
assembler-ppc.h     [all...]
constants-ppc.h     [all...]
assembler-ppc.cc 1996 void Assembler::isync() { emit(EXT1 | ISYNC); } function in class:v8::internal::Assembler
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 1200 ISYNC
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 1200 ISYNC
    [all...]

Completed in 73 milliseconds