Home
last modified time | relevance | path

Searched refs:STFS (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dconvert-rr-to-ri-instrs-kill-flag.mir13 ; CHECK: STFS killed $f1, 100, $x5
31 ; CHECK: STFS killed $f1, 100, killed $x5
48 ; CHECK: STFS killed $f1, 100, $x5
84 ; CHECK: STFS killed $f1, 100, killed $x5
101 ; CHECK: STFS killed $f1, 100, $x5
120 ; CHECK: STFS killed $f1, 100, killed $x5
140 ; CHECK: STFS killed $f1, 100, killed $x5
180 ; CHECK: STFS killed $f1, 100, killed $x5
H A Dconvert-rr-to-ri-instr-add.mir4 # ADDI8 + STFSX can be converted to ADDI8 + STFS even ADDI8 can not be erased.
13 ; CHECK: STFS killed $f1, 100, $x5
32 ; CHECK: STFS killed $f1, 100, $x5
H A Dfusion-load-store.ll168 ; CHECK: SU([[SU0]]): STFS renamable $f[[REG:[0-9]+]], 12
169 ; CHECK: SU([[SU1]]): STFS renamable $f[[REG]], 4
170 ; CHECK: SU([[SU2]]): STFS renamable $f[[REG]], 8
171 ; CHECK: SU([[SU3]]): STFS renamable $f[[REG]], 16
H A Daix-cc-abi.ll916 ; 32BIT-NEXT: STFS renamable $f1, 0, %stack.[[SLOT:[0-9]+]] :: (store (s32) into %stack.[[SLOT]])
934 ; 64BIT-NEXT: STFS renamable $f1, 0, %stack.[[SLOT:[0-9]+]] :: (store (s32) into %stack.[[SLOT]])
1111 ; 32BIT-DAG: STFS renamable $f1, 56, $r1 :: (store (s32))
1152 ; 64BIT-DAG: STFS renamable $f1, 112, $x1 :: (store (s32))
1282 ; 32BIT-DAG: STFS renamable $f2, 60, $r1 :: (store (s32))
1325 ; 64BIT-DAG: STFS renamable $f2, 112, $x1 :: (store (s32))
H A Dconvert-rr-to-ri-instrs.mir5812 ; CHECK: STFS %1, 400, %0
5819 ; CHECK: STFS %1, -401, %0
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPCInsns.def22 PCREL_OPT(STFS, PSTFS, OPC_AND_RST);
H A DPPC64.cpp88 STFS = 0xd0000000, enumerator
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h162 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
170 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
178 PPC::STW, PPC::STD, PPC::STFD, PPC::STFS, PPC::SPILL_CR, PPC::SPILL_CRBIT, \
H A DPPCPreEmitPeephole.cpp86 case PPC::STFS: in hasPCRelativeForm()
H A DPPCFastISel.cpp646 Opc = Subtarget->hasSPE() ? PPC::SPESTW : PPC::STFS; in PPCEmitStore()
662 bool Is32VSXStore = IsVSSRC && Opc == PPC::STFS; in PPCEmitStore()
712 case PPC::STFS: Opc = IsVSSRC ? PPC::STXSSPX : PPC::STFSX; break; in PPCEmitStore()
H A DPPCInstrInfo.cpp2950 LowerOpcode = PPC::STFS; in expandVSXMemPseudo()
4161 case PPC::STFSX: III.ImmOpcode = PPC::STFS; break; in instrHasImmForm()
4289 III.ImmOpcode = PPC::STFS; in instrHasImmForm()
H A DPPCRegisterInfo.cpp109 ImmToIdxMap[PPC::STFS] = PPC::STFSX; ImmToIdxMap[PPC::STFD] = PPC::STFDX; in PPCRegisterInfo()
H A DP10InstrResources.td1813 STFS,
H A DPPCISelDAGToDAG.cpp7331 case PPC::STFS: in PeepholePPC64()
H A DPPCInstrInfo.td1953 def STFS : DForm_1<52, (outs), (ins f4rc:$rS, memri:$dst),