Searched refs:ISYNC (Results 1 – 11 of 11) sorted by relevance
/external/u-boot/board/tqc/tqm834x/ |
D | tqm834x.c | 21 #define ISYNC asm("isync") macro 194 ISYNC; in detect_num_flash_banks() 213 ISYNC; in detect_num_flash_banks()
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 506 case ISYNC: { in DecodeExt1()
|
D | constants-ppc.h | 2112 V(isync, ISYNC, 0x4C00012C) \
|
D | assembler-ppc.cc | 1662 void Assembler::isync() { emit(EXT1 | ISYNC); } in isync()
|
D | simulator-ppc.cc | 1785 case ISYNC: { in ExecuteGeneric()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 751 ISYNC,
|
D | PPCInstrInfo.cpp | 2192 MI.setDesc(get(PPC::ISYNC)); in expandPostRAPseudo()
|
D | PPCInstrInfo.td | 3970 def ISYNC : XLForm_2_ext<19, 150, 0, 0, 0, (outs), (ins),
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 571 /* 2257 */ MCD_OPC_Decode, 201, 4, 23, // Opcode: ISYNC
|
D | PPCGenAsmWriter.inc | 605 9360U, // ISYNC 1878 0U, // ISYNC
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 3530 def ISYNC : XLForm_2_ext<19, 150, 0, 0, 0, (outs), (ins),
|