Home
last modified time | relevance | path

Searched refs:STB (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPCInsns.def18 PCREL_OPT(STB, PSTB, OPC_AND_RST);
H A DPPC64.cpp53 STB = 38, enumerator
84 STB = 0x98000000, enumerator
838 return STB; in getPPCDFormOp()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp58 StOpc = BPF::STB; in expandMEMCPY()
108 BuildMI(*BB, MI, dl, get(BPF::STB)) in expandMEMCPY()
H A DBPFMISimplifyPatchable.cpp121 Opcode == BPF::LDD || Opcode == BPF::STB || Opcode == BPF::STH || in checkADDrr()
139 if (Opcode == BPF::STB || Opcode == BPF::STH || Opcode == BPF::STW || in checkADDrr()
H A DBPFInstrInfo.td419 def STB : STOREi64<BPF_B, "u8", truncstorei8>;
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp228 StringTableBuilder &STB,
1035 StringTableBuilder &STB, in initStrtabSectionHeader() argument
1051 if (raw_ostream *OS = CBA.getRawOS(STB.getSize())) in initStrtabSectionHeader()
1052 STB.write(*OS); in initStrtabSectionHeader()
1053 SHeader.sh_size = STB.getSize(); in initStrtabSectionHeader()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp68 case PPC::STB: in hasPCRelativeForm()
H A DPPCFastISel.cpp632 Opc = Is32BitInt ? PPC::STB : PPC::STB8; in PPCEmitStore()
705 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
H A DPPCRegisterInfo.cpp104 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
H A DP10InstrResources.td1801 STB, STB8,
H A DPPCInstrInfo.cpp4151 case PPC::STBX: III.ImmOpcode = PPC::STB; break; in instrHasImmForm()
H A DPPCInstrInfo.td1943 def STB : DForm_1<38, (outs), (ins gprc:$rS, memri:$dst),
4850 def : Pat<(atomic_store_8 DForm:$ptr, i32:$val), (STB gprc:$val, memri:$ptr)>;
H A DPPCISelDAGToDAG.cpp7328 case PPC::STB: in PeepholePPC64()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Daix-cc-abi.ll144 ; 32BIT-NEXT: STB killed renamable $r3, 0, killed renamable $r4 :: (store (s8) into @global_i1)
152 ; 64BIT-NEXT: STB killed renamable $r[[REG1]], 0, killed renamable $x4 :: (store (s8) into @gl…
184 ; 32BIT: STB killed renamable $r3, 0, killed renamable $r4 :: (store (s8) into @global_i1)
1661 ; 32BIT-DAG: STB killed renamable $r[[REGB]], 0, killed renamable $r[[REGBTOC]] :: (store (s8) …
1669 ; 64BIT-DAG: STB killed renamable $r[[SCRATCHREG:[0-9]+]], 0, killed renamable $x[[REGBTOC]] …
H A Dconvert-rr-to-ri-instrs.mir5301 ; CHECK: STB %3, 975, killed %8
5308 ; CHECK: STB %3, 975, killed %12
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td628 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>;