Home
last modified time | relevance | path

Searched refs:clrldi (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dp8-scalar_vector_conversions.ll112 ; CHECK-LE: clrldi 3, 3, 56
234 ; CHECK: clrldi 3, 3, 56
256 ; CHECK-LE: clrldi 3, 3, 56
396 ; CHECK: clrldi 3, 3, 56
399 ; CHECK-LE: clrldi 3, 3, 56
413 ; CHECK: clrldi 3, 3, 56
417 ; CHECK-LE: clrldi 3, 3, 56
431 ; CHECK: clrldi 3, 3, 56
435 ; CHECK-LE: clrldi 3, 3, 56
449 ; CHECK: clrldi 3, 3, 56
[all …]
Dstack-realign.ll33 ; CHECK-DAG: clrldi [[REG:[0-9]+]], 1, 59
55 ; CHECK-FP-DAG: clrldi [[REG:[0-9]+]], 1, 59
116 ; CHECK-DAG: clrldi [[REG3:[0-9]+]], 1, 59
178 ; CHECK-DAG: clrldi [[REG:[0-9]+]], 1, 59
194 ; CHECK-FP-DAG: clrldi [[REG:[0-9]+]], 1, 59
Dppc64-zext.ll7 ; CHECK: clrldi {{[0-9]+}}, {{[0-9]+}}, 32
Dcmpb.ll20 ; CHECK: clrldi 3, [[REG1]], 48
76 ; CHECK: clrldi [[REG2:[0-9]+]], [[REG1]], 55
102 ; CHECK: clrldi 3, [[REG1]], 32
Daggressive-anti-dep-breaker-subreg.ll16 ; CHECK: clrldi 4, [[TEMPREG]], 32
/external/llvm/test/MC/PowerPC/
Dppc64-encoding-ext.s3322 # CHECK-BE: clrldi 2, 3, 4 # encoding: [0x78,0x62,0x01,0x00]
3323 # CHECK-LE: clrldi 2, 3, 4 # encoding: [0x00,0x01,0x62,0x78]
3324 clrldi 2, 3, 4
3325 # CHECK-BE: clrldi. 2, 3, 4 # encoding: [0x78,0x62,0x01,0x01]
3326 # CHECK-LE: clrldi. 2, 3, 4 # encoding: [0x01,0x01,0x62,0x78]
3327 clrldi. 2, 3, 4
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-ext.txt2119 # CHECK: clrldi 2, 3, 4
2122 # CHECK: clrldi. 2, 3, 4
/external/v8/src/ppc/
Dmacro-assembler-ppc.h82 #define ClearLeftImm clrldi
Dassembler-ppc.h914 void clrldi(Register dst, Register src, const Operand& val,
Dassembler-ppc.cc1491 void Assembler::clrldi(Register dst, Register src, const Operand& val, in clrldi() function in v8::internal::Assembler
Dmacro-assembler-ppc.cc3466 clrldi(scratch, src, Operand(32)); in MovUnsignedIntToDouble()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1699 __ clrldi(i.OutputRegister(), i.InputRegister(0), Operand(32)); in AssembleArchInstruction() local
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td4022 def : InstAlias<"clrldi $rA, $rS, $n", (RLDICL g8rc:$rA, g8rc:$rS, 0, u6imm:$n)>;
4023 def : InstAlias<"clrldi. $rA, $rS, $n", (RLDICLo g8rc:$rA, g8rc:$rS, 0, u6imm:$n)>;