/external/llvm/test/CodeGen/PowerPC/ |
D | rotl-64.ll | 1 ; RUN: llc < %s -march=ppc64 | grep rotld
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | rotl-64.ll | 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc64-- | grep rotld
|
D | funnel-shift-rot.ll | 162 ; CHECK-NEXT: rotld 3, 3, 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-encoding-ext.s | 3304 # CHECK-BE: rotld 2, 3, 4 # encoding: [0x78,0x62,0x20,0x10] 3305 # CHECK-LE: rotld 2, 3, 4 # encoding: [0x10,0x20,0x62,0x78] 3306 rotld 2, 3, 4 3307 # CHECK-BE: rotld. 2, 3, 4 # encoding: [0x78,0x62,0x20,0x11] 3308 # CHECK-LE: rotld. 2, 3, 4 # encoding: [0x11,0x20,0x62,0x78] 3309 rotld. 2, 3, 4
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding-ext.s | 3304 # CHECK-BE: rotld 2, 3, 4 # encoding: [0x78,0x62,0x20,0x10] 3305 # CHECK-LE: rotld 2, 3, 4 # encoding: [0x10,0x20,0x62,0x78] 3306 rotld 2, 3, 4 3307 # CHECK-BE: rotld. 2, 3, 4 # encoding: [0x78,0x62,0x20,0x11] 3308 # CHECK-LE: rotld. 2, 3, 4 # encoding: [0x11,0x20,0x62,0x78] 3309 rotld. 2, 3, 4
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-ext.txt | 2101 # CHECK: rotld 2, 3, 4 2104 # CHECK: rotld. 2, 3, 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-ext.txt | 2101 # CHECK: rotld 2, 3, 4 2104 # CHECK: rotld. 2, 3, 4
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 1102 void rotld(Register ra, Register rs, Register rb, RCBit r = LeaveRC);
|
D | assembler-ppc.cc | 1202 void Assembler::rotld(Register ra, Register rs, Register rb, RCBit r) { in rotld() function in v8::internal::Assembler
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1344 __ rotld(i.OutputRegister(), i.InputRegister(0), kScratchReg, in AssembleArchInstruction() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 4020 def : InstAlias<"rotld $rA, $rS, $rB", (RLDCL g8rc:$rA, g8rc:$rS, gprc:$rB, 0)>; 4021 def : InstAlias<"rotld. $rA, $rS, $rB", (RLDCLo g8rc:$rA, g8rc:$rS, gprc:$rB, 0)>;
|
/external/capstone/arch/PowerPC/ |
D | PPCGenAsmWriter.inc | 6999 AsmString = "rotld $\x01, $\x02, $\x03"; 7014 AsmString = "rotld. $\x01, $\x02, $\x03";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 4539 def : InstAlias<"rotld $rA, $rS, $rB", (RLDCL g8rc:$rA, g8rc:$rS, gprc:$rB, 0)>; 4540 def : InstAlias<"rotld. $rA, $rS, $rB", (RLDCLo g8rc:$rA, g8rc:$rS, gprc:$rB, 0)>;
|