Searched refs:isync (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | asm-constraints.ll | 15 ; "1: isync\n" 27 ; CHECK: isync 35 …%1 = call i32 asm sideeffect "ld${1:U}${1:X} $0,$1\0Acmpw $0,$0\0Abne- 1f\0A1: isync\0A", "=r,*m,~…
|
D | 2007-09-11-RegCoalescerAssert.ll | 7 …sm sideeffect "1: lwarx $0, 0, $1\0A\09stwcx. $2, 0, $1\0A\09bne- 1b\0A\09isync", "=&r,=*r,r,1,~{d…
|
D | 2009-08-17-inline-asm-addr-mode-breakage.ll | 20 …call void asm sideeffect "isync\0A\09eieio\0A\09stw $1, $0", "=*o,r,~{memory}"(i32* %1, i32 0) nou…
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding-bookII.s | 67 # CHECK-BE: isync # encoding: [0x4c,0x00,0x01,0x2c] 68 # CHECK-LE: isync # encoding: [0x2c,0x01,0x00,0x4c] 69 isync
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2007-09-11-RegCoalescerAssert.ll | 7 …sm sideeffect "1: lwarx $0, 0, $1\0A\09stwcx. $2, 0, $1\0A\09bne- 1b\0A\09isync", "=&r,=*r,r,1,~{d…
|
D | 2009-08-17-inline-asm-addr-mode-breakage.ll | 20 …call void asm sideeffect "isync\0A\09eieio\0A\09stw $1, $0", "=*o,r,~{memory}"(i32* %1, i32 0) nou…
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-bookII.txt | 27 # CHECK: isync
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSystemInst.td | 107 "isync"> {
|
/external/llvm/lib/Support/Unix/ |
D | Memory.inc | 332 asm volatile("isync");
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCSchedule.td | 203 // isync SprISYNC
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 1025 void isync();
|
D | assembler-ppc.cc | 1963 void Assembler::isync() { emit(EXT1 | ISYNC); } in isync() function in v8::internal::Assembler
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 779 __ isync(); \
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 3531 "isync", IIC_SprISYNC, []>;
|