Searched refs:MFSPR (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | mftb.ll | 8 ; RUN: | FileCheck %s --check-prefix=CHECK-MFSPR 10 ; RUN: | FileCheck %s --check-prefix=CHECK-MFSPR 12 ; RUN: | FileCheck %s --check-prefix=CHECK-MFSPR 14 ; RUN: | FileCheck %s --check-prefix=CHECK-MFSPR 16 ; RUN: | FileCheck %s --check-prefix=CHECK-MFSPR 22 ; CHECK-MFSPR-NOT: warning: deprecated 28 ; CHECK-MFSPR-LABEL: @get_time 29 ; CHECK-MFSPR: mfspr 3, 268 30 ; CHECK-MFSPR: blr 40 ; CHECK-MFSPR-LABEL: @get_timeu [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2226 def MFSPR : XFXForm_1<31, 339, (outs gprc:$RT), (ins i32imm:$SPR), 3664 def : InstAlias<"mfxer $Rx", (MFSPR gprc:$Rx, 1)>; 3666 def : InstAlias<"mfrtcu $Rx", (MFSPR gprc:$Rx, 4)>; 3667 def : InstAlias<"mfrtcl $Rx", (MFSPR gprc:$Rx, 5)>; 3670 def : InstAlias<"mfdscr $Rx", (MFSPR gprc:$Rx, 17)>; 3673 def : InstAlias<"mfdsisr $Rx", (MFSPR gprc:$Rx, 18)>; 3676 def : InstAlias<"mfdar $Rx", (MFSPR gprc:$Rx, 19)>; 3679 def : InstAlias<"mfdec $Rx", (MFSPR gprc:$Rx, 22)>; 3682 def : InstAlias<"mfsdr1 $Rx", (MFSPR gprc:$Rx, 25)>; 3685 def : InstAlias<"mfsrr0 $Rx", (MFSPR gprc:$Rx, 26)>; [all …]
|
D | PPCISelLowering.cpp | 8760 BuildMI(BB, dl, TII->get(PPC::MFSPR), HiReg).addImm(269); in EmitInstrWithCustomInserter() 8761 BuildMI(BB, dl, TII->get(PPC::MFSPR), LoReg).addImm(268); in EmitInstrWithCustomInserter() 8762 BuildMI(BB, dl, TII->get(PPC::MFSPR), ReadAgainReg).addImm(269); in EmitInstrWithCustomInserter()
|
/external/v8/src/ppc/ |
D | constants-ppc.h | 230 MFSPR = 339 << 1, // Move from Special-Purpose-Register enumerator
|
D | disasm-ppc.cc | 754 case MFSPR: { in DecodeExt2()
|
D | assembler-ppc.cc | 1828 emit(EXT2 | MFSPR | dst.code() * B21 | 256 << 11); // Ignore RC bit in mflr()
|
D | simulator-ppc.cc | 2480 case MFSPR: { in ExecuteExt2_9bit_part2()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1189 Inst.setOpcode(PPC::MFSPR); in ProcessInstruction()
|